View Single Post
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#142
Originally Posted by scoobydoo View Post
don't run as root just as user
Exactly. I don't know what it is with people running everything as root. One should never run anything as root, unless it tells him to and he's 100% sure what he's doing.
Imagine they run an app with superuser privileges, it saves some settings which they won't be able to edit if they run it as user as usual... Just one example.
Too bad rootsh doesn't require password. (sorry for OT)

Originally Posted by scoobydoo View Post
i have added a queenbeecon widget too desktop and added command
cd /home/user/MyDocs/saera
pyton saera.py

this starts saera with 1 click and a few seconds start time
Nice. Although, why 'cd'? This should do it.
Code:
python /path/to/saera/saera.py

Last edited by nodevel; 2012-06-13 at 14:29.
 

The Following 5 Users Say Thank You to nodevel For This Useful Post: