support for xfce only environment

Bug #1443229 reported by McArthor Lee
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
indicator-sound (Ubuntu)
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.