Add frontend script to session, install vdr-plugin-desktop
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
owner: '{{ vdr.user }}'
|
||||
group: '{{ vdr.group }}'
|
||||
|
||||
|
||||
- name: create tmux.service for the session
|
||||
template:
|
||||
src: roles/yavdr-xorg/templates/systemd/user/tmux.service.j2
|
||||
|
||||
@@ -38,4 +38,5 @@
|
||||
- read-edid
|
||||
- python3-dbus2vdr
|
||||
- python3-yavdrfrontend
|
||||
- vdr-plugin-desktop
|
||||
#- yavdr-xorg
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
env | grep "DISPLAY\|DBUS_SESSION_BUS_ADDRESS\|XDG_RUNTIME_DIR" > ~/.session-env
|
||||
systemctl --user import-environment DISPLAY XAUTHORITY XDG_RUNTIME_DIR DBUS_SESSION_BUS_ADDRESS
|
||||
|
||||
enabled_services=("tmux.service" "detect-second-display.service" "openbox-second.service" "osd2web.service")
|
||||
enabled_services=(
|
||||
"tmux.service" "detect-second-display.service"
|
||||
"openbox-second.service" "osd2web.service"
|
||||
"yavdr-frontend.service")
|
||||
disabled_services=()
|
||||
|
||||
# enable configured services for the user session
|
||||
|
||||
Reference in New Issue
Block a user