View Single Post
Posts: 57 | Thanked: 90 times | Joined on Nov 2010 @ Bologna
#484
I have done so:
Code:
#!/bin/sh

exist= ps ux |grep /usr/bin/Yappari |grep -v grep |awk '{print $5}'

while [ "$exist" != "/usr/bin/Yappari" ]
do
	/usr/bin/Yappari
done
After is possible create a .desktop to run the script
This method in theory it should not increase the consumption of battery

N.B.
To close yappari you need to kill the process of the script or is possible create a .desktop with script to kill the process...

"Give me a shell and will raise the world"

Last edited by incrys; 2015-03-02 at 10:23.
 

The Following User Says Thank You to incrys For This Useful Post: