dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #31236
[Bug 1443229] Re: support for xfce only environment
*** This bug is a duplicate of bug 1359249 ***
https://bugs.launchpad.net/bugs/1359249
** This bug has been marked a duplicate of bug 1359249
Launching PAVUControl works from Xubuntu, but not from Xfce
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-sound in Ubuntu.
Matching subscriptions: dx-packages
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
References