summaryrefslogtreecommitdiff
path: root/boot/start-horizon-qt5
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-06 01:11:36 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-06 01:11:36 -0500
commit1b07af78192bf628d88d400c592b109044b5828a (patch)
tree0828543259503c3e1b1fbf96442c6c136799754c /boot/start-horizon-qt5
parentf90a6dee60feb7a341d55003123cc9a7451ffc0c (diff)
downloadhorizon-1b07af78192bf628d88d400c592b109044b5828a.tar.gz
horizon-1b07af78192bf628d88d400c592b109044b5828a.tar.bz2
horizon-1b07af78192bf628d88d400c592b109044b5828a.tar.xz
horizon-1b07af78192bf628d88d400c592b109044b5828a.zip
boot: Add Boot to Horizon resources
Diffstat (limited to 'boot/start-horizon-qt5')
-rwxr-xr-xboot/start-horizon-qt58
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/start-horizon-qt5 b/boot/start-horizon-qt5
new file mode 100755
index 0000000..0541de6
--- /dev/null
+++ b/boot/start-horizon-qt5
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+kwin_x11 &
+horizon-qt5
+if [ $? -eq 0 ]; then
+ horizon-run-qt5
+fi
+reboot