Add a desktop file to install the system with (LP: #1771460).

ubuntu/focal
Simon Quigley 6 years ago
parent be429d184f
commit 25218fc3a7

@ -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/

1
debian/changelog vendored

@ -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 <tsimonq2@ubuntu.com> Thu, 10 May 2018 20:04:23 -0500

@ -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
Loading…
Cancel
Save