diff --git a/debian/calamares-settings-lubuntu.install b/debian/calamares-settings-lubuntu.install index 0486939..a81a53a 100644 --- a/debian/calamares-settings-lubuntu.install +++ b/debian/calamares-settings-lubuntu.install @@ -1 +1,4 @@ -lubuntu/* etc/calamares/ +lubuntu/1200-calamares lib/live/config/ +lubuntu/branding/ etc/calamares/ +lubuntu/modules/ etc/calamares/ +lubuntu/settings.conf etc/calamares/ diff --git a/debian/changelog b/debian/changelog index a1597bd..9ac3c34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ calamares-settings-ubuntu (3) UNRELEASED; urgency=medium * Fix Vcs-* and Homepage to reflect the move off of GitHub. * Allow Lubuntu to be installed on systems with no network and UEFI systems. + * Add a desktop file to install the system with (LP: #1771460). -- Simon Quigley Thu, 10 May 2018 20:04:23 -0500 diff --git a/lubuntu/1200-calamares b/lubuntu/1200-calamares new file mode 100755 index 0000000..0058047 --- /dev/null +++ b/lubuntu/1200-calamares @@ -0,0 +1,16 @@ +#!/bin/sh + +cat > "/home/lubuntu/Desktop/calamares.desktop" << EOF +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Version=1.0 +Name=Install Lubuntu 18.10 +GenericName=Install Lubuntu +Exec=sudo calamares +Comment=Calamares — System Installer +Icon=calamares +Terminal=false +StartupNotify=true +Categories=Qt;System; +EOF