From 302349855d56d1ccb2d5c225af05bb974b3f7109 Mon Sep 17 00:00:00 2001 From: davedatum Date: Fri, 25 Oct 2019 16:04:27 +0100 Subject: [PATCH] added calamares.desktop to skel --- skel/.local/share/applications/calamares.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 skel/.local/share/applications/calamares.desktop diff --git a/skel/.local/share/applications/calamares.desktop b/skel/.local/share/applications/calamares.desktop new file mode 100644 index 0000000..7251adf --- /dev/null +++ b/skel/.local/share/applications/calamares.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Install TROMjaro Linux +GenericName=Live Installer +Comment=Install the operating system to disk +Exec=/usr/bin/calamares_polkit %f +Icon=calamares +Terminal=false +StartupNotify=true +Categories=Qt;System; \ No newline at end of file