From 39bb5f5ee9b387fd81be32b40bf307f6037c6221 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Thu, 4 Sep 2014 12:03:57 +0200 Subject: [PATCH] Desktop file has now the correct name and is installable. --- cool-old-term.desktop | 13 ------------- cool-retro-term.desktop | 11 +++++++++++ cool-retro-term.pro | 5 +++++ 3 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 cool-old-term.desktop create mode 100644 cool-retro-term.desktop 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