diff options
author | ArTourter <artourter@gmail.com> | 2010-12-03 21:30:43 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-05 20:13:20 -0600 |
commit | e83714799d215a2c5ffe0d530c17d157158e4577 (patch) | |
tree | 4692cd928915aae89ec49863c7d642080235406f /desktop/QtCurve-Gtk2/README | |
parent | f5d544e3c6cb5d522a3e3a83aed109829e6f090d (diff) | |
download | slackbuilds-e83714799d215a2c5ffe0d530c17d157158e4577.tar.gz |
desktop/QtCurve-Gtk2: Updated for version 1.7.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/QtCurve-Gtk2/README')
-rw-r--r-- | desktop/QtCurve-Gtk2/README | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/desktop/QtCurve-Gtk2/README b/desktop/QtCurve-Gtk2/README index bb17e6246c..58799db4ae 100644 --- a/desktop/QtCurve-Gtk2/README +++ b/desktop/QtCurve-Gtk2/README @@ -3,6 +3,14 @@ This is a set of widget styles for Gtk2 based apps. The fonts and colours for the GTK themes will be read in from your Qt settings so any KDE font/colour changes will also affect your GTK apps. -If you want Gtk2 apps to use the theme, create a symbolic link to the new -theme like this: - ln -s /usr/share/themes/QtCurve/gtk-2.0/gtkrc /etc/gtk-2.0/*-slackware-linux/gtkrc +If you want Gtk2 apps to use the theme system wide, create a symbolic +link to the new theme like this: + ln -s /usr/share/themes/QtCurve/gtk-2.0/gtkrc /etc/gtk-2.0/gtkrc + +Note that in Slackware 13.1, KDE and GTK assume different things. The GTK+2 +package is compiled to use /etc/gtk-2.0/*-slackware-linux/gtkrc, while KDE +is hardcoded to look in /etc/gtk-2.0/gtkrc. Consequently, you will probably +want to put your preferred gtkrc in the GTK path, and then put a symlink to +it at /etc/gtk-2.0/gtkrc for KDE to use (or vice versa - either will work). + +Alternatively, gtk-chtheme works fine on a per user basis. |