Re: notify-send does nothing
Reply #3 –
Those are the default settings.
Try increasing the "Alarm time" to some value larger than 5 minutes. Also, your battery level hardware detection could be not calibrated correctly or your battery can be failing (it happens). Allow the battery to discharge at least once, then charge it to full, which should re-calibrate the detection in your hardware. The "time until the battery is drained" depends on various factors and is simply not something that can be accurately determined.
Edit: It seems that notifications in LXDE aren't shown/handled at all; running
notify-send Test
in LXDE LiveISO doesn't produce any visible effect, and also produces no errors in a terminal emulator.
Edit 2: It seems that there is no notification daemon running in the default LXDE collection. As a workaround, you can install any notification daemon, for example dunst or lxqt-notificationd and run it (in background), preferably from your startup file. As an example, for testing purposes, after installing lxqt-notificationd
lxqt-notificationd &
notify-send Test
should display a notification window.
Edit 3: Installing notify-osd or dunst doesn't require starting the daemon manually. It is started through dbus.