startkde deletes custom plasma-desktop.desktop file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdebase-workspace (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I use a customised configuration for running KDE. In particular, I use fvwm as the window manager, and disable plasma-desktop by creating my own plasma-
On earlier versions of Ubuntu (up to natty, at least) this had the effect I wanted: plasma-desktop would not start up, and I could use fvwm's desktop furniture instead.
I'm now re-creating this setup on a precise (12.04 LTS) install, and find that plasma-desktop not only starts when I thought I'd disabled it, but somehow, my plasma-
# Added by Debian to fix bug #584905.
# Reset user plasma-
# desktop file is not available system-wide for either of the shells. This
# ensures that a user does not end up without any autostarted plasma shell when
# a package of the active shell gets removed.
if [ ! -e "/usr/share/
[ -e "/usr/share/
then
# Reset custom plasma-netbook configuration
user_
rm -f "$user_
elif [ -e "/usr/share/
[ ! -e "/usr/share/
then
# Reset custom plasma-desktop configuration
user_
rm -f "$user_
fi
I haven't taken the time to understand the issue that these lines were trying to solve. But deleting the user's config is definitely not an okay way to fix it. Please could someone take a look and invent an alternative fix that doesn't clobber my settings?
Thanks.
Stephen
Status changed to 'Confirmed' because the bug affects multiple users.