touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #69963
[Bug 1359249] Re: Launching PAVUControl works from Xubuntu, but not from Xfce
same as #1443229.
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 by
adding " || env == "xfce""
--
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/1359249
Title:
Launching PAVUControl works from Xubuntu, but not from Xfce
Status in indicator-sound package in Ubuntu:
Confirmed
Bug description:
In Xubuntu 14.04 when clicking the sound indicator and choosing "Sound
Settings" Pavucontrol is launched, but it does not get launched in the
same scenario when the session "Xfce" is launched instead, with the
same settings. In fact I installed the xfce4 package on top of
Xubuntu's and launched it. Both xsession files list the same thing to
start it, so is indicator only choosing to work on whitelisted
sessions?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1359249/+subscriptions
References