~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to README

  • Committer: mvo
  • Date: 2004-11-02 00:58:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041102005806-9118e041eaa0ebc8
* inital checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Upgrade notifier tray icon
 
2
--------------------------
 
3
 
 
4
This is a small tray icon that backgrounds itself and checks for
 
5
upgrades every 60 minutes. It does nothing more. It must be ensured
 
6
by other means (like a cron job) that a regular "apt-get update" is
 
7
done. 
 
8
 
 
9
Needs libgnomeui2.0-dev to build and gksu to run.
 
10
 
 
11
Based on ideas of Matt Zimmerman und Jeff Waught. Tray example from
 
12
Lukas Lipka <lukas@pmad.net>. Thanks!
 
13
 
 
14
Michael Vogt