gtk themes, missing icons ?

2008-11-26 Thread Marc Weber
Hi @ll. I finally suceeded in startin pitivi on nixos. However I don't like the way I've done it so I'd like to ask wether there is a better way? Can I tell an application where the installation directory of a theme such as gnome-icon-theme-2.22.0 is? the gnome-icon-theme-2.22.0 theme

Re: gtk themes, missing icons ?

2008-11-26 Thread Sergei Steshenko
--- On Wed, 11/26/08, Marc Weber [EMAIL PROTECTED] wrote: From: Marc Weber [EMAIL PROTECTED] Subject: gtk themes, missing icons ? To: gtk-list@gnome.org Date: Wednesday, November 26, 2008, 4:12 PM Hi @ll. I finally suceeded in startin pitivi on nixos. However I don't like the way I've

Re: GTK+ themes on ARM linux - Performance issues

2008-06-04 Thread Diego A. Fons
Harinandan S wrote: On Tue, Jun 3, 2008 at 5:52 PM, Diego A. Fons [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Harinandan S wrote: Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad on

GTK+ themes on ARM linux - Performance issues

2008-06-03 Thread Harinandan S
Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad on ARM. Has anyone used themes with GTK+ on embedded ARM linux platform? I tried a few but the time taken to draw widgets was way too much compared to the one without themes. I

Re: GTK+ themes on ARM linux - Performance issues

2008-06-03 Thread Diego A. Fons
Harinandan S wrote: Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad on ARM. Has anyone used themes with GTK+ on embedded ARM linux platform? I tried a few but the time taken to draw widgets was way too much compared

Re: GTK+ themes on ARM linux - Performance issues

2008-06-03 Thread Harinandan S
On Tue, Jun 3, 2008 at 5:52 PM, Diego A. Fons [EMAIL PROTECTED] wrote: Harinandan S wrote: Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad on ARM. Has anyone used themes with GTK+ on embedded ARM linux platform? I

GTK Themes, and theme libraries : how do they fit (get plugged) into GTK ?

2006-12-13 Thread Philippe Bertin
Hello, all, Some time ago I asked a question on a library that hadn't been found upon installing a new GTK library (libqtengine.so, that was). I slowly start realising now that this was a file belonging to what's called a theme library, and that it is actually not an integral part of GTK

Re: GTK Themes, and theme libraries : how do they fit (get plugged) into GTK ?

2006-12-13 Thread Yeti
On Wed, Dec 13, 2006 at 04:01:48PM +0100, Philippe Bertin wrote: So how(/where in the code) are these theme libraries coming in the game ? How can e.g. a GtkToggleButton possibly be drawn another way, e.g. with more rounding, or with another kind of shading (as I said, I'm explicitly

Re: GTK themes on windows

2005-06-20 Thread Carlo Agrusti
Deekshit M ha scritto lo scorso 19/06/2005 20:17: Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Hi, I heard a lot about pixmap-engine. Is it a downloadable engine, or available with standard GTK package itself. Thanks Deekshit M --- Carlo Agrusti [EMAIL PROTECTED] wrote: Deekshit M ha scritto lo scorso 19/06/2005 20:17: Hi all, I wanted to know how do I add a theme to the

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Hi , I added the following line in.gtkrc-2.0 include D:/GnuWin32/share/themes/Glossy/gtk-2.0/gtkrc, in C:\Documents and Settings\Myself. IN fact, the file was already existsing. I just removed all the contests and added this line. After that I get an error message The procedure entry point

Re: GTK themes on windows

2005-06-20 Thread Tor Lillqvist
Deekshit M writes: After that I get an error message The procedure entry point g_return_if_fail_warning could not be located in dynamic link library libglib-2.0-0.dll, for any GTK application. My guess is that you are using a theme engine built for GTK+ 2.6 with a GTK+ 2.4 (and GLib 2.4)

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Yes... That is exactly the problem. I replaced the exsiting engine dll files with the one from 2.4 and everything is fine now. Thank you very much Deekshit M --- Tor Lillqvist [EMAIL PROTECTED] wrote: Deekshit M writes: After that I get an error message The procedure entry point

GTK themes on windows

2005-06-19 Thread Deekshit M
Hi all, I wanted to know how do I add a theme to the windows application, that I am am developing on windows. I could see that, when I change the theme using theme-selector applictaion, the theme for the GTK-demos get changed. But not for my application. So, 1) How to make these thinsg work

gtk themes

2005-05-11 Thread abhi rocks
hi Well i couldnt change my gtk theme using the .gtkrc file in my home directory. Is there anyway i can change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel

Re: gtk themes

2005-05-11 Thread Dov Grobgeld
change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel ___ Yahoo! Messenger - want

gtk themes

2005-05-11 Thread abhi rocks
hi Well i couldnt change my gtk theme using the .gtkrc file in my home directory. Is there anyway i can change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel

Re: gtk themes

2005-05-11 Thread abhi rocks
in my home directory. Is there anyway i can change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel

Independence of icon and GTK themes

2005-03-28 Thread Andrew Conkling
One thing that would really rock my socks is independence of GTK and icon themes. As of now, AFAIK, to fully take advantage of an icon theme, you have to add its iconrc file to the gtkrc of the GTK theme in use. That's kind of a pain, for example, if you use a system theme whose gtkrc you can't

gtk themes

2005-03-21 Thread [ A b h i s h e k ]
hi Could anyone please tell me how to implement the various gtk themes that come with gtk with linux rather than the default one. I create my GUI through glade 2.0. Also if there is some link for more gtk themes. Thank You Abhishek Samuel

Re: gtk themes

2005-03-21 Thread Antonio Gomes
Hi Could anyone please tell me how to implement the various gtk themes that come with gtk with linux rather than the default one. I've implemented an application that the user can change its themes, but the themes weren't the linux themes, but custom themes, but I think the ideia is the same

Gtk themes link doesnt open.

2005-03-09 Thread Mohankumar . Sekhar
hello gtk webpage admin, the gtkthemes page isnt working. i just wanted to put it into your notice. thankyou. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Gtk themes link doesnt open.

2005-03-09 Thread stian
hello gtk webpage admin, the gtk themes page isnt working. i just wanted to put it into your notice. http://www.gtk.org/api/ has a dead links aswell. http://www.gtk.org/api/2.6/pango-1.8.0/index.html is wrong http://www.gtk.org/api/2.6/gdk-pixbuf/index.html has some strange letters

Re: Gtk Themes

2004-01-30 Thread J. Davison de St. Germain
Try: gtk_rc_parse( PACKAGE_DATA_DIR /.my_theme_gtkrc); Hi, I tried this, but I get the same error messages from when I just had my .gtkrc-2.0 file pointing at a theme. The error messages are all similar to this: Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap So here

Gtk Themes

2004-01-29 Thread J. Davison de St. Germain
Hi, Hopefully this is a simple question. I am writing a GTK program to run on a Mac (OS X). It works, but now I want to use a fancy theme. I can't figure out how to get a theme to work. I downloaded a theme from the GTK web site... I tried creating a .gtkrc-2.0 file and pointing it at the

GTK themes

2002-04-13 Thread Russia - Da_Cossack
hi, this is my first post so please be gentle! lol anyway after successfully installing gnome and all of gtk i used gnomecc to setup my preferences. after about half an hour i was no longer able to change my themes, gnomecc wouldn't even preview them properly - simply changed a font here n

GTK themes problems!!!!!

2001-05-15 Thread Roberto
I can't install GTK themes with Gnome Control Center, How can I do it? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk themes

2001-01-22 Thread Neil Bird
Michael Natterer wrote: add this to ~/.gtkrc.mine which should be included by ~/.gtkrc === snip style "tooltips" { fg[NORMAL] = { 0.0, 0.0, 0.0 } /* black */ bg[NORMAL] = { 0.94, 0.90, 0.54 } /* yellow */ } widget "gtk-tooltips" style "tooltips" I've mentioned this

Re: gtk themes

2001-01-22 Thread David Eduardo Gomez Noguera
On Sat, 20 Jan 2001, Vlad Harchev wrote: I also suffer from this very much since I prefer dark gtk themes. As for tooltips, add the following to your ~/.gtkrc -- style "gtk-tooltips-style" { #put any style definitions for tooltips, e.g. text[NORMAL] = "

Re: gtk themes

2001-01-22 Thread Havoc Pennington
Neil Bird [EMAIL PROTECTED] writes: I've taken to adding that final 'widget' line to all my downlaoded themes, *none* of which set up tooltips "correctly". However, since they /do/ all have 'tooltip' entries (after a fashion), the question is: are /all/ the themes I have doing the

Re: gtk themes

2001-01-20 Thread Vlad Harchev
the background and fonts of the mail client im using now, or like gnome icu. I also suffer from this very much since I prefer dark gtk themes. As for tooltips, add the following to your ~/.gtkrc -- style "gtk-tooltips-style" { #put any style definitions for tooltips, e

GTK+ Themes Runtime and Win32 and Implement with GNOME

2000-10-24 Thread Thomas Haeberli
Hi all Does anyone have or know where i can download a compiled version of the GTK+ Themes Runtime for windows ? I have downloaded them from the GIMP/W32 Site, but cygwin can't compile it and mingw won't compile it. (i'm current