mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-05 07:11:10 +00:00
Add a desktop file to install the system with (LP: #1771460).
This commit is contained in:
parent
be429d184f
commit
25218fc3a7
5
debian/calamares-settings-lubuntu.install
vendored
5
debian/calamares-settings-lubuntu.install
vendored
@ -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
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
|
||||
|
||||
|
16
lubuntu/1200-calamares
Executable file
16
lubuntu/1200-calamares
Executable file
@ -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…
x
Reference in New Issue
Block a user