[Bug 251125] New: *opt/gnome* stuff in kdebase3-SuSE
https://bugzilla.novell.com/show_bug.cgi?id=251125 Summary: *opt/gnome* stuff in kdebase3-SuSE Product: openSUSE 10.3 Version: Alpha 1plus Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de in /opt/kde3/env/startkde.suse.sh: # Defaults for SuSE 9.0 GTK2_SYSCONFDIR=/etc/opt/gnome GTK2_DATADIR=/opt/gnome/share/themes/ # use general gtk-qt-engine if [ -e "$GTK2_DATADIR/Qt/gtk-2.0/gtkrc" ] ; then GTK2_THEME_RC="$GTK2_DATADIR/Qt/gtk-2.0/gtkrc" else # use QtCurve engine if [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then GTK2_THEME_RC="$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" fi fi This does not work, the if [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] is never fulfilled because /opt/gnome/share/themes/QtCurve/gtk-2.0/gtkrc does not exist and therefore GTK2_THEME_RC will not be set to be the QtCurve one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=251125 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2007-03-04 12:32 MST ------- Created an attachment (id=122228) --> (https://bugzilla.novell.com/attachment.cgi?id=122228&action=view) Completely unthemed gtk2 look caused by this Besides not using QtCurve, it also causes the global gtkrc to be ignored because it sets /etc/opt/gnome/gtk-2.0/gtkrc:$HOME/.gtkrc-2.0-qtengine:$HOME/.gtkrc-2.0:$HOME/.kde/share/config/gtkrc-2.0 instead of /etc/gtk-2.0/gtkrc:$HOME/.gtkrc-2.0-qtengine:$HOME/.gtkrc-2.0:$HOME/.kde/share/config/gtkrc-2.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=251125 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from stbinner@novell.com 2007-03-08 03:08 MST ------- Submitted fix. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com