Reply
Thread Tools
Posts: 96 | Thanked: 56 times | Joined on Jan 2013
#11
Originally Posted by Eztran View Post
I'm guessing you mean moving/copying the file using Filebox as root rather than using mv or cp? That should have the same effect, yes.
excuse my stupid english hahaha but yes, you are right, is what i meant.

thank you!
 

The Following User Says Thank You to hugon9 For This Useful Post:
Posts: 96 | Thanked: 56 times | Joined on Jan 2013
#12
Originally Posted by Mikkosssss View Post
Make desktop icon that kills pulseaudio.

Code:
[Desktop Entry]
Type=application
Name=KillPulseaudio
Icon=icon-l-user-guide
Exec=killall pulseaudio
Just make this text file and name it killpulseaudio.desktop
then move it to: /urs/share/applications/

Here is code for moving it from MyDocs:

Code:
in terminal

devel-su
type password default:rootme
mv /home/user/MyDocs/killpulseaudio.desktop /usr/share/applications/
Then just tap it when you want end pulseaudio proces.

I made one for CuteTube and Fennec because they sometimes wont close.

can't do this process

terminal always says: operation not permited, cant verify ownership of killpulseaudio.desktop

what else i can do with this stupid process?

damn you pulseaudio!
 
Posts: 96 | Thanked: 56 times | Joined on Jan 2013
#13
the killpulseaudio.desktop archive is in /usr/saher/applications/ (checked with filebox)

but in my homescreen there is no icon...
 
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#14
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.
__________________
────────────────────
Try:My N9 bootvideo

Last edited by Mikkosssss; 2013-07-18 at 00:16.
 
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!
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:18.