Re: Help me recover KDE-Plasma context menu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 08/14/2010 12:59 AM, Nilesh Govindarajan wrote:
I changed the plasma desktop behavior to show application launcher menu on right
click. Now I'm unable to set wallpaper etc. How to revert to default setting if
not by rm -r ~/.kde4/share/config/plasma*


Nilesh,

Have you tried restarting plasma itself?

Bring up the run dialog (Alt+F2) or use konsole or xterm and enter the following 3 commands to restart it:

kbuildsycoca4
kquitapp plasma-desktop
kstart plasma-desktop

(You can just copy & paste it into console).

If you find yourself needing to restart plasma often, the you can put those commands in a small script which can be very handy. Just create a file with the following 4 lines:

#!/bin/bash
kbuildsycoca4
kquitapp plasma-desktop >/dev/null 2>&1
kstart plasma-desktop & >/dev/null 2>&1

Save it and make it executable 'chmod 0755 filename' and then put it somewhere in your path (or softlink it somewere in your path). I call this script 'rsplasma' on my box and I just put it in /usr/local/bin.

If resetting plasma doesn't work, you can try removing the launcher you installed on the right and then re-add the launcher in the default left position. (it shouldn't make any difference where the launcher is in the panel, but a lot of things like this just go wrong in kde4....)

Good luck.

--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux