maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   random problem with pulseaudio process, baterry draining (https://talk.maemo.org/showthread.php?t=90689)

hugon9 2013-07-11 03:23

Re: random problem with pulseaudio process, baterry draining
 
Quote:

Originally Posted by Eztran (Post 1358203)
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!

hugon9 2013-07-17 21:32

Re: random problem with pulseaudio process, baterry draining
 
Quote:

Originally Posted by Mikkosssss (Post 1358194)
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!

hugon9 2013-07-17 21:44

Re: random problem with pulseaudio process, baterry draining
 
the killpulseaudio.desktop archive is in /usr/saher/applications/ (checked with filebox)

but in my homescreen there is no icon... :confused:

Mikkosssss 2013-07-18 00:09

Re: random problem with pulseaudio process, baterry draining
 
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.

hugon9 2013-07-18 01:01

Re: random problem with pulseaudio process, baterry draining
 
Quote:

Originally Posted by Mikkosssss (Post 1359712)
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!


All times are GMT. The time now is 00:04.

vBulletin® Version 3.8.8