View Single Post
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#1
I made this .desktop file so I can kill CuteTube, OVP and Firefox because they run background after I close em.

Code:
[Desktop Entry]
Type=Application
Name=killall
Icon=/usr/share/icons/hicolor/80x80/apps/killall.png
Exec=killall cutetube 
Exec=killall openmediaplayer
Exec=killall fennec
But it works only for one comand (last one,fennec) How to have many comands working.
Code:
Exec=killall cutetube killall openmediaplayer killall fennec
Didint work


Then another thing how to open conversation with desktop shortcut without going to messaging and then pressing conversation from right down corner.

Thanks.

Last edited by Mikkosssss; 2012-12-30 at 15:07.