1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 03:06:59 +01:00

23 lines
544 B
Desktop File

[Unit]
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=journal
Restart=on-failure
[Install]
WantedBy=mycroft.service