From 053c2360959db9978f7d8989c467ccf6b7780142 Mon Sep 17 00:00:00 2001 From: Luke from DC Date: Wed, 5 Jul 2023 20:03:48 +0000 Subject: position popup slider properly in wayland and make wayland optional (#196) * Wayland: fix position of volume slider using GtkLayerShell edge and margin settings *Unused edge anchors and margins set to zero to avoid glitches when orientation changes * Build options: *(default) out of process, no wayland support as wayland support is experimental *in-process, no wayland support (--enable-in-process --disable-wayland) * wayland dependencies not checked for or used *in-process with wayland support (--enable-wayland also calls --in-process) * wayland dependencies checked for and required --- mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in (limited to 'mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in') diff --git a/mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in b/mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in new file mode 100644 index 0000000..9e19920 --- /dev/null +++ b/mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.mate.panel.applet.GvcAppletFactory +Exec=@LOCATION@ -- cgit v1.2.1