On Sat, 21 May 2005 14:51:05 +0200
Gyözö Both <[EMAIL PROTECTED]> wrote:

> thanks for your answers. if possible, i'd like to have a solution that
> only uses gtk/glib, i wouldn't want to have a gnome-dependency in my
> app. is there a way?

http://developer.gnome.org/doc/API/2.0/glib/glib-Spawning-Processes.html#g-spawn-async-with-pipes

is pretty much portable.

a command string like 
/bin/sh -c mozilla -remote 'openURL(%s, new-window)' || mozilla %s&
will work on unix 

regards,
        Olivier

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to