[empathy] Replace crap desktop notifications with crap GTK+ dialogs



commit ab4274f6747f424420f4d9591103b46167a2c059
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 30 12:26:18 2016 -0500

    Replace crap desktop notifications with crap GTK+ dialogs
    
    mcatanzaro:  I am going to remove the "display events in notification
    area" crap
    mcatanzaro:  Because the notification goes away and then you can never
    see it again or join the room
    mcatanzaro:  It's BS
    mcatanzaro:  If you toggle it off, you get a GtkDialog from nowhere
    instead, which is also crap but better!
    
    To be clear: it's totally unacceptable to display GtkDialogs without a
    parent window, and this patch makes us do that by default. But I don't
    plan to spend more effort on this myself, and it's a lot better than
    giving users a two second window to rush to click the buttons in the
    notification before it disappears. Better hope no other notification
    gets sent during that time, and you have fast reflexes, else you're not
    gonna be able to join the chat you're invited to....

 data/org.gnome.Empathy.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index f695431..2d91c32 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -69,7 +69,7 @@
       <description>Always open a separate chat window for new chats.</description>
     </key>
     <key name="events-notify-area" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Display incoming events in the status area</summary>
       <description>Display incoming events in the status area. If false,
 present them to the user immediately.</description>


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