Newer
Older
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
blisshome
committed
MimeType=all/allfiles;inode/directory
X-KDE-Priority=TopLevel
Actions=softLink
[Desktop Action softLink]
Name= Soft link
Icon=insert-link.png
blisshome
committed
Exec=FA=`basename %F`;if [[ $FA =~ .+\\..+ ]] ;then FE="_lnk."${FA##*.};FN=${FA%.*};elif [[ $FA =~ ^\\..+ ]];then FE="_lnk";FN=$FA;elif [[ ! $FA =~ \\. ]];then FE="_lnk";FN=$FA;fi;ln -sinT %F "$FN$FE";