POLL: Keep EndeavourOS Update Notifier?

I have this every 3 days, but the list displayed is limited by the height of the screen (notification popup). :slightly_smiling_face:

TTrwuq6

Couldn’t pick up the pic(?) from imgur - but I made assumptions from the description. I use Conky to run the display, along with some special lua scripts - see the results in the ‘screenshots’ thread here from a while back. Here’s a ‘closeup’:


There are 19 updates, and 9 AUR updates being displayed on this scroller ATM, if you’re interested! :grin:

I modified my post, you should see the capture now. I use a small script.

Do you preset the number of lines, or just ‘splash’ it in a notify-send? I assume that’s from checkupdates… and just for giggles, here’s an extract from my script for AUR list…

		echo "AUR Packages" >> /tmp/conky-update-list
		echo "------------" >> /tmp/conky-update-list
		yay -Qua | column -t -N Name,Current,"->",New >> /tmp/conky-update-list

I just put the command output in a file with no formatting.

nb_aur=$(yay -Quq | tee /tmp/aurupdates | wc -l)

nb_pac=$(checkupdates | tee /tmp/pacmanupdates | wc -l)

if ((nb_pac>0 || nb_aur>0)); then

 cat /tmp/aurupdates >> /tmp/pacmanupdates

I like @Kresimir idea. I still use the notifier as a reminder to update. I’ve gotten myself into a routine. I just update every weekend/Friday. Notifier did help me prior to getting into this update routine. I’ve let you know what I think of the notifier. And I say it again I would keep it, just give it the capability to run according to a scheduled time not every bootup. It does help people coming from other distros like Debian/Ubuntu which have a whole update manager.

And it’s not to uninstall or disable. We do have an audience that is pretty new to arch and arch-based distros. Also, not everyone is a script master.

1 Like

Looks like there’s a timer and a service :

eos-update-notifier etc/skel/.config/systemd/user/eos-update-notifier.service
eos-update-notifier etc/skel/.config/systemd/user/eos-update-notifier.timer

You can modify the timer to trigger the service every friday.

I think Debian/Ubuntu or Fedora use a Gnome utility, they have no native tool.
For Arch, Pamac, Octopi or Argon can be used for notification.

Thank you. I have that configured but for some reason, it’s not working for me. But I just keep the notifier for nostalgic reasons :smiley: .

No, they don’t but the people who create distros create tools to handle the updates. Ex: Mint Upgrade tool.

Or make something as update desk…menu option news if archlinux…yay -Pwwq endeavouros notifier simple update menu…paccache cleaner …

You can keep it my part or do more complicated like system maintainance something like that news update sort of things lol

1 Like

Yes, i need a notification about new Updates. EOS and AUR. A pity that it is no longer included in the default installation. But this Notification can from anyone and one a Day or by Boot for example is enough. A Programm, a Script, … but a simple modify option that are include in the default Installation.

This post is old. The last post is a year old. @Revan335, you should probably continue this discussion in the thread you already posted in…

1 Like

A script you say?

Here you go:

1 Like

In case you’re on plasma, a good notifier is Apdatifier )KDE widgets). It actually keeps track & takes care of all repos PLUS it notifies & updates widgets,
Personally, I only use it to notify me of new widgets updates & as a tool to implement them. Yes, it does notify me of system updates, but I find it really pointless in a rolling release distro.