2012/7/30 stefanozanobini <span dir="ltr">&lt;<a href="mailto:stezano@gmail.com" target="_blank">stezano@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Due to problems with nm-applet (network manager tray icon), I should start it as root.<br>Is it possible to start as root a programm with autostart.sh?<br>Something like &quot;sudo nm-applet&quot; (but without password request!)<br>

<br>thanks<br>ste<br>
<br>_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br></blockquote></div><br>Something like this in /etc/sudoers should do it:<br><br><span style="background-color:rgb(255,255,255);color:rgb(51,51,51)">user ALL=(ALL) NOPASSWD: /usr/bin/nm-applet, PASSWD:ALL
</span><br>