aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-13 18:48:27 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-13 18:48:27 -0400
commitd214600a49a7332f25dbcc12d9b19e1d9fc7a34a (patch)
tree30f2d0f0cee09db1d49b39034f8a338ec4e64cfe /roles/linux_desktop/tasks/main.yml
parent4f4e61d05da68469b664d68ca6bf12d33d5df66b (diff)
downloadselfhosted-d214600a49a7332f25dbcc12d9b19e1d9fc7a34a.tar.gz
selfhosted-d214600a49a7332f25dbcc12d9b19e1d9fc7a34a.zip
linux_desktop: workaround for xfce-screensaver user switching bug
Diffstat (limited to 'roles/linux_desktop/tasks/main.yml')
-rw-r--r--roles/linux_desktop/tasks/main.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index 16aace3..cd5745d 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -83,16 +83,11 @@
changed_when: no
loop: '{{ linux_desktop_flatpak_overrides | dict2items }}'
-- name: create /usr/local/share/thumbnailers
+# https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues/39
+- name: workaround user switching bug for xfce-screensaver
file:
- path: /usr/local/share/thumbnailers
- state: directory
-
-# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973942
-- name: patch totem thumbnailer to support large mp4 files
- copy:
- src: usr/local/share/thumbnailers/totem.thumbnailer
- dest: /usr/local/share/thumbnailers/totem.thumbnailer
+ path: /usr/share/dbus-1/services/org.xfce.ScreenSaver.service
+ state: absent
- import_tasks: theme.yml
tags: theme