From c2318f237731c14caf0f12b861853ad00a34402a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2020 08:59:48 +0100 Subject: [PATCH] src/service.vala: Add FIXME to remind us that the -sound indicator also uses code that needs to be moved into libayatana-common (new shared lib). --- src/service.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/service.vala b/src/service.vala index 1a706568..c04944f7 100644 --- a/src/service.vala +++ b/src/service.vala @@ -254,6 +254,8 @@ public class IndicatorSound.Service: Object { unowned string xdg_desktop = Environment.get_variable ("XDG_CURRENT_DESKTOP"); string cmd; + /* FIXME: the below code needs to be moved into libayatana-common!!! */ + #if HAS_URLDISPATCHER if (Environment.get_variable ("MIR_SOCKET") != null) {