libunique -- stdout, stderr redirecting to running instance, and not calling client

2011-03-14 Thread Michael Treibton
Hi all, I've an application using libunique -- which is working fine. But one thing this application does is print out key information, for instance: % ./foo -z output_printed Which in this case, starts "foo" and prints out "output_printed". On subsequent calls to foo, like this: % ./foo -z o

Re: Reusing GtkSocket with GtkNotebook

2011-03-06 Thread Michael Treibton
hi, [re-add Cc list to gtk mailing list back in.] On 6 March 2011 19:52, Kevin Anthony wrote: > I've never used GtkSocket, but i've used unix sockets, so here's a > suggestion. your plug connects to socket1(the hardcoded socket) > It gives a second socket name, (socket_itter++) and closes the >

Reusing GtkSocket with GtkNotebook

2011-03-06 Thread Michael Treibton
Hi all, Is there a way of exposing a single GtkSocket which multiple clients can the connect to? i'm trying to write a small app which will xembed (via GtkSocket/GtkPlug) any application which plug into it, and then have that application xembeded into a GtkNotebook page. The problem is, as soon

Embedding applications via XEmbed

2011-01-20 Thread Michael Treibton
Hi all, I am hoping someone can point me to some documentation about this, or perhaps supplement what's already in the main Gtk docs. I am trying to write an application which can swallow any window which understands XEmbed. I've read about GtkSocket and GtkPlug, but the examples for the officia