Re: How can I open an uri use gtk function?

2008-11-12 Thread Paul Davis
On Wed, 2008-11-12 at 09:09 +0100, Mike Massonnet wrote: > Le Wed, 12 Nov 2008 10:13:38 +0800, > "Guoling Gao" <[EMAIL PROTECTED]> a écrit : > > > Hi all, > > Can I open URI use gtk function, except gnome-*? I want to open an > > URI from a program, but not find the right method. > > thanks. > >

Re: Problems trying to build gtk in Windows

2008-11-12 Thread Tor Lillqvist
> grep: invalid option -- o > It would appear that -o (--only-matching) is a new option in grep 2.5, but > is not supported by grep 2.4.2 which is what comes with msys. So, is there a > grep 2.5 available for msys? If not what do you use when you build gtk for > Windows? Good catch! I wouldn't ha

RE: Problems trying to build gtk in Windows

2008-11-12 Thread Ian Puleston
> > /bin/sh: ./gtk-update-icon-cache: Bad file number This one came down to Vista's User Access Control. gtk-update-icon-cache is doing something that worries Vista (if I try to run it directly from a Windows command prompt, Vista pops up a "An unidentified program wants to access your computer" c

Re: How can I open an uri use gtk function?

2008-11-12 Thread A. Walton
On Wed, Nov 12, 2008 at 3:10 AM, Paul Davis <[EMAIL PROTECTED]> wrote: > On Wed, 2008-11-12 at 09:09 +0100, Mike Massonnet wrote: >> Le Wed, 12 Nov 2008 10:13:38 +0800, >> "Guoling Gao" <[EMAIL PROTECTED]> a écrit : >> >> > Hi all, >> > Can I open URI use gtk function, except gnome-*? I want to ope

Re: How can I open an uri use gtk function?

2008-11-12 Thread Mike Massonnet
Le Wed, 12 Nov 2008 10:13:38 +0800, "Guoling Gao" <[EMAIL PROTECTED]> a écrit : > Hi all, > Can I open URI use gtk function, except gnome-*? I want to open an > URI from a program, but not find the right method. > thanks. xdg-open would be the simplest way of doing so, from head off: command = g_

Purpose of gtkaliasdef.c

2008-11-12 Thread Rajesh Tiwary
I am trying to create a new custom widget and add it to the gtk type system. I dont know the purpose of #include "gtkaliasdef.c" at the end of the file. Also why is it included at the end and not in the beginning. Thanks.. ___ gtk-list mailing list gtk-li

gtk/directfb: Duplicate symbols in gdkwindow[-directfb].c

2008-11-12 Thread Peter Schneider
Hi, I'm having trouble (cross) compiling gtk with the directfb frontend. (I have asked the same question on the directfb mailing list today.) I have basically followed the instructions on www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB_for_Embedded_Systems (which seems to be unavailable