Bug #11324

Notification "Tails-greeter.py is ready" is unclear

Added by alant 2016-04-04 15:51:47 . Updated 2020-04-15 06:01:11 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2016-04-04
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Welcome Screen
Deliverable for:

Description

When the greeter is ready but not focused, a notification displays “tails-greeter.py is ready”. The application should have a better name in this notification, such as “Welcome to Tails is ready”.


Subtasks


History

#1 Updated by alant 2016-08-15 13:14:25

  • Assignee set to alant

#2 Updated by alant 2016-08-16 04:44:22

I think this requires porting GreeterApplication to GApplication/@GtkApplication@

#3 Updated by alant 2016-08-21 15:42:24

  • Status changed from Confirmed to In Progress
  • % Done changed from 0 to 50

#4 Updated by alant 2016-08-22 05:10:23

This should be fixed by calling GLib.set_application_name early, but seems to work only randomly.

#5 Updated by alant 2016-11-15 09:39:41

  • % Done changed from 50 to 70
  • QA Check set to Ready for QA

I’ve commited the best fix I can find, I think that the remaining problems are a bug outside of the greeter. Anyway I already spent too much time on that.

#6 Updated by alant 2016-11-18 00:55:59

  • Status changed from In Progress to Resolved
  • Assignee deleted (alant)
  • % Done changed from 70 to 100
  • QA Check changed from Ready for QA to Pass

#7 Updated by intrigeri 2016-11-18 08:18:36

I’d rather not display any notification. This might be enough:

--- a/data/tails-greeter.desktop
+++ b/data/tails-greeter.desktop
@@ -4,3 +4,4 @@ Name=Tails Greeter
 Exec=tails-greeter
 X-GNOME-Provides=tails-greeter
 NoDisplay=true
+StartupNotify=false

I don’t dare re-opening this ticket, but seriously: what’s the value brought by this (half buggy) notification?

#8 Updated by intrigeri 2016-12-21 11:05:13

intrigeri wrote:
> I’d rather not display any notification. This might be enough:

Done in Git, we’ll see if it helps.

#9 Updated by intrigeri 2020-04-15 06:01:12

  • Affected tool changed from Greeter to Welcome Screen