می شه که گذر واژه رو برای فایر استارتر با دستکاری sudoers درست کرد ولی یه جایی دیدم که میگفت کار خطرناکیه و همین وضعیت اولیه بهتره. اگه کسی چیزی میدونه لطفا بگه تا یادبگیریم
همانطور که گفته بودم توی اون صفحه. این جور توضیح داده:
Every time firestarter starting GUI it will prompt for root password may be this is bit difficult for this you can do the following steps to avoid password.
export EDITOR=gedit && sudo visudo
Now you need to add the following line in /etc/sudoers file
%ruchi ALL= NOPASSWD: /usr/sbin/firestarter
Replace %ruchi by your the name of the user or the group which can use sudo and do the modification.
Now you can test this using the following procedure
sudo - K
sudo /usr/sbin/firestarter
When it try to open it should not prompt for password
Finally you need to add firestarter to startup programs list from system—> Preferences—>Sessions you should see the following screen in this you need to click on startup programs and click on add you should see a popup box prompting for startup command in this you need to enter the following command and click ok two times.
sudo /usr/sbin/firestarter