Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - HowTos Discussions
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - HowTos Discussions Have any questions about any HowTo found at the wiki? Post in here!

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-May-2005, 15:21
a1phaomega
Guest
 
Posts: n/a
Default

Title:“GTK apps and it's settings under KDE environment.”
Description:fonts, icons, themes .... work around

http://wiki.suselinuxsupport.de/wikka.php?...omeAppsunderKDE

Please post comments and Suggestions here
  #2 (permalink)  
Old 02-May-2005, 15:30
E@zyVG
Guest
 
Posts: n/a
Default

I like the article, it helped me a lot
  #3 (permalink)  
Old 09-Jun-2005, 12:12
witchdoctor
Guest
 
Posts: n/a
Default

Very useful article, but I had some problems using gnome-settings-daemon, otherwise everything was OK. I am using SUSE 9.3 Pro.

gnome-settings-daemon was screwing fonts on my system (I would get really BIG fonts in KDE), and gkrellm always changed skin to default on startup, so I had to do something about it. After running "strace gimp 2> trace.txt", and examining the trace.txt I found out this:

----- *snip* -----

lstat64("/etc/opt/gnome/gtk-2.0/gtkrc", 0xbfffe570) = -1 ENOENT (No such file or directory)
access("/etc/opt/gnome/gtk-2.0/gtkrc.en_US", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/opt/gnome/gtk-2.0/gtkrc.en", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/home/witchdoc/.gtkrc-2.0-qtengine", 0xbfffe570) = -1 ENOENT (No such file or directory)
access("/home/witchdoc/.gtkrc-2.0-qtengine.en_US", F_OK) = -1 ENOENT (No such file or directory)
access("/home/witchdoc/.gtkrc-2.0-qtengine.en", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/home/witchdoc/.kde/share/config/gtkrc", 0xbfffe570) = -1 ENOENT (No such file or directory)
access("/home/witchdoc/.kde/share/config/gtkrc.en_US", F_OK) = -1 ENOENT (No such file or directory)
access("/home/witchdoc/.kde/share/config/gtkrc.en", F_OK) = -1 ENOENT (No such file or directory)
lstat64("/home/witchdoc/.gimp-2.2/themerc", {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
open("/home/witchdoc/.gimp-2.2/themerc", O_RDONLY|O_LARGEFILE) = 4

----- *snip* -----

It seems that gimp was looking for one of those configuration files, so I used gtk-chtheme (forgot where I downloaded it from, sorry. Do some googling) to choose theme. gtk-chtheme will make ".gtkrc-2.0" file in your home directory, so you just need to make a link named ".gtkrc-2.0-qtengine" to it (ln -s .gtkrc-2.0 .gtkrc-2.0-qtengine), and it seems to work

Also, for gtk-1.x, you will want to make ".gtkrc" in your home dir containing path to gtkrc you want to use (e.g. "include /opt/gnome/share/themes/Industrial/gtk/gtkrc" )

I suppose that this can be a lot easier to configure... *sigh*
  #4 (permalink)  
Old 30-Nov-2006, 03:13
nick_battle
Guest
 
Posts: n/a
Default

Would it be possible to add something to this HOWTO covering DPI settings in Firefox? The problem is, although FF is a GTK application, it uses its own display size calculations which can result in FF displayed fonts - including the menus and dialogs, not just the web display - being different to other GTK applications. The fix is to set a FF config value so that it matches the physical display resolution of the screen (dots per inch).

It's explained here: http://kb.mozillazine.org/Layout.css.dpi

(The config variable name changed from FF1.5 to FF2.0)

Cheers,
-nick
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2