diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-10 20:49:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-24 01:46:01 -0500 |
commit | f14e8e6f58195606e54a8e50770ccd0553cc7a96 (patch) | |
tree | daca64a8c7189f32eefe04918aba5883013dbbba /user/livecd-support/horizon.desktop | |
parent | d2b9ae16a59f918dc15ae1e2da744974345d093b (diff) | |
download | packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.gz packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.bz2 packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.xz packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.zip |
user/livecd-support: Many improvements
* Change install scripts to local.d scripts.
* Add a local.d script to make dhcpcd setuid. (adelie/horizon#361)
* Make the Desktop Entry file a real file instead of a heredoc.
* Remove setuid bit from the shell script; we don't need this any more.
* Pull in our new LXQt theme for a better experience.
* Add XFCE subpackage.
* Set PATH correctly for horizon-run-qt5 so it can find mkfs.vfat and
friends.
* Set the clock with chronyd if possible on boot, before the graphical
environment starts.
* Use sudo for partitionmanger. (adelie/horizon#368)
Ref: #1081
Diffstat (limited to 'user/livecd-support/horizon.desktop')
-rw-r--r-- | user/livecd-support/horizon.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/livecd-support/horizon.desktop b/user/livecd-support/horizon.desktop new file mode 100644 index 000000000..fd1c3d103 --- /dev/null +++ b/user/livecd-support/horizon.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Version=1.1 +Name=System Installation +Comment=Install Adélie Linux to your computer +Icon=system-software-install +Exec=/usr/sbin/horizon-ui +Categories=System; |