PulseOutputPlugin: set icon name
This commit is contained in:
parent
503ed9c331
commit
3a3fb98f79
@ -327,6 +327,7 @@ pulse_output_init(const config_param ¶m, 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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user