From f14e8e6f58195606e54a8e50770ccd0553cc7a96 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 10 Oct 2023 20:49:08 -0500 Subject: 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 --- user/livecd-support/horizon-ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'user/livecd-support/horizon-ui') 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 -- cgit v1.2.3-60-g2f50