1
0
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:
Filippo Scognamiglio 2014-09-04 12:03:57 +02:00
parent 1cef3117cb
commit 39bb5f5ee9
3 changed files with 16 additions and 13 deletions

View File

@ -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
View 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

View File

@ -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