New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split-GPG notifications do not disappear automatically #2897

Closed
anoadragon453 opened this Issue Jul 8, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@anoadragon453

2017-07-08-095440

Qubes OS version (e.g., R3.2):

R3.2

Using i3 as windowing manager.


Expected behavior:

The notification from Qubes' split-gpg daemon, the one that pops up the notification 'Keyring access from domain: xxx' should appear for a couple seconds after notifying the user of GPG key access, then disappear automatically.

Actual behavior:

The notification seems to be persistent and never disappears, causing the user (me) to have to manually click it to get it to go away. This can get annoying while browsing emails or mailing lists for example as it appears every time the GPG daemon is accessed (i.e. every time a signed/encrypted email is opened).

It's worth noting that if there's more than one instance of the notification, the other instances do go away automatically, but the last instance never disappears.

Steps to reproduce the behavior:

  1. Set up split-gpg
  2. Do something in a VM that accesses your GPG keys
  3. Notice the notification warning you about this access never disappears automatically

General notes:

Firefox notifications (and notifications from other applications) do disappear after 1-2s, so I believe this is a problem with Qubes' implementation rather than the notification system itself.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jul 8, 2017

Member

I know that this has been an issue for a long time. As a workaround, many of us have simply disabled the notifications entirely.

Member

andrewdavidwong commented Jul 8, 2017

I know that this has been an issue for a long time. As a workaround, many of us have simply disabled the notifications entirely.

@andrewdavidwong andrewdavidwong changed the title from Qubes Notification does not disappear automatically to Split-GPG notifications do not disappear automatically Jul 8, 2017

@andrewdavidwong andrewdavidwong added this to the Release 3.2 updates milestone Jul 8, 2017

@anoadragon453

This comment has been minimized.

Show comment
Hide comment
@anoadragon453

anoadragon453 Jul 8, 2017

@andrewdavidwong Ah, thanks for the heads up.

What's nice is that after being pointed to that file, I can simply add --expire-time=1000 to the end of the notify-send command to make notifications disappear as expected!

I've created a pull request in the split-gpg repo to fix this.

@andrewdavidwong Ah, thanks for the heads up.

What's nice is that after being pointed to that file, I can simply add --expire-time=1000 to the end of the notify-send command to make notifications disappear as expected!

I've created a pull request in the split-gpg repo to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment