Caused by some changes on i3-wm we have to update EOS-update-notifier to show updates again on i3-wm setups. Please run this two commands as normal user to proceed the changes.
It is mainly a change for i3 and other WM setups but it is recommended for everyone to use this two steps to make sure using latest changes.
eos-update-notifier --init-force
systemctl --user daemon-reload
And reconfigure the update shedule:
eos-update-notifier --conf
We do add: Environment=DISPLAY=:0
to the service file:
eos-update-notifier.service
[Unit]
Description=EOS update notifier service
[Service]
Type=oneshot
Environment=DISPLAY=:0
ExecStart=/usr/bin/eos-update-notifier -systemd
[Install]
WantedBy=eos-update-notifier.timer
Also @manuel again inventing something new related to the notifier: