6th August 2009
in
KDE
Here’s how to install the newly-release KDE 4.3 in Ubuntu Jaunty.Open up your sources.list file:
sudo nano /etc/apt/sources.list
add the following line at the bottom of the file:
deb http://ppa.launchpad.net/kubunt[...]
Tags: Jaunty, KDE, Ubuntu
6 Comments
29th January 2009
in
KDE, Security, cli
Did you know you can lock your current KDE screen by using the command line? For the 3.x series use
dcop kdesktop KScreensaverIface lock
and for KDE 4.x try
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
With the he[...]
9 Comments