View Single Post
Posts: 96 | Thanked: 56 times | Joined on Jan 2013
#15
Originally Posted by Mikkosssss View Post
Found mistake line:

Code:
Type=Application
A in application needs to capital letter so A not a.

If you want fast way to edit that heres code.

Code:
devel-su
rootme
cd /usr/share/applications/
nano killpulseaudio.desktop
Nano is text editor.
If you get error: Nano not found.
Do:
Code:
devel-su
rootme
apt-get install nano
But sure you can use any other way you like.

nice, i will try it and i will come back for feedback...

thank you man!