From 5a7e66081276052dc56cc91fad4d73eeca9191ff Mon Sep 17 00:00:00 2001 From: KAMiKAZOW Date: Thu, 7 Aug 2014 07:15:24 +0200 Subject: [PATCH] Create cool-old-term.desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create cool-old-term.desktop – so far only with a placeholder icon ("utilities-terminal") that should be available on any modern graphical Linux installation. --- cool-old-term.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cool-old-term.desktop diff --git a/cool-old-term.desktop b/cool-old-term.desktop new file mode 100644 index 0000000..df48bf2 --- /dev/null +++ b/cool-old-term.desktop @@ -0,0 +1,13 @@ +[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 Terminal +Path= +Categories=Qt;System;TerminalEmulator; +StartupNotify=true +Terminal=false +TerminalOptions= +Type=Application