summaryrefslogtreecommitdiff
path: root/user/livecd-support/horizon-ui
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 20:49:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-24 01:46:01 -0500
commitf14e8e6f58195606e54a8e50770ccd0553cc7a96 (patch)
treedaca64a8c7189f32eefe04918aba5883013dbbba /user/livecd-support/horizon-ui
parentd2b9ae16a59f918dc15ae1e2da744974345d093b (diff)
downloadpackages-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-ui')
-rw-r--r--user/livecd-support/horizon-ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/livecd-support/horizon-ui b/user/livecd-support/horizon-ui
index e984e9476..0fa8e6ae3 100644
--- a/user/livecd-support/horizon-ui
+++ b/user/livecd-support/horizon-ui
@@ -5,4 +5,6 @@
#
horizon-qt5
-if [ $? -eq 0 ]; then horizon-run-qt5; fi
+if [ $? -eq 0 ]; then
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin horizon-run-qt5
+fi