gtk themes

2001-01-19 Thread David Eduardo Gomez Noguera
Hello. Its my first time i write here. I just happen to have some questions. There are a few themes with dark backgrounds. They se up fonts to be white, but gtk tool tips fonts keep black, and so do other window fonts, like the background and fonts of the mail client im using now, or like gnom

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 the

gtk themes

2005-05-10 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

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

2008-07-17 Thread Harinandan S
Hi All, I am looking for a good looking GTK theme which is comparable to default theme in speed. I tried eXperience and a few others but they were very slow. I am running GTK+ 2.12.2 on embedded platform. Please suggest some fast good looking themes. -- Regards, Harinandan S ___

Re: gtk themes

2001-01-20 Thread Michael Natterer
David Eduardo Gomez Noguera <[EMAIL PROTECTED]> writes: > Hello. > Its my first time i write here. I just happen to have some questions. > > There are a few themes with dark backgrounds. They se up fonts to be white, but gtk >tool tips fonts keep black, and so do other window fonts, like the b

Re: gtk themes

2001-01-20 Thread Vlad Harchev
er window fonts, > like 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 styl

Re: gtk themes

2001-01-20 Thread Vlad Harchev
On Sat, 20 Jan 2001, David Eduardo Gomez Noguera wrote: > 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 > > --

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 t

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.

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 t

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

2005-05-11 Thread Dov Grobgeld
e 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
rote: > > 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

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

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 director

Gtk themes link doesnt open.

2005-03-09 Thread Mohankumar . Sekhar
hello gtk webpage admin,   the gtk themes 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, 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

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 str

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 e

Re: Independence of icon and GTK themes

2005-03-29 Thread Andrew Conkling
On Mon, 2005-03-28 at 16:39 -0500, Andrew Conkling wrote: > 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 pa

GTK+ themes on ARM linux - Performance issues

2008-06-02 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 use

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 > com

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 platfo

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] > > 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 q

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