[epiphany] Set pulseaudio icon name
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Set pulseaudio icon name
- Date: Tue, 22 Mar 2022 01:25:34 +0000 (UTC)
commit a288549574a6d64616303378b1ff5824e95cc573
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Sun Mar 20 23:06:50 2022 +0100
Set pulseaudio icon name
Use environment workaround to set Epiphany icon name.
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1716
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1095>
src/ephy-main.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index a35a41554..77027c5ab 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -182,6 +182,8 @@ main (int argc,
g_setenv ("GSETTINGS_SCHEMA_DIR", BUILD_ROOT "/data", FALSE);
#endif
+ g_setenv ("PULSE_PROP_application.icon_name", APPLICATION_ID, TRUE);
+
/* Initialize the i18n stuff */
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]