aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_desktop')
-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