
kde-contextmenu
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE ContextMenu can be reached via right-click onto the KDE desktop.
It is very simple and extendable. It allows you to start konsole, firefox or ksnapshot.
Please read how to set it up on http://www.staerk.de/thorsten/kde-contextmenu
janet
7 years ago
If it is a replacement: is it possible to add the leave entry?
Is it possible to add "Switch user"?
Report
thstaerk
7 years ago
Report
thstaerk
7 years ago
KWorkSpace::requestShutDown()
then. This function is used as a slot and triggered 10 seconds after the call of the function startLogOut(). startLogOut is connect()ed to logOutAction which is inserted into the menu. Should be doable in an hour.
Report
thstaerk
7 years ago
Report
thstaerk
7 years ago
First, it is an addition in the sense that you - and every other user - will be able to keep the old context menu. More on http://www.staerk.de/thorsten/kde-contextmenu.
Second, it is a replacement in the sense that your context menu will not contain the entries from the original context menu any more. It will look as in the screenshot.
Report