Skip to content

Commit 0bbd7e4

Browse files
committed
Install the Wayland session config and session launcher script
1 parent bfdb565 commit 0bbd7e4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

papyros-session

+2-3
Original file line numberDiff line numberDiff line change
@@ -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
1+
#! /bin/bash
22

3-
/bin/sleep 10
4-
qmlscene /home/mspencer/Developer/papyros/qml-material/deml/main.qml -platform wayland
3+
XCURSOR_SIZE=32 XCURSOR_THEME=Adwaita QT_QPA_EGLFS_DISABLE_INPUT=1 /usr/bin/papyros-shell -platform eglfs -plugin libinput

papyros-shell.pro

+8
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ RESOURCES += papyros-shell.qrc
1111

1212
target.path = /usr/bin
1313
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

Comments
 (0)