-
Notifications
You must be signed in to change notification settings - Fork 48
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
Using KDE, can I configure the GUI notifications to get saved in the KDE notification-history by the system-tray? (rather than just disappearing) #140
Comments
Maybe related: rfjakob/earlyoom#139 I assume that saving notifications is handled by the desktop environment and nohang can't help with that. |
Also #79 (comment) |
Thanks for the links! It seems that it indeed works to just make the tweak in the KDE settings GUI And I'll have to ask the KDE people later if that turns out to have annoying side-effects, But yeah, I just tested it using That being said...
Well, yes, unless for instance it was simply a matter of nohang passing the correct flags to whatever program it calls to do the notifications ( ... actually, it seems that the notifications sent by nohang do not use "urgency critical" flag Is it possible for me to make it use the ... btw, yeah, in this doc: It seems like the different "types" aren't really relevant but the "urgency levels" do seem relevant... It says:
(So like, "low" and "normal" notifications are are expected to disappear from the screen) But then it says:
Which sounds like it should maybe be the default for something like a memory leak causing something to be killed? |
I just installed nohang per these instructions:
https://github.com/hakavlad/nohang/?tab=readme-ov-file#to-install-on-ubuntu-20042010
(ie using
sudo systemctl enable --now nohang-desktop.service
, rather than withnohang.service
)and I tested it and it worked perfectly
(I triggered a firefox memory leak that used to freeze up my system, but this time it just killed firefox instead of freezing -- very happy to finally get that fixed!)
The one thing I'd like to improve is:
I'm using KDE, and I'd like to configure the GUI notifications to get saved in the KDE notification-history by the system-tray.
(ie, in my test, the GUI notifications popped up, but then they just disappeared after)
Is there something I could simply tweak in a config file somewhere?
(Or is it something that should already be working, and I should ask the KDE people about it as a bug...?)
I looked through section
4. Warnings and notifications
in the file/etc/nohang/nohang-desktop.conf
,but I couldn't spot anything relevant...
[
]
The text was updated successfully, but these errors were encountered: