From raherh at gmail.com Sat Jan 5 15:48:17 2008 From: raherh at gmail.com (rahed) Date: Sat, 05 Jan 2008 20:48:17 +0000 Subject: [Glade-devel] missing icons after 3.4.1 windows install Message-ID: Hello, I built and installed 3.4.1 glade with MinGW without any issues. When I run the application all icons in the left side pane (Toplevels, Containers...) show only an x symbol. Does someone know where's the problem? Only 3.2.2 version shows the icons, all later versions exhibit this problem. -- Radek From olivierdelhomme at gmail.com Mon Jan 7 03:40:55 2008 From: olivierdelhomme at gmail.com (Olivier Delhomme) Date: Mon, 7 Jan 2008 09:40:55 +0100 Subject: [Glade-devel] missing icons after 3.4.1 windows install In-Reply-To: References: Message-ID: 2008/1/5, rahed : > > Hello, > > I built and installed 3.4.1 glade with MinGW without any issues. When I > run the application all icons in the left side pane (Toplevels, > Containers...) show only an x symbol. > > Does someone know where's the problem? Only 3.2.2 version shows the > icons, all later versions exhibit this problem. Hello, Here I have had no problem with defaults (./configure && make && make install). Have you installed the Hicolor Icon theme from http://icon-theme.freedesktop.org/wiki/HicolorTheme ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080107/b5070518/attachment.html From tvb at gnome.org Fri Jan 11 21:08:33 2008 From: tvb at gnome.org (Tristan Van Berkom) Date: Sat, 12 Jan 2008 00:08:33 -0200 Subject: [Glade-devel] HTML tags in translatable strings - glade In-Reply-To: <1200095273.14969.9.camel@wendell-laptop> References: <1200095273.14969.9.camel@wendell-laptop> Message-ID: <560259cb0801111808s282844berbe8ee601b0be00d7@mail.gmail.com> On Jan 11, 2008 9:47 PM, Jonh Wendell wrote: > Hi, folks. > > I'd like some help/direction on how to fix bug 498402 [1]. > It's about strings like 'Enter a name for this connection'. > > These strings come from glade, and are marked for translation. I know i > should cut the html tags, but is there a way to do this without need of > coding? Can glade/intltools strip those marks away automagically? There is an old debate I see you found here: http://bugzilla.gnome.org/show_bug.cgi?id=97061 My personal preference here would be to support the attributes property in glade, as proposed by Matthias. Then the preffered way of setting markup would simply be through a separate property. (the bug also mentions certain conflicts when setting "attributes" & "use_underline" and other auxiliary properties, these conflicts IMO should be dealt with in gtklabel.c). Cheers, -Tristan PS: Adding glade-devel to the CC list, hope thats ok. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080112/3d8ea5b2/attachment-0001.html From bkauler at goosee.com Mon Jan 14 21:38:08 2008 From: bkauler at goosee.com (bkauler at goosee.com) Date: Tue, 15 Jan 2008 02:38:08 -0000 (UTC) Subject: [Glade-devel] Missing icons 3.4.x, Linux build Message-ID: <52584.122.199.1.190.1200364688.squirrel@webmail-srv1.servage.net> I also wish to report that glade-3 application cannot find its own icons. I'm running Puppy Linux. I configured with: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-t2-linux-gnu --disable-gnome --disable-scrollkeeper make make install Running 'glade-3' from a terminal, lots of complaints that cannot find icons, but all of these "missing" icons have been installed by 'make install' at /usr/share/glade3/pixmaps/hicolor So, they are all there, but the application cannot find its own icons. Not so good. This bug is in 3.4.0 and 3.4.1. Note, I also experimented, copied the icons to /usr/share/icons/hicolor, but that makes no difference. V 3.2.2 is fine. Regards, Barry Kauler From tristan.van.berkom at gmail.com Mon Jan 14 21:41:54 2008 From: tristan.van.berkom at gmail.com (Tristan Van Berkom) Date: Tue, 15 Jan 2008 00:41:54 -0200 Subject: [Glade-devel] Missing icons 3.4.x, Linux build In-Reply-To: <52584.122.199.1.190.1200364688.squirrel@webmail-srv1.servage.net> References: <52584.122.199.1.190.1200364688.squirrel@webmail-srv1.servage.net> Message-ID: <560259cb0801141841o754130d8y4641ddec7462ba8e@mail.gmail.com> Do you have the hicolor icon theme installed ? On Jan 15, 2008 12:38 AM, wrote: > I also wish to report that glade-3 application cannot find its own > icons. > > I'm running Puppy Linux. I configured with: > > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --build=i486-t2-linux-gnu --disable-gnome --disable-scrollkeeper > make > make install > > Running 'glade-3' from a terminal, lots of complaints that cannot find > icons, > but all of these "missing" icons have been installed by 'make install' at > /usr/share/glade3/pixmaps/hicolor > > So, they are all there, but the application cannot find its own icons. > Not so good. This bug is in 3.4.0 and 3.4.1. > > Note, I also experimented, copied the icons to /usr/share/icons/hicolor, > but that makes no difference. > > V 3.2.2 is fine. > > Regards, > Barry Kauler > > _______________________________________________ > Glade-devel maillist - Glade-devel at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/glade-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080115/818ecdc9/attachment.html From raherh at gmail.com Tue Jan 15 07:37:54 2008 From: raherh at gmail.com (rahed) Date: Tue, 15 Jan 2008 12:37:54 +0000 Subject: [Glade-devel] missing icons after 3.4.1 windows install References: Message-ID: "Olivier Delhomme" writes: > Hello, > > Here I have had no problem with defaults (./configure && make && make > install). > Have you installed the Hicolor Icon theme from > http://icon-theme.freedesktop.org/wiki/HicolorTheme > ?? I installed the theme and the problem is off. Thank you much. -- Radek From olivierdelhomme at gmail.com Tue Jan 15 08:47:55 2008 From: olivierdelhomme at gmail.com (Olivier Delhomme) Date: Tue, 15 Jan 2008 14:47:55 +0100 Subject: [Glade-devel] missing icons after 3.4.1 windows install In-Reply-To: References: Message-ID: 2008/1/15, rahed : [...] > Have you installed the Hicolor Icon theme from > > http://icon-theme.freedesktop.org/wiki/HicolorTheme > > ?? > I installed the theme and the problem is off. > > Thank you much. You're welcome :) Olivier. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080115/8b7bfabe/attachment.html From tvb at gnome.org Tue Jan 15 20:00:35 2008 From: tvb at gnome.org (Tristan Van Berkom) Date: Tue, 15 Jan 2008 23:00:35 -0200 Subject: [Glade-devel] Missing icons 3.4.x, Linux build In-Reply-To: <44212.122.199.1.190.1200440906.squirrel@webmail-srv1.servage.net> References: <52584.122.199.1.190.1200364688.squirrel@webmail-srv1.servage.net> <560259cb0801141841o754130d8y4641ddec7462ba8e@mail.gmail.com> <44212.122.199.1.190.1200440906.squirrel@webmail-srv1.servage.net> Message-ID: <560259cb0801151700r3ca87337hb92f7c6523ef619c@mail.gmail.com> On Jan 15, 2008 9:48 PM, wrote: > > Do you have the hicolor icon theme installed ? > > No, and I shouldn't have to. I am the lead developer for Puppy > Linux, which is a very small distro, about 80MB. > GTK has a set of icons builtin and all applications compiled for > the 2-3 years that Puppy has been in existence have been happy with > this. Even apps that startup and complain on stderr that the hicolor > theme is missing, still default to displaying the builtin icons. > > Glade-3 is the only exception to the above. The only one. > > The point here is that the icons that are "missing" are actually there, > installed by the 'make install' itself. For example, stderr has this: > > (glade-3:17088): GladeUI-WARNING **: No icon named > 'widget-gtk-printdialog' was found for widget class 'GtkPrintUnixDialog'. > > But, there it is at > /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png > > Why has the install placed the icons at that location, if it is then > unable > to find them? Some applications have installed to > /usr/share/icons/hicolor, which is where the hicolor icons should be > located -- so why has 'make install' put them into a different place? > > Anyway, I installed the skeleton 'hicolor-icon-theme-0.10', which just > installs the directory hierarchy, no actual icons, then I copied all the > icons from /usr/share/glade3/pixmaps/hicolor to /usr/share/icons/hicolor > and then glade-3 was able to find the icons. > > So, I have managed to fix it, but its real weird where those icons got > installed, requiring a manual fix. The standard is to use icon themes, installing the hicolor icon theme is only a matter of creating a directory hierarchy, not installing the icons of all misc apps that may also use the theme (it should not require significant disk space to have the directory structure installed, maybe it also comes with a small configuration file, I dont remember). This came up in the past, is was concluded that gtk+ should be taking care that the hicolor theme is infact installed when gtk+ installs, otherwise we were proposing to have some kind of dependancy to it from glade. If gtk+ is still not requiring the hicolor theme then please feel free to open a bug against gtk+ and link back to this archived mailing list thread. Thankyou for taking the time to raise the issue in public, -Tristan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/glade-devel/attachments/20080115/a7993c10/attachment.html From jadeilson.bezerra at congregacao.org.br Sat Jan 26 07:36:35 2008 From: jadeilson.bezerra at congregacao.org.br (=?ISO-8859-1?Q?jadeilson=5Fcongrega=E7=E3o?=) Date: Sat, 26 Jan 2008 10:36:35 -0200 Subject: [Glade-devel] Documentation about Glade-3 In-Reply-To: <479B1F1D.1060506@congregacao.org.br> References: <479B1F1D.1060506@congregacao.org.br> Message-ID: <479B2953.8030608@congregacao.org.br> jadeilson_congrega??o wrote: > Hi everybody. > > I am eletronic students and beginner in glade. I need help about this > question . I did not find Documentation about Glade-3. Can you help me? > > Thank you for atention > From dan at entropy.homelinux.org Sun Jan 27 02:30:27 2008 From: dan at entropy.homelinux.org (Daniel Kasak) Date: Sun, 27 Jan 2008 18:30:27 +1100 Subject: [Glade-devel] Documentation about Glade-3 In-Reply-To: <479B2953.8030608@congregacao.org.br> References: <479B1F1D.1060506@congregacao.org.br> <479B2953.8030608@congregacao.org.br> Message-ID: <1201419027.4852.11.camel@metabox.entropy.homelinux.org> On Sat, 2008-01-26 at 10:36 -0200, jadeilson_congrega??o wrote: > jadeilson_congrega??o wrote: > > Hi everybody. > > > > I am eletronic students and beginner in glade. I need help about this > > question . I did not find Documentation about Glade-3. Can you help me? Did you google for 'glade tutorial'? Here's one: http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html Dan From jadeilson.bezerra at congregacao.org.br Mon Jan 28 10:22:41 2008 From: jadeilson.bezerra at congregacao.org.br (=?ISO-8859-1?Q?jadeilson=5Fcongrega=E7=E3o?=) Date: Mon, 28 Jan 2008 13:22:41 -0200 Subject: [Glade-devel] Documentation about Glade-3 In-Reply-To: <1201419027.4852.11.camel@metabox.entropy.homelinux.org> References: <479B1F1D.1060506@congregacao.org.br> <479B2953.8030608@congregacao.org.br> <1201419027.4852.11.camel@metabox.entropy.homelinux.org> Message-ID: <479DF341.2040204@congregacao.org.br> Thanks for your help. I will study the tutorial. Daniel Kasak wrote: > On Sat, 2008-01-26 at 10:36 -0200, jadeilson_congrega??o wrote: > > >> jadeilson_congrega??o wrote: >> >>> Hi everybody. >>> >>> I am eletronic students and beginner in glade. I need help about this >>> question . I did not find Documentation about Glade-3. Can you help me? >>> > > Did you google for 'glade tutorial'? > Here's one: > http://www.micahcarrick.com/12-24-2007/gtk-glade-tutorial-part-1.html > > Dan > > > >