[Bug 352946] Re: ~/.gtkrc-2.0-kde4 gets deleted on login
Harald Sitter
apachelogger at ubuntu.com
Wed Apr 1 15:23:06 UTC 2009
startkde currently removes the .gtkrc file if kubuntu-default-settings
or qtcurve are not installed, though there is still the case that gtk-
qt-engine is installed, so it just needs an enhanced if statement for
that case:
if [ -e $HOME/.gtkrc-2.0-kde4 ] && [ ! -e /var/lib/dpkg/info/gtk-qt-engine.list ] ; then
rm -f $HOME/.gtkrc-2.0-kde4
fi
Attaching complete startkde and assigning to Tonio
** Changed in: kdebase-workspace (Ubuntu)
Importance: Undecided => Low
** Changed in: kdebase-workspace (Ubuntu)
Status: New => Triaged
** Changed in: kdebase-workspace (Ubuntu)
Assignee: (unassigned) => Anthony Mercatante (tonio)
--
gtk-qt-engine's .gtkrc-2.0-kde4 gets deleted
https://bugs.launchpad.net/bugs/352946
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.
More information about the kubuntu-bugs
mailing list