Skip to content

Commit

Permalink
src/service.vala: Add FIXME to remind us that the -sound indicator al…
Browse files Browse the repository at this point in the history
…so uses code that needs to be moved into libayatana-common (new shared lib).
  • Loading branch information
sunweaver committed Nov 11, 2020
1 parent 7fe2596 commit 0ae4bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service.vala
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0ae4bef

Please sign in to comment.