Firestarter
Postat: 16 mar 2012, 17:29
Följde instruktionerna nedan på Askubuntu, men sista kommandot sägs inte vara ett kommando när det körs i terminalen...
.
(Har stött på flera sådana här icke-fungerande svar på Askubuntu. De borde börja gå igenom svaren och rensa bort felaktiga svar....)
With the following steps firestarter can be autostarted
Start a terminal with this command to edit the file /etc/sudoers
sudo visudo -s
Add the following line at the end of the code (where username should be replaced by your Ubuntu username)
USERNAME ALL= NOPASSWD: /usr/sbin/firestarter
save the changes and end the editor
start these two commands (where username should be replaced by your Ubuntu username)
sudo ln -fs ~/.Xauthority /root/.Xauthority
sudo chown USERNAME.root ~/.Xauthority
Now firestarter can start on login without the password prompt
Finally you have to add Firestarter to autostart with the following command
sudo "firestarter --start-hidden"
.
(Har stött på flera sådana här icke-fungerande svar på Askubuntu. De borde börja gå igenom svaren och rensa bort felaktiga svar....)
With the following steps firestarter can be autostarted
Start a terminal with this command to edit the file /etc/sudoers
sudo visudo -s
Add the following line at the end of the code (where username should be replaced by your Ubuntu username)
USERNAME ALL= NOPASSWD: /usr/sbin/firestarter
save the changes and end the editor
start these two commands (where username should be replaced by your Ubuntu username)
sudo ln -fs ~/.Xauthority /root/.Xauthority
sudo chown USERNAME.root ~/.Xauthority
Now firestarter can start on login without the password prompt
Finally you have to add Firestarter to autostart with the following command
sudo "firestarter --start-hidden"