From 0ae4bef7c23be98acbd608d14bee842d311216cf Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2020 08:59:48 +0100 Subject: 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(+) (limited to 'src/service.vala') diff --git a/src/service.vala b/src/service.vala index 8acdc39..4c9579a 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) { -- cgit v1.2.3