diff --git a/podcasts-gtk/src/app.rs b/podcasts-gtk/src/app.rs index c985c3a..17fbf58 100644 --- a/podcasts-gtk/src/app.rs +++ b/podcasts-gtk/src/app.rs @@ -321,6 +321,9 @@ impl PdApplication { bindtextdomain("gnome-podcasts", LOCALEDIR); textdomain("gnome-podcasts"); + // Make sure the app icon shows up in PulseAudio settings + env::set_var("PULSE_PROP_application.icon_name", APP_ID); + let application = Self::new(); // Weird magic I copy-pasted that sets the Application Name in the Shell.