Hello Vincent, sorry i didn't reply before to help you configure chestnut-dialer, i've been kind of busy.
You don't need to login as root everytime you want to use chestnut dialer, there are other ways:
OPTION #1:just edit (as root) the
/usr/share/applications/chestnut-dialer.desktop, find the following line:
Exec=chestnut-dialer
and change it for this:
Exec=/bin/vsuper chestnut-dialer
Now everytime you login on a non-root account and try to run chestnut-dialer VL will ask for your root, password.
OPTION #2:There are other approaches to solve this, for example: I have a laptop that i sometimes lend to my sisters or my nephews so edited the
/etc/sudoers file and gave the users group permission to run chestnut-dialer as root without a root password:
run in a terminal (as root):
visudo
scroll down to the end of file and press
i key to enter insert mode, then insert a new line:
%users ALL=NOPASSWD:/usr/bin/chestnut-dialer
press
ESC key to exit insert mode, then write
:wq and press
ENTER key to exit visudo writing the changes to the sudoers file.
Now just edit (as root) the
/usr/share/applications/chestnut-dialer.desktop, find the following line:
Exec=chestnut-dialer
and change it for this:
Exec=sudo chestnut-dialer
Now every user on this machine can run chestnut-dialer as root without a root user password.
There are more ways to accomplish this, but this worked for me, now if someone knows if there is any risk in letting a user run chestnut-dialer with root privileges... please don't let me misadvice Vincent.