From ab4274f6747f424420f4d9591103b46167a2c059 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 30 Aug 2016 12:26:18 -0500 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index f695431af..2d91c3274 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -69,7 +69,7 @@ Always open a separate chat window for new chats. - true + false Display incoming events in the status area Display incoming events in the status area. If false, present them to the user immediately. -- cgit v1.2.1