diff --git a/cool-old-term.desktop b/cool-old-term.desktop deleted file mode 100644 index 785cc2a..0000000 --- a/cool-old-term.desktop +++ /dev/null @@ -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 diff --git a/cool-retro-term.desktop b/cool-retro-term.desktop new file mode 100644 index 0000000..2d06c64 --- /dev/null +++ b/cool-retro-term.desktop @@ -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 diff --git a/cool-retro-term.pro b/cool-retro-term.pro index 73a5e6a..9e67778 100644 --- a/cool-retro-term.pro +++ b/cool-retro-term.pro @@ -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