On 03/22/2011 07:18 AM, Ilya Chernykh wrote:
Those of you who has problems with kcontrol can now try another tool that provides a similar functionality - systemsettings-kde3. Just install this package and find it in the menu.
Aww... Your taking all the fun out of:
for i in /opt/kde3/share/applications/kde/*.desktop; do [[ $(grep Exec= $i) =~ kcmshell ]] >/dev/null && echo "kcmshell ${i/.desktop/}"; done