You are not logged in.

#1 2014-02-04 16:16:22

bhpirkle
Member
Registered: 2014-02-03
Posts: 12

Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Uppydate Update Notifier

Uppydate is a minimal update reminder script. It runs an update check at boot (default one minute after login) and at regular intervals thereafter (default 8 hours) and notifies whether "Arch Linux is up to date" or "_ system updates available".

Here's the project page and AUR entry.

Official repositories are checked with checkupdates, AUR with cower. Notifications are sent with libnotify.

Thanks for checking out Uppydate. tongue

Last edited by bhpirkle (2014-02-09 04:54:41)

Offline

#2 2014-02-04 16:32:02

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Hey there! Can I recommend that you change the thread title to not say "official" like that? Perhaps "official-repositories" instead?

To me, it sounded like it's claiming this to be an official tool.

All the best,

-HG

Offline

#3 2014-02-04 16:44:19

bhpirkle
Member
Registered: 2014-02-03
Posts: 12

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Done, thanks for the friendly tip.

Offline

#4 2014-02-04 16:50:53

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

bhpirkle wrote:

Done, thanks for the friendly tip.

Anytime smile Two things while I'm at it. One: is there a reason you don't have the pure code up on the project page? (there's a zip download, but I'd rather just browse the code) Two: What benefit does this project offer over a simple shell function like the following and a cron script:

lsupd () {
    $(checkupdates && cower -u)| wc -l | notify-send
}

I'm not trying to dissuade you from contributing; I just want to know the use-case.

All the best,

-HG

Last edited by HalosGhost (2014-02-04 16:53:15)

Offline

#5 2014-02-04 19:22:57

bhpirkle
Member
Registered: 2014-02-03
Posts: 12

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

HalosGhost wrote:

One: is there a reason you don't have the pure code up on the project page?

Whoops, added.

HalosGhost wrote:

I'm not trying to dissuade you from contributing; I just want to know the use-case.

No worries, I appreciate the discussion.

I'm one of those blasphemers users who sometimes prefers a prepackaged solution; I just want to snap update notification into my system from the AUR. I was thinking that Uppydate might appeal to others of the same inclination. Uppydate also installs as an application, and aesthetically I like having it show up in my applications list (weird, I know; maybe I'm alone on that one).

Offline

#6 2014-02-05 19:14:47

bhpirkle
Member
Registered: 2014-02-03
Posts: 12

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

New version up. Added a configuration script (delays, notification text and icons) and additional instructions on the project page to integrate with GNOME 3.

My goal is a notifier + configurator in which:

  • the notifier shows up as an item that can be added to the GNOME startup application list (for which, AFAIK, it needs a desktop entry)

  • the notifier does not show up in the main applications menu (which can be arranged with Alacarte, though I'd welcome a neater solution)

  • the configurator shows up in the applications menu

So a minimal update notifier that nonetheless integrates with GNOME gui management. If the thought appeals, try it out. smile

Offline

#7 2014-02-09 04:52:16

bhpirkle
Member
Registered: 2014-02-03
Posts: 12

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Uppydate now features a (python) gui configuration interface. In GNOME 3, Uppydate can be managed entirely from this gui, including a button to enable/disable autostart of the notifier script. In other environments, the notifier script (/usr/bin/uppydate-notifier) must simply be added to one's startup programs using an external method.

Offline

#8 2014-06-17 14:48:00

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Very nice script! Thanks. smile

Have you thought about a tray icon notifier?

Offline

#9 2014-11-24 20:08:43

bendavis78
Member
Registered: 2014-06-21
Posts: 41

Re: Uppydate - simple update notifier (incl AUR) with GNOME 3 in mind

Offline

Board footer

Powered by FluxBB