We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdb565 commit 0bbd7e4Copy full SHA for 0bbd7e4
papyros-session
@@ -1,4 +1,3 @@
1
-XCURSOR_SIZE=32 XCURSOR_THEME=Adwaita QT_QPA_EGLFS_DISABLE_INPUT=1 /usr/bin/papyros-shell -platform eglfs -plugin libinput
+#! /bin/bash
2
3
-/bin/sleep 10
4
-qmlscene /home/mspencer/Developer/papyros/qml-material/deml/main.qml -platform wayland
+XCURSOR_SIZE=32 XCURSOR_THEME=Adwaita QT_QPA_EGLFS_DISABLE_INPUT=1 /usr/bin/papyros-shell -platform eglfs -plugin libinput
papyros-shell.pro
@@ -11,3 +11,11 @@ RESOURCES += papyros-shell.qrc
11
12
target.path = /usr/bin
13
INSTALLS += target
14
+
15
+session.files = papyros-session
16
+session.path = /usr/bin
17
18
+desktop.files = papyros.desktop
19
+desktop.path = /usr/share/wayland-sessions
20
21
+INSTALLS += session desktop
0 commit comments