I set up eos update notifier like so:
eos-update-notifier -init
eos-update-notifier -conf
check period: daily
persistent: yes
in /etc/eos-update-notifier.conf:
ShowHowAboutUpdates=window
ShowWhatAboutUpdates=packages
and when manually triggered (not via systemd timer) it would work as it should. But it didn’t work via the timer.
So I looked in my users’ eos-update-notifier.service file and noticed the line “Environment=DISPLAY=:0”, and when i remove/comment the line it then works as it should.
I suspect this is due to my dual monitor?
Running stock EOS, plasma, wayland, dual monitors with different resolutions and refresh rates.
I’m not really seeking help, just wanted to let you know that eos-update-notifier may not work properly with dual monitors
Yeah, not much work on this app anymore (as explained in a few threads before), only obvious bugs will be fixed.
I think removing the DISPLAY line is OK, I can add the fix to it, so thanks @cliny !
This problem may be related to using wayland and the DISPLAY variable.
The latest commit of this app was only made to organize documentation better, so no real changes there.