Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Screenlets 0.1.2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sonc
    Experienced Board Member
    • Jun 2010
    • 1568

    Screenlets 0.1.2

    Screenlets 0.1.2



    Screenlets are small owner-drawn applications (written in Python) that can be described as "the virtual representation of things lying/standing around on your desk". From sticknotes, rulers, clocks ... the possibilities are endless.

    Screenlets (short form of "Screen-Applets") are small owner-drawn applications that can be described as "the virtual representation of things lying/standing around on your desk": Sticknotes, clocks, rulers, ... the possibilities are endless.

    The goal of the Screenlets-framework is to simplify the creation of fully themeable mini-apps that each solve basic desktop-work-related needs and generally improve the usability and eye-candy of the modern Linux-desktop.

    Screenlets strongly follow the UNIX-idea of modularization and having one tool for one purpose. They are in some way the modern evolution of that idea (ported from commandline-tools to desktop-apps). One intention of the screenlets is to encourage creation of visually appealing graphical frontends to common unix-tools to attract the "modern" user while still "keeping it real".

    Screenlets are in fact shaped Gtk-Windows that take care of drawing themselves. They contain a window a menu and (optionally) a theme (of type ScreenletTheme). Screenlets also offer a simple way of handling/changing settings/options (for both - user and developer). Since version 0.0.8 all screenlets can also be controlled over DBus and can easily offer customized services.

    Installation:

    Extract the archive into some directory. Navigate to that directory. As root-user run "make install" (Ubuntu users just add a leading "sudo").

    By entering "make menu" (again as root) you can install .desktop-files for the screenlets (not all, only the more stable ones). That allows easily adding your screenlets through the Applications-menu or the Alt+F2 dialog.

    To generate the default (and ugly) pydoc-documentation within the docs- directory, run "make pydoc".

    To generate the doxygen-documentation run "make doxydoc" (you need to install doxygen first).

    To generate the epydoc-documentation (in docs/epydoc) run "make epydoc" (you need to install python-epydoc first). NOTE: this is the best one.

    Usage:

    Since v0.0.8 the recommended way of starting the screenlets is by launching them directly. You can launch a screenlet as many times as you like, new instances will automatically get added to the running instance. Screenlets of the same type always run in the same process! You can run each Screenlet individually with (e.g): "/usr/local/share/screenlets/Clock/ClockScreenlet.py".

    Please, DO NOT USE "screenletsd" for starting screenlets anymore. Preferably you should use the Applications-menu or the ControlScreenlet for launching new screenlets.

    GNOME:

    If you want individual screenlets to be launched on startup, you should add them to your session's startup programs. That way they will be started when you log into your gnome-session.

    What's New in This Release:

    · 99% of bugs fixed,removed all those startup bugs
    · all screenlets have costum color backgound with default theme
    · alot of new skins
    · nowplaying now works with all top players
    · new output ,feed reader and wallpaperclock
    · screenlets now uses a plugin system
    · proxy and keyring added







    Price: Free
    Size: 2.8MB
    Download:
    _http://linux.softpedia.com/progDownload/Screenlets-Download-35054.html
Working...