Linux Commands Examples

A great documentation place for Linux commands

kcmshell4



Sorry, no description

... the author of this command may not have provided any manuals


Once you know what this command is about, feel free to add a description in the input "add an example + trick and tips" below
 help other Linux-fans !




add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
kdesudo kcmshell4 kcm_grub2
0
source
            
cp ./_kdeglobals ./kdeglobals
kcmshell4 fonts
0
source
            
exec kcmshell4 --icon preferences-desktop-display --caption "$title" kcm_displaysettings kcm_displaydevices energy kgamma
0
source
            
modules=$(kcmshell4 --list | tr -d ' ' | cut -d - -f 1 | tail -n +2)
COMPREPLY=($(compgen -W "$modules" -- ${cur}))
complete -F _kcmshell4_comp kcmshell4
0
source
            
command=`which kcmshell4 2>&1`
haskde=0
if [ $? -eq 0 ]; then
checkinstalled=`$command --list | grep -c kcm_fcitx`
0
source
            
alias projector='kcmshell4 display'
alias inbox="curl -u esamueljohnson --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /<name>/; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'"
0
source
            
if (kcmshell4 --list 2>/dev/null | grep ^kcm_fcitx > /dev/null 2>&1); then
if [ x"$1" != x ]; then
exec kcmshell4 kcm_fcitx --args "$1"
else
exec kcmshell4 kcm_fcitx
fi

How can this site be more helpful to YOU ?


give  feedback