[totem/gnome-3-14] main: Fix Videos icon not showing in volume control



commit c7fdff8eea6485373fb75f1402c6ce58bb0a1813
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 13 10:02:29 2015 +0100

    main: Fix Videos icon not showing in volume control
    
    Forcefully set PulseAudio icon property. Seems that PulseAudio's client
    libraries aren't quite working things out in some cases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745874

 src/totem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 2600921..3152ae0 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -72,7 +72,7 @@ main (int argc, char **argv)
        g_set_application_name (_("Videos"));
        gtk_window_set_default_icon_name ("totem");
        g_setenv("PULSE_PROP_media.role", "video", TRUE);
-
+       g_setenv("PULSE_PROP_application.icon_name", "totem", TRUE);
 
        /* Build the main Totem object */
        totem = g_object_new (TOTEM_TYPE_OBJECT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]