1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: GUI: Launch mycroft-gui onto a weston wayland compositor

This commit is contained in:
j1nx
2020-06-01 15:41:14 +02:00
parent 79e24e02a9
commit 3b85e873c1
6 changed files with 58 additions and 4 deletions

View File

@@ -3,15 +3,19 @@ Description=Mycroft GUI
PartOf=mycroft.service
After=mycroft.service
After=mycroft-messagebus.service
Wants=weston.service
After=weston.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
Environment=QT_QPA_PLATFORM=wayland
Environment=XDG_RUNTIME_DIR=/tmp/weston
Environment=LD_LIBRARY_PATH=/usr/lib
Environment=QML2_IMPORT_PATH=/usr/lib/qml
ExecStartPre=-/usr/bin/sudo /bin/psplash-write QUIT
ExecStart=mycroft-gui-app --hideTextInput --maximize
StandardOutput=null
StandardOutput=journal
Restart=on-failure
[Install]