Commit 3a3fb98f authored by Pete Beardmore's avatar Pete Beardmore

PulseOutputPlugin: set icon name

parent 503ed9c3
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment