PulseOutputPlugin: set icon name

This commit is contained in:
Pete Beardmore 2014-03-04 10:36:43 +00:00
parent 503ed9c331
commit 3a3fb98f79

View File

@ -327,6 +327,7 @@ pulse_output_init(const config_param &param, Error &error)
PulseOutput *po;
setenv("PULSE_PROP_media.role", "music", true);
setenv("PULSE_PROP_application.icon_name", "mpd", true);
po = new PulseOutput();
if (!po->base.Configure(param, error)) {