Add a desktop file to install the system with (LP: #1771460).
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/
|
||||||
|
@ -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…
Reference in new issue