mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-05 23:31:09 +00:00
Actually install the .desktop file.
FIXME: This is super hacky and breaks rules.
This commit is contained in:
parent
67a1f7ebc9
commit
e0dd4e665c
2
debian/calamares-settings-lubuntu.install
vendored
2
debian/calamares-settings-lubuntu.install
vendored
@ -1,4 +1,4 @@
|
||||
lubuntu/1200-calamares lib/live/config/
|
||||
lubuntu/calamares.desktop etc/skel/Desktop/
|
||||
lubuntu/branding/ etc/calamares/
|
||||
lubuntu/modules/ etc/calamares/
|
||||
lubuntu/settings.conf etc/calamares/
|
||||
|
3
debian/calamares-settings-lubuntu.lintian-overrides
vendored
Normal file
3
debian/calamares-settings-lubuntu.lintian-overrides
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Although it's technically against policy, in this case it's justified because it's the only way
|
||||
calamares-settings-lubuntu: package-contains-file-in-etc-skel etc/skel/Desktop/
|
||||
calamares-settings-lubuntu: package-contains-file-in-etc-skel etc/skel/Desktop/calamares.desktop
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ calamares-settings-ubuntu (4) UNRELEASED; urgency=medium
|
||||
* Enable GeoIP support by default, to get accurate timezone readings.
|
||||
* Make image and text IDs unique in the slideshow.
|
||||
* Ensure that slideshow images correctly respond to their text.
|
||||
* Actually install the .desktop file.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 09 Jul 2018 17:51:16 -0500
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat > "/home/lubuntu/Desktop/calamares.desktop" << EOF
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
@ -13,4 +10,3 @@ Icon=calamares
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Qt;System;
|
||||
EOF
|
@ -3,3 +3,4 @@ timeout: 60
|
||||
script:
|
||||
- "cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)"
|
||||
- "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ apt-cdrom add && chroot @@ROOT@@ sed -e '/deb http/ s/^#*/#/' -i /etc/apt/sources.list && chroot @@ROOT@@ apt update && chroot @@ROOT@@ apt -y install grub-efi-amd64-bin && chroot @@ROOT@@ sed -i 's/#deb/deb/' /etc/apt/sources.list || exit 0"
|
||||
- "rm @@ROOT@@/home/*/calamares.desktop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user