TAMV icon indicating copy to clipboard operation
TAMV copied to clipboard

Start TAMV with a desktop-shortcut

Open ReneJurack opened this issue 3 years ago • 1 comments

Add a way to open/start TAMV with a double-click on an icon at the desktop.

ReneJurack avatar Mar 30 '21 10:03 ReneJurack

A shortcut can be created on the desktop by creating a new file with the following contents.

[Desktop Entry] Name=START_TAMV Comment=Shortcut to TAMV_GUI.py Icon=/usr/share/pixmaps/openbox.xpm Exec= sudo /home/pi/TAMV/TAMV_GUI.py Type=Application Encoding=UTF-8 Terminal=true Categories=None;

kbrickman24 avatar Apr 17 '21 13:04 kbrickman24