From 22d571466674641a3a767e577373a3c5f78ab157 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sat, 10 Jun 2023 19:00:46 -0400 Subject: trash: port to in-process for wayland support - ensure applet can be left-clicked in wayland - In wayland we have to open the trash on the button press event - In x11 retain the existing behavior of opening the trash on the button release event - ensure both right and left clicks work in wayland - using code borrowed from cpufreq applet - Cleanup X11 checks --- trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in (limited to 'trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in') diff --git a/trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in b/trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in deleted file mode 100644 index ead24d1d..00000000 --- a/trashapplet/data/org.mate.panel.applet.TrashAppletFactory.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=org.mate.panel.applet.TrashAppletFactory -Exec=@LIBEXECDIR@/trashapplet -- cgit v1.2.1