Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
As part of my desktop theme, I use several Screenlets, however, none of the monitoring screenlets do exactly what I want! So I fired up my trusty editor and took ...
  1. #1
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287

    Another GPL release

    As part of my desktop theme, I use several Screenlets, however, none of the monitoring screenlets do exactly what I want! So I fired up my trusty editor and took my first steps into Python by writing my own one! It is still in a very early stage of development but it has the sensors in place.

    If you have any interest in Simply A Monitoring Screenlet, you can download it here.

    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Downloaded.
    It looks really good. I am using windows box right now. I will test it in Ubuntu and report back !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    Nice work, elija... sometimes, simplicity is the very best!
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    Thanks guys, that's really encouraging. The things still to be done are:

    • Show network traffic for the current month
    • Allow for options to choose colours (Background and text)
    • Allow change of header text
    • Allow all sensors to be optional
    • And if I get carried away, some graphs!
    • An SVG icon that isn't the default fish
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Elija,
    While trying to use it I got following message:

    [laks@space Sams]$ chmod +x SamsScreenlet.py
    [laks@space Sams]$ ./SamsScreenlet.py
    Traceback (most recent call last):
    File "./SamsScreenlet.py", line 24, in <module>
    import screenlets
    ImportError: No module named screenlets
    [laks@space Sams]$ python SamsScreenlet.py
    Traceback (most recent call last):
    File "SamsScreenlet.py", line 24, in <module>
    import screenlets
    ImportError: No module named screenlets
    Do I need to install anything?
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    Quote Originally Posted by Lakshmipathi View Post
    Do I need to install anything?
    It's a screenlet so you will need to install the main screenlets package. In Ubuntu it is simply called Screenlets.

    You can find out more here
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Does screenlets install in Fedora ? I tried it from src - but it gave an error.
    Just two days back, I deleted my ubuntu vm
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  8. #8
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Aw, it's not working on openSolaris' gdesklets, it complains about a missing .display file.

    ...I'm not keeping this install (back to Slack sooner than later), but it would have been good if it worked. I miss my System Monitor.
    Can't tell an OS by it's GUI

  9. #9
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,287
    It has taken me a while getting round to it, but I have completed my screenlet SAMS. It is going to be released via screenlets.org.

    Would someone with the talent be prepared to produce an icon for SAMS? Full credit will be given of course

    Currently SAMS is available here
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  10. #10
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Still no luck with Fedora -- I have installed Screenlets and got following error message
    ./SamsScreenlet.py
    CachingBackend: Loading instances from cache
    No Daemon, Launching Daemon
    Traceback (most recent call last):
    File "./SamsScreenlet.py", line 332, in <module>
    screenlets.session.create_session(SamsScreenlet)
    File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 471, in create_session
    session = ScreenletSession(classobj, backend_type=backend)
    File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 105, in __init__
    self.connect_daemon()
    File "/usr/lib/python2.6/site-packages/screenlets/session.py", line 110, in connect_daemon
    bus = dbus.SessionBus()
    File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 219, in __new__
    mainloop=mainloop)
    File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
    File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    [root@space Sams]# no daemon yet
    Traceback (most recent call last):
    File "/usr/share/screenlets-manager/screenlets-daemon.py", line 285, in <module>
    daemon = ScreenletsDaemon()
    File "/usr/share/screenlets-manager/screenlets-daemon.py", line 65, in __init__
    session_bus = dbus.SessionBus()
    File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 219, in __new__
    mainloop=mainloop)
    File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
    File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    Any thoughts on how to fix this issue?
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Page 1 of 2 1 2 LastLast

Posting Permissions

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