← Back to team overview

touch-packages team mailing list archive

[Bug 1443229] [NEW] support for xfce only environment

 

Public bug reported:

hi dev team,

I find that indicator-sound cannot open pavucontrol by clicking "Sound
Settings..." in the popup menu, in a XFCE only environment, not xubuntu,
but a customized OS made by myself.

I investigate the source code of indicator-sound, and find that in
src/service.vala:

var env = Environment.get_variable ("DESKTOP_SESSION");
string cmd;
if (env == "xubuntu" || env == "ubuntustudio")
	cmd = "pavucontrol";
else

I think you would support more desktop environment such as XFCE.

** Affects: indicator-sound (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1443229

Title:
  support for xfce only environment

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  hi dev team,

  I find that indicator-sound cannot open pavucontrol by clicking "Sound
  Settings..." in the popup menu, in a XFCE only environment, not
  xubuntu, but a customized OS made by myself.

  I investigate the source code of indicator-sound, and find that in
  src/service.vala:

  var env = Environment.get_variable ("DESKTOP_SESSION");
  string cmd;
  if (env == "xubuntu" || env == "ubuntustudio")
  	cmd = "pavucontrol";
  else

  I think you would support more desktop environment such as XFCE.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1443229/+subscriptions


Follow ups

References