Comment 1 for bug 352946

Revision history for this message
Harald Sitter (apachelogger) wrote : Re: ~/.gtkrc-2.0-kde4 gets deleted on login

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