You are not logged in.
When my laptop's battery is running low, a notification pops up telling me the power is low and gives me options to hibernate/shutdown. When I plug the laptop in, the notification doesn't go away until I click it. Is there any way to make the notification disappear after plugging in my laptop to charge?
I'm using the latest XFCE on Manjaro Linux.
Offline
Hello and welcome.
This doesn't sound like Xfce's notification daemon. What does the following return:
ps -ef | grep -E 'notif|dunst'
systemctl --user status xfce4-notifyd
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Just in case, I saw this in the list of improvement/additions for Xfce 4.16:
Autohide for the low-battery notification when connecting to a charger
Offline
Hello and welcome.
This doesn't sound like Xfce's notification daemon. What does the following return:
ps -ef | grep -E 'notif|dunst' systemctl --user status xfce4-notifyd
Executing
ps -ef | grep -E 'notif|dunst'
returns:
myusername 2164 2073 0 Sep09 ? 00:00:08 /usr/lib/xfce4/panel/wrapper-2.0 /usr/lib/xfce4/panel/plugins/libsystray.so 6 14680074 systray Notification Area Area where notification icons appear
myusername 2196 1941 0 Sep09 ? 00:00:49 msm_notifier
myusername 2223 1941 0 Sep09 ? 00:00:10 /usr/lib/xfce4/notifyd/xfce4-notifyd
myusername 132215 125776 0 15:41 pts/2 00:00:00 grep --colour=auto -E notif|dunst
And executing
systemctl --user status xfce4-notifyd
returns:
Unit xfce4-notifyd.service could not be found.
Just in case, I saw this in the list of improvement/additions for Xfce 4.16:
Autohide for the low-battery notification when connecting to a charger
Thank you for pointing this out. If it's only a problem in XFCE 4.14 but they plan to fix it in 4.16 then that's ok with me.
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 528.63 KiB (Peak: 529.91 KiB) ]