rename .desktop file to indicate local setting and create a new file for a system installation
This commit is contained in:
BIN
data/controldeck-48.png
Normal file
BIN
data/controldeck-48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -1,7 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=ControlDeck
|
||||
Exec=${HOME}/.local/bin/controldeck-gui
|
||||
Exec=/usr/bin/controldeck-gui
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=controldeck
|
||||
Icon=controldeck
|
||||
|
||||
7
data/controldeck.desktop.local
Normal file
7
data/controldeck.desktop.local
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=ControlDeck
|
||||
Exec=${HOME}/.local/bin/controldeck-gui
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=controldeck
|
||||
Reference in New Issue
Block a user