Hello all,
I have a program that I've set to start at kde boot. It works fine, but needs root access to run. I've tried to do it the same way I did xampp, (ln -s and update-rc.d)... but it doesn't work for this. Next I tried adding it the the start up list (Autorun / create new) and that works, but doesn't get the permissions right. I changed my user permissions to all root permissions, and that turned out REALLY bad (had to vi my way to back out changes). I've tried to change my user name permissions to less than 1000, tried visudo, tried nano /etc/group,.. I'm already in the admin group. I've used sudo before the call.
The program is "uberkey". (yes, uberkey... I know)
The error is "Must be root to run uberkey, you're only 1000."
I think I might have the syntax wrong somewhere and any help would be appreciated. Thanks everyone1!!
I have a program that I've set to start at kde boot. It works fine, but needs root access to run. I've tried to do it the same way I did xampp, (ln -s and update-rc.d)... but it doesn't work for this. Next I tried adding it the the start up list (Autorun / create new) and that works, but doesn't get the permissions right. I changed my user permissions to all root permissions, and that turned out REALLY bad (had to vi my way to back out changes). I've tried to change my user name permissions to less than 1000, tried visudo, tried nano /etc/group,.. I'm already in the admin group. I've used sudo before the call.
The program is "uberkey". (yes, uberkey... I know)
The error is "Must be root to run uberkey, you're only 1000."
I think I might have the syntax wrong somewhere and any help would be appreciated. Thanks everyone1!!
Comment