mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
Desktop file has now the correct name and is installable.
This commit is contained in:
parent
1cef3117cb
commit
39bb5f5ee9
@ -1,13 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Comment=
|
||||
Exec=qmlscene -I /usr/share/cool-old-term/{imports,app/main.qml}
|
||||
GenericName=Terminal emulator
|
||||
Icon=utilities-terminal
|
||||
MimeType=
|
||||
Name=Cool Old Term
|
||||
Path=
|
||||
Categories=Qt;System;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
11
cool-retro-term.desktop
Normal file
11
cool-retro-term.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Comment=Use the command line the old way
|
||||
Exec=cool-retro-term
|
||||
GenericName=Terminal emulator
|
||||
Icon=utilities-terminal
|
||||
MimeType=
|
||||
Name=Cool Retro Term
|
||||
Categories=Qt;System;Utility;TerminalEmulator;
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
@ -2,3 +2,8 @@ TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += app
|
||||
SUBDIRS += konsole-qml-plugin
|
||||
|
||||
desktop.files += cool-retro-term.desktop
|
||||
desktop.path += /usr/share/applications
|
||||
|
||||
INSTALLS += desktop
|
||||
|
Loading…
Reference in New Issue
Block a user