Results 1 to 3 of 3

Thread: Remote Update Notifier Applet

  1. #1
    Join Date
    Dec 2006
    Beans
    126
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Remote Update Notifier Applet

    I'm looking to make a small applet/docklet that will appear in the system tray if updates on a remote system are detected. I have a server with ubuntu on it, but I always forget to check it for updates, so on my desktop(running ubuntustudio, but with kde as the manager) I'd like to make something like the adept update manager or just gnome's update manager, only for managing a remote system instead, probably through an ssh session. I'm new to programming for debian, and linux in general, so I just needed some pointers on which language to look into. I'm fairly well versed in java, C# and php, so I can pick up a language pretty quick. I know of python being a popular one, just wondering what would be the best to use, and any suggestions on an approach to this would be appreciated. Thanks.

  2. #2
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,026
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Remote Update Notifier Applet

    Quote Originally Posted by survient View Post
    I'm looking to make a small applet/docklet that will appear in the system tray if updates on a remote system are detected. I have a server with ubuntu on it, but I always forget to check it for updates, so on my desktop(running ubuntustudio, but with kde as the manager) I'd like to make something like the adept update manager or just gnome's update manager, only for managing a remote system instead, probably through an ssh session. I'm new to programming for debian, and linux in general, so I just needed some pointers on which language to look into. I'm fairly well versed in java, C# and php, so I can pick up a language pretty quick. I know of python being a popular one, just wondering what would be the best to use, and any suggestions on an approach to this would be appreciated. Thanks.
    Python is probably the best way to go for a Linux only application.

    However if you want platform Independence go with Java. If you are already comfortable with Java then just use that.

    FYI:
    Java 6 System Tray API.

    http://java.sun.com/developer/techni...e6/systemtray/

    http://java.sun.com/javase/6/docs/ap...ystemTray.html

  3. #3
    Join Date
    Dec 2006
    Beans
    126
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Remote Update Notifier Applet

    well is anybody familiar with the update system? I'm thinking I just need a way to have a flag sent back via sh that says updates are available to the main program, but I'm not entirely sure. I would go java, but this is intended as a linux only app, at least for now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •