Posts: 10
Cosque
Joined: 10 Sep 2017
#1
I need to create a shortcut in"Personal menu" with this command:"teamviewer daemon enable" as root.

how can I do it?

thanks for your time.
Last edited by Cosque on 01 Oct 2017, 22:32, edited 1 time in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
Cosque wrote: I need to create a shortcut in"Personal menu" with this command:"teamviewer daemon enable" as root.

how can I do it?

thanks for your time
use the menu manager in control center to setup a new entry.  you will want something like 

Code: Select all

gksu"teamviewer daemon enable"
which should make you an entry that will ask for your superuser password (in antiX, the default is the sudo password).

I did a video on menu manager, in you need more info. 
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://youtu.be/wwuTtjF6zS0"
linktext was:"Personal Menu & Menu Manager"
====================================


Posts: 10
Cosque
Joined: 10 Sep 2017
#3
dolphin_oracle wrote:
Cosque wrote: I need to create a shortcut in"Personal menu" with this command:"teamviewer daemon enable" as root.

how can I do it?

thanks for your time
use the menu manager in control center to setup a new entry.  you will want something like 

Code: Select all

gksu"teamviewer daemon enable"
which should make you an entry that will ask for your superuser password (in antiX, the default is the sudo password).

I did a video on menu manager, in you need more info. 
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://youtu.be/wwuTtjF6zS0"
linktext was:"Personal Menu & Menu Manager"
====================================
thanks, antiX continues to impress me.