KDE Apps

    Syndicate content
    KDE-Look.org: Applications for your KDE-Desktop
    Updated: 9 min 54 sec ago

    BeClock 0.17 (KDE Improvement)

    6 hours 45 min ago
    ThumbnailBeClock 0.17
    (KDE Improvement)
    A simple clock, implemented as KWin Effect

    - This is NO plasmoid!
    - You need active desktop FX to use this clock
    - The idea is somewhat experimental :-)

    Installation:
    ---
    tar -xJf beclock-kwin-fx.x.y.txz
    cd beclock-kwin-fx
    ./configure
    cd build
    make && sudo make install
    ---
    to activate or configure
    - rightclick some titlebar
    - say "configure..."
    - click "all effects"
    - filter for beclock
    - check and maybe configure it.
    - click apply


    Advances:
    - always on top
    - input event dead (you can click through etc.)

    Features:
    - AM/PM or 24h digital display
    - optional date display


    changelog:
    0.17
    ----
    - build fix
    - show corner activated clock on countdown
    - preselect local time format (24h ./. AM/PM)

    0.16
    ----
    - maintainance release for KDE SC 4.8rc1 compilation. No functional change.
    - update on 2012-02-03: cmake janus compilation issues, no code change

    0.15
    ----
    - support for 4.8 (yes, doesn't disappear anymore)
    - alpha support for GLSL 2.0 (the blendfunction was irrelevant since not used anyway - i fixed kwin to support 2.0 shaders on my box ;-)
    - as an extra bonus a binary and a Maya inspired clock =)

    0.14
    ----
    - support for 4.7 (beta)

    0.13b
    -----
    - since kwin initializes the effects before the workspace, BeClock could crash kwin by asking for workspace dimensions in the constructor -> workaround

    0.13
    ---- (!! xz compressed -> "tar -xJf" !!)
    - fixed weird AM/PM stuff ;-P
    - seconds are now a rotating planet (this is calm and cheap
    - added countdown dbus function
    qdbus org.kde.kwin /BeClock countdown [[h] m] s

    [read more]

    job recommendations:
    [more jobs]

    BusyTasks 12.0 (Plasmoid Script)

    Sat, 2012/02/11 - 9:28pm
    ThumbnailBusyTasks 12.0
    (Plasmoid Script)
    Update 12.0: Highlight change of memory percentage between update intervals
    Simple but highly configurable task monitor.
    Isn't everything some kind of process? At least on a computer it is. So let's keep an eye on them.
    Please read at least section REQUIREMENTS before installation

    This plasmoid initially was a clumsy spin-off from Dmitry Makovey's tail plasmoid, but after I got more and more used to python and the program got more and more complex I cut everything superfluous and eventually separated it from tail.
    This plasmoid uses several programs to get its input. The collected data is neither unique nor new, but the idea to clearly sum it up in one single program is. This task monitor displays up to four different tasks, each with different priority.

    CPU intensive task:
    Name and the percentage of the most CPU intensive task. The underlying top daemon is very efficient and does not really affect CPU and IO.

    Memory intensive task:
    Name of the most memory intensive task, combined with a measure of size (absolute value or percentage to total available memory).
    The implementation is the same as for the task above.

    IO intensive task:
    The task that currently asks for IO.
    The software package includes an own version of iotop that sends data via shared memory.

    NET intensive task:
    The task that eats up your bandwidth.
    You will be prompted for an administrator password when starting nethogs.
    Like the one of iotop, this is a modified nethogs daemon that does not affect IO.

    Additionally, the configurable update interval plays a crucial role in resource consumption. The smaller it is set, the more resources are needed.
    There should be slightly less resource consumption (in terms of IO as well as overall) since release 8.0. Release 10.0 eventually cut out all IO.

    The plasmoid is highly configurable to fit most desktop designs.
    It supports highlighting of processes, either through a simple colour change after a certain limit of per cents or via colour gradient. For the statisticians among you, you can even log output. BusyTasks is only useful if it is always visible (e.g. residing on a panel) If you'd have got to minize windows or show the desktop to have a glance on it you could equally start the system monitor.

    REQUIREMENTS:
    For full functionality, you need to meet the following requirements:
  • Installation of top in your command-line interpeter. This usually is the case on UNIX OSs.
  • Proper value of $HOME variable in the shell environment
  • Python version 2.
    On new systems version 3 may only be installed. Use the bash command "python -V" to check your version. Usually it's easy to get previous releases, they are not interfering
  • The System V IPC module for python.
    If you don't have it yet, visit http://semanchuk.com/philip/sysv_ipc/ for download and install instructions.
    Short manual:
    Download file, go to the related directory and run "sudo python setup.py install". For systems linking python 3 per default, type "sudo python2 setup.py install". If it quits moaning about a python file install the package "python-dev(el)" first.
  • There is a chance that one of the used backends (iotop and nethogs) does not work due to missing libraries. Basically there are two ways to proceed: Either install the standalone versions of iotop and nethogs and benefit from automatic dependency resolution or get the missing files/packages manually. BusyTasks usually reports the problem. (read section "troubleshooting")

  • TROUBLESHOOTING:
  • If you have a problem with resizing, activate the option "resize manually"
  • On systems with linux kernel 3.1 (or above), iotop must be run in administration mode. Before activation, make sure there's a permissions error with standard rights. Be careful, arbitrarily switching between user and administration mode may cause an IPC permission error!
  • If the iotop daemon does not start, some libraries may be missing. (see plasmoid output) Install them via KPackageKit, pacman, portage, etc.
  • If none of the implemented nethogs daemons run, download the sources (see links), compile it directly on your system, copy it to the BusyTasks directory and overwrite one of the existing nethogs0* daemons.
  • If the name resolution of VirtualBox virtual machines does not work and you see some weird symbols, close the plasmoid, delete the current bashpipetosharedmemory75* binaries from the contents folder and use the old ones by removing the *.old endings. Additionally, they must be executable.
  • On some systems the superuser frontend does only accept passwords entered in terminals. As a consequence the "use administrative password"-setting does not work, you've to manually enter your password each time. As a workaround, one may handle the daemons in the appropriate system runlevel.
  • If you still don't get it to work, contact me here or via mail. You probably found a bug/compatibility problem.

    BUGS:
    Since release 11.5 the program should be (nearly) bug free.
    Please report here or via mail (see plasmoid info) if your plasma-desktop crashes (so that I can at least remove the above claim), which usually happens when BusyTasks is removed from the desktop.
    The plasmoid was tested on several distributions (read below).
    Known bugs:
    1. Inside a panel configuration is not possible. You have to drag it out and change settings there.
    2. Likewise, process display delay for IO and network does not work inside it. I conclude that refresh events are triggered independently by plasma-desktop. Tests confirmed that the plasmoid is updated 2-3 times per second irregardless of its settings. Fixed

    PERFORMANCE:
    Python may be the wrong language to write such a tool in.
    Currently the process of (re)configuration is horribly slow.
    On the one hand, bad code is responsible for the speed inefficiency, on the other hand it is my quest for user-conveniency and upwards-compatibility that accounts for this behaviour. As jobs of configuration or organisation are usually done only twice per runtime (at startup and at termination) it's still acceptable.
    I'll probably rewrite the whole program (including the iotop daemon) in C++ sometime (sometime...what a nice euphemism for never ;-)). For the moment performance remains the only real bug.

    TESTS: Program successfully tested on:
    Kubuntu 9.10, 11.04 and 11.10
    Fedora 15
    OpenSUSE 11.4
    Arch 2011-08-19
    Slackware 13.37
    Gentoo 11.2
    Mint 12

    TRANSLATIONS:
    If you want to contribute to the project, feel free to unpack the plasmoid-package and read the translation instructions in the contents folder.

    I strongly recommend all who have installed a previous version to get an update!
    Please comment, rate and criticise.
    In the long run I'll have to create a website for documentation because the installation possibilities and configuration options are quite impressive and this description's already uncomfortably large. Due to a severe lack of time reading tooltips is all I suggest for now.

    changelog:
    1.0 Initial release
    2.0 Keeping original top configuration, Panel integration
    2.1 Minor ajdustment: support for multiple plasmoids
    3.0 Highlighting a process passing a certain limit with an individual colour.
    4.0 More configuration options (e.g. colour gradient)
    4.1 Click on plasmoid opens a list of tasks ordered according to CPU usage.
    5.0 Optional display of IO intensive task
    5.1 Bugfixes (colour change for IO intensive task, process and rate mismatch)
    5.2 Configuration option for on-click-behaviour, tooltips, whatsthis-tips
    6.0 Code reorganisation, further configuration options, memory intensive task, file history log..
    6.1 Optional horizontal arrangement of the tasks, saving the size
    6.2 Optional font background to avoid unreadable design
    7.0 Code cleanup and reorganisation, disassociation with tail, destructor, bugfixes, more configuration options, NET intensive task, etc.
    7.1 Direct change of network interface supported.
    8.0 Integration of own iotop and nethogs versions, IPC
    9.0 Added icons and a panel mode
    10.0 No tail involvement any more (only IPC), bugfixes
    10.1 No blocking of plasma-desktop on startup with NET intensive task any more.
    10.2 Correct behaviour on systems without user configuration for top.
    10.3 Less resource consumption of nethogs, small fix concerning the configuration dialog
    10.4 Added a logo
    10.5 German and French translations
    10.6 Further fixes of bugs (concerning units and logfile) that occurred during code reorganisation.
    10.7 Bugfixes: kdesu as optional superuser trigger (for nethogs), updated library link for nethogs
    10.8 Implemented several nethogs daemons compiled with different libraries/libary links, debug information
    10.9 Small modification for systems with python version 3.
    11.0 Easy network interface switching and advanced control over nethogs.
    11.1 The last observed unchanged value for a task is displayed for an additional second if the plasmoid is updated once per second.
    11.2 Integration of VirtualBox virtual machine name resolution.
    11.3 Optional display of the processor that the monitored process is assigned to.
    11.4 Improved error handling (at runtime and for plasmoidviewer).
    11.5 Extirpation of crashes, performance optimisations, more configuration options
    11.6 Iotop bug fix assuring that the task with most IO is chosen.
    11.7 Support for newer kernels that deny access to IO statistics for regular users.
    11.8 Improved configuration interface, bug fix concerning password prompt
    11.9 Small changes to handle high update rate in panels.
    12.0 Highlight change of memory percentage between update intervals

    [read more]

    job recommendations:
    [more jobs]

    synaptiks 0.8.1 (KDE Hardware Utility)

    Sat, 2012/02/11 - 3:03pm
    Thumbnailsynaptiks 0.8.1
    (KDE Hardware Utility)
    synaptiks is a KDE touchpad tool, consisting of a system settings module for touchpad configuration and a tray application for touchpad management.

    The system settings module allows you to configure basic as well as advanced touchpad settings. The tray application can switch your touchpad on or off, either manually using a global shortcut, or automatically, if external mouses are plugged or while the keyboard is active.

    Please read the installation instructions on the website (http://synaptiks.lunaryorn.de/install.html) before installing synaptiks.

    changelog:
    This release adds a Czech translation (courtesy of Pavel Fric). Moreover documentation and website have been removed. The website is now hosted and build by readthedocs.org, the mailing list is now located at synaptiks@librelist.com.

    Please read the complete changelog at http://synaptiks.lunaryorn.de/en/latest/changes.html for detailed information.

    [read more]

    job recommendations:
    [more jobs]

    PyQt 4.9.1 (KDE Development Tool)

    Sat, 2012/02/11 - 11:59am
    PyQt 4.9.1
    (KDE Development Tool)
    PyQt v4 is a comprehensive set of Python bindings for Qt v4. It is available under the GPL and a commercial license.

    PyQt v3 is also available to support Qt v3 and earlier. PyQt v3 and v4 can be installed side by side.

    changelog:
    A minor bug fix release.

    [read more]

    job recommendations:
    [more jobs]

    Oxygen KDE (Firefox Theme) 3.7 (KDE Improvement)

    Sat, 2012/02/11 - 11:14am
    ThumbnailOxygen KDE (Firefox Theme) 3.7
    (KDE Improvement)
    :: Oxygen style for Firefox!
    :: Consistent and coherent integration with KDE!

    :: NEWS ( Last updated : 11 February 2012)

    Quote:
    OXYGEN KDE 3.7 is released!


    :: TODO list

    - Nothing officially planned yet

    :: What's new in the 3.x version

    - All XUL widgets styled using only CSS,no images at all
    - Automatic color scheme detection (KDE)
    - Added Firefox 4 support
    - 4 different styles for the back/forward buttons
    + Classic Oxygen
    + Classic Oxygen + shadow
    + Firefox 4 style
    + Firefox 3 style
    - 2 Different icon themes
    + Oxygen
    + Faenza (not completed yet)
    - 3 Styles for the Firefox background
    + Oxygen Style (radial and linear gradients)
    + Oxygen Style (solid color)
    + Personas Skins
    - 2 browser tab styles
    + Single
    + Plain
    - 3 styles for the new tab button
    - 3 styles for the menu highlight color
    - 4 styles for the Firefox 4 App Menu
    - 2 styles for scrollbars
    - Option to hide arrows
    - Rounded corners for popups and menus (Firefox 4+)
    - Clear button on text boxes
    + option to hide it
    - Use arrows instead of +/- in trees
    - Zoom-in/Zoom-out buttons
    + option to hide them
    - 3 Styles for the Speed Dial add-on
    + Oxygen
    + Air (recommended)
    + Air Clean (hides titles compared to the recommended "Air")
    - Option to select a custom Speed Dial background


    :: How to apply a Personas skin on top of Oxygen KDE

    1. Go to Oxygen KDE Options : Background style --> Personas skin
    2. Go to Add-ons Manager and enable and Apply any Persona Theme (browser restart may be required)
    3. After applying a Personas skin, go back to Add-ons Manager and enable Oxygen KDE.(browser restart required)
    4. After applying Oxygen KDE, go to the urlbar and type about:config and toggle pref: lightweightThemes.isThemeSelected : to true.(Restart browser)

    After the restart you'll have the Personas skin and Oxygen KDE applied at the same time.(Now your settings will be kept even after a restart of the browser) Repeat the above steps to apply another Personas skin and Oxygen KDE.

    :: How to hide the title bar of Firefox in KDE

    1. Open System Settings
    2. Go to Workspace appearance --> Configure Decoration --> Window-Specific Ovverrides
    3. Look for Exceptions related to Firefox and edit it ... If there isn't create it using these values :

    -To hide the title bar of all windows related to Firefox

    Matching window property : Window Class Name
    Regular expression to match : Firefox

    -To hide only the title bar of the main window of firefox (recommended)

    Matching window property : Window Title
    Regular expression to match : Mozilla Firefox

    4. Check "Hide window title bar"
    5. Now the Firefox title bar will be hidden . Now you may need the buttons min.max,close or drag to control the window. Customize the toolbars in Firefox and you'll find these new toolbar buttons.


    This procedure in the next versions should be automatic.

    :: DONATE

    Downloading Oxygen KDE is totally free... but its development isn't. If you appreciate the work I've done so far and you'd like to contribute to the project, you could consider making a donation. You will find the donate button after the download links or at: http://kde-look.org/content/donate.php?content=117962

    Thanks to all donators!

    :: CONTRIBUTING

    There are many ways to contribute to the project. The easiest way is to report bugs and suggest features commenting below.
    If you are a developer you could send me patches fixing bugs or adding new features.
    Finally, you could also help translating the extension in your native language.
    Thank you in advance for any contribution!


    :: LOCALIZATION

    Language translations can be sent to the following email address:

    Quote:
    dimitris88 [at] gmail [dot] com

    using the master translation file that you'll find in the download section.

    List of translations in Oxygen KDE 3.7 :

    - ENGLISH (Add-on developer)
    - ITALIAN (Add-on developer)
    - GREEK:Ioannis Panteleakis
    - GERMAN:Sascha Hoogen
    - SPANISH:Raúl Yeguas
    - SPANISH(ARGENTINA):Bersil Savone,Aguilera Darío
    - BULGARIAN:Peter Nedialkov
    - CHINESE:Archer
    - CZECH:Pavel Fric
    - SWEDISH:Oscar Rentzhog
    - POLISH:Adrian Grzemski
    - PORTUGUESE(BRAZIL):Márcio Moraes
    - FRENCH:Sylvain Gilmand
    - CHINESE (TAIWAN):Gary Lin
    - DUTCH (NEDERLANDS):Thom Castermans
    - DANISH: Martin Schlander
    - SERBIAN: Slobodan Terzić
    - LATVIAN: Anonymous
    - RUSSIAN: Roman K.
    - TURKISH: Efe Çiftci

    :: ASSIGNED TRANSLATIONS (to be included in the next release)

    - None yet

    :: TRANSLATIONS IN NEED OF UPDATING!

    - SWEDISH (Updated to 3.4.3)

    :: TRINITY NETWORKS

    Special thanks to Trinity Networks (http://www.trinity-networks.gr) for testing and support.


    changelog:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.7 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - Firefox 10.* compatibility!
    - Fixed a padding bug with classic back/forward buttons (disabled state)
    - Code optimization
    - Fixed some style issues of "Panorama view"
    - Added a restart notification in the options panel (asked by the mozilla reviewers)
    - New toolbar button : "clear history"
    - New menu icon added : "paste and search"
    - Integrated inspector compatibility (firefox 10)
    - Fixed minor bugs

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.6.1 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - Fifefox 9.* compatibility!
    - added russian translation
    - polish translation updated

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.6 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - fixed height bug when only one tab is opened
    - fixed background color of back/forward buttons (firefox 4 and firefox 3 styles , active state)
    - identity boxes colors updated
    - turkish translation updated
    - new translation (Latvian)
    - "updates avalaible" icon updated (Add-ons manager)
    - faenza icon theme updated (added several icons)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.5.1 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - fixed toolbar buttons padding (Windows)
    - fixed the button box background color of the title bar when the window is maximized (Windows)
    - fixed height with "plain tabs" and only one tab open
    - added "autodetect tabs style" option
    - you can read now the tutorial "how to hide the title bar" in offline mode too
    - the new window popus will not hide the tab bar- (USEFUL WHEN WE HIDE THE TITLE BAR IN KDE,TO CLOSE POPUPS EASILY)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.5 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - disabled menu items are now greyscaled
    - updated about:credits page
    - Oxygen KDE Options window design updated
    - new option to select a custom background for the main window of firefox
    - minor bug fixes
    - "Reported malware sites" page fixed
    - several oxygen icons updated
    - toolbar buttons updated (animated too)
    - rounded menu popups option is back
    - new translation (tr-TR)
    - code clean up
    - new guide: how to hide the Firefox title bar in KDE
    - menu items hover state updated
    - option to disable the "Addons page" custom style
    - Window control buttons are separated too
    - Fixed the "Edit Bookmark" popup
    - added a separator in tab prompts between message and buttons
    - App tabs notifications (tab get colored)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.4.3 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - fixed the bug that break the layout of all web sites that use the div "header" element
    - fixed chinese(TW) translation
    - updated all translations
    - New translation (sr-RS)
    - added firefox 6 compatibility

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.4.2 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - fixed restart prompt of Oxygen KDE Options
    - fixed position of window controls
    - italian,french,chinese(taiwan),czech translations updated
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.4.1 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - fixed the "Cannot apply the css file" bug
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.4 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - option to hide the Firefox title bar
    - most translations updated
    - Greek translation fixed
    - fixed the bug with the download status bar add-on
    - minimize,maximize and close toolbar buttons are now unified
    - maximize button change icon to restore when the window is maximized
    - "zoom in", "zoom out" icons updated
    - "select all" icon updated
    - removed option to show the zoom-in zoom-out buttons in the status bar
    (they already exist as toolbar buttons in firefox 4+)
    - menu popups updated
    (adopted a new tecniche to draw nice menu corners)
    - removed option --> Rounded corners
    (adopted a new tecniche to draw nice menu corners)
    - new toolbar button : Show/Hide menu bar
    - new toolbar button : Show/Hide bookmarks bar
    - new toolbar button : Show/Hide add-ons bar
    - new toolbar button : Show Find bar
    - option to drag the firefox window (blank space)
    - Instant Apply option
    (you see the result when you restart your window decorator,it works only with Oxygen)
    - fixed background color when customizing the toolbars
    - fixed box shadow of notifications
    - New design for Add-ons manager
    - New design for Oxygen KDE Options
    - Added border on the main container of tab prompts
    - fixed position of buttons (Session Restore Page)
    - Speed dial custom background now appy instantly (cross-platform)
    - Master translation files updated
    - Code clean up
    - Minor bug fixes

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.3 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - Improved tabs (a little more rounded)
    - Added 4 new toolbar buttons (drag window,minimize,maximize,close) Useful when you hide the title bar.
    - Pin tabs bug fixed
    - Added scrollbar top and bottom arrows option (No arrows, one button, two buttons)
    - 1 translation added (el-GR)
    - 10 translation updated
    - added a nice separator between items in the autocomplete popup of the awesome bar
    - clicking on the blank space of Firefox will drag the window (comment below if you want this or not)
    - Forced the oxygen kde extension to do things only when the Oxygen KDE theme is selected
    - minor bug fixes

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.2.1 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - Fixed the height of the tabs
    - Fixed Polish translation
    - Fixed Edit bookmark popup
    - Added 1 translation (da-DK)
    - Updated 1 translation (pl-PL)
    - Now the "new tab" button is always 16x16
    - minor bug fixes

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.2 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - New implementation of tabs ... It should improve the performance
    - Better support for dark color schemes
    - Windows Aero support
    - Better Linux and Windows support for Firefox 4 and 5
    - Fixed identity popup box
    - Code clean up
    - Added 2 translations (zh-TW , nl-NL)
    - Updated 1 translation (cs-CZ)
    - fixed some missing icons in web console
    - changed loading animation on tabs
    - minor bug fixes

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    OXYGEN KDE 3.1 CHANGELOG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - Improved tabs
    - Code clean up
    - fixed width of identity boxes
    - added 10 translations
    - fixed about:support page
    - fixed about:memory page
    - fixed some problems related to toolbar buttons
    - minor bug fixes

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    IN MEMORY OF DJNEOPHYTE...

    [read more]

    job recommendations:
    [more jobs]

    Smooth Tasks 2 v2012-02-12 (Plasmoid Binary)

    Sat, 2012/02/11 - 11:00am
    ThumbnailSmooth Tasks 2 v2012-02-12
    (Plasmoid Binary)
    This is evolution of
    http://kde-look.org/content/show.php/Smooth+Tasks?content=101586 for support new KDE 4.8 API's.

    This taskbar replacement has window peeking similar to Windows 7 when you use the kwin 'highlight window' effect. Even if this effect is not used you can click the tooltip in order to activate the corresponding window.



    [read more]

    job recommendations:
    [more jobs]

    kde-services 1.0-4 (KDE Service Menu)

    Fri, 2012/02/10 - 9:39pm
    Thumbnailkde-services 1.0-4
    (KDE Service Menu)
    Enables the following functionalities in the mouse's right click menu of KDE:

    - Convert several video formats to MPEG-1, MPEG-4, AVI, VCD, SVCD,
    DVD, 3GP, FLV.
    - Extract the audio track of several video formats and convert them to MP3.
    - Convert several audio files to MP3.
    - Sending files to Thunderbird as email attachments.
    - Burn ISO image; in place ISO image mounting and unmounting, as well as the
    possibility of getting the MD5sum, SHA1sum, SHA256sum, SHA512sum of the ISO image.
    - Execution of scripts.
    - PDF tools.
    - AVI tools.
    - Low level information of video files.
    - Build an ISO image from a selected folder.
    - Text replacing.
    - Searching tools.
    - SSH tools.
    - CheckSum tools.
    - Dolphin tools.
    - Midnight tools (Midnight Commander).
    - Play videos from selected folder.
    - System Tools => Build Custom Kernel ( Now you can customize your own kernel easily, for create a system
    with more performance, more fast and more hardware support ), Check Kernel Update and more.
    - Network Tools => Connect Sentry ( Now can see in your notification widget, every established connection ).

    Changelog
    * Fri Feb 10 2012 Geovani B. R. 1.0-4
    - "ISO Image Tools" => "Mount ISO Image": Bugfix, now if dirname, dirpath or filename contain blank space
    will be replaced by underscore "_" character in place until 10 levels up parent directory. After replaced,
    reload the new path in file manager "Dolphin" and try mount ISO image again.

    * Thu Feb 09 2012 Geovani B. R. 1.0-3
    - "Build Custom Kernel" and "Rebuild RPM Package": Enhancement.

    * Tue Feb 07 2012 Geovani B. R. 1.0-2
    - "Build Custom Kernel": Bugfix and Enhancement.

    * Thu Feb 02 2012 Geovani B. R. 1.0-1
    - "Rebuild RPM Package": Bugfix, the rebuild stops when the list ( ~/.kde-services/source-packages )
    of RPM sources is empty.

    * Wed Feb 01 2012 Geovani B. R. 0.9-9
    - "Build Custom Kernel" and "Rebuild RPM Package": Bugfix in debug console look.

    * Tue Jan 31 2012 Geovani B. R. 0.9-8
    - Enhancement "Build Custom Kernel": Now can choose binary performance for kernel compilation;
    the selected performance save to ~/kde-services/kernel-cflags.
    - Change debug console look for "Build Custom Kernel" and "Rebuild RPM Package".

    * Wed Jan 25 2012 Geovani B. R. 0.9-7
    - "Rebuild RPM Package": Added select binary performance compilation for QT applications, wrote selected flag
    to /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake

    * Tue Jan 24 2012 Geovani B. R. 0.9-6
    - Bugfix on "Build Custom Kernel" and "Rebuild RPM Package": Rebuilding canceled when owner of selected source RPM package
    isn't the actual user logging.

    * Sun Jan 22 2012 Geovani B. R. 0.9-5
    - Bugfix on "Convert Videos From Here": Not sound with ac3 audio codec. Return to mp3 audio codec,
    bitrate 192k in no-standards video conversion.
    - "Convert Videos From Here": Quality improvement on video conversion.

    * Fri Jan 20 2012 Geovani B. R. 0.9-4
    - "Convert Videos From Here": Quality improvement audio track in no-standards video conversion,
    change mp3 by ac3 audio codec.
    - Mouse's right click submenu "Konsole": Now run binary application.

    * Wed Jan 18 2012 Geovani B. R. 0.9-3
    - "Convert Videos From Here": Quality improvement audio track in no-standards video conversion,
    change audio bitrate to 192k.
    - Some change on applications name for better look.

    * Sun Jan 15 2012 Geovani B. R. 0.9-2
    - "Convert Videos From Here": Quality improvement on video conversion.

    * Thu Jan 12 2012 Geovani B. R. 0.9-1
    - Added enhancement to "Rebuild Package": Now choose rebuild packages from checklist with mouse click.

    * Tue Jan 10 2012 Geovani B. R. 0.8-9
    - Bugfix in "Build Custom Kernel"
    - Added enhancement to "Rebuild Package": Now save source RPM packages filename
    for next rebuilds in ~/.kde-services/source-packages.

    * Mon Jan 09 2012 Geovani B. R. 0.8-8
    - Added enhancement to "Build Custom Kernel": less compilation time, disabled Backports.
    - Remove devel packages.

    * Sat Jan 07 2012 Geovani B. R. 0.8-7
    - Bugfix in "Convert Videos From Here".
    - Added enhancement to "Convert Videos From Here" and "[Extract|Convert] Audio Track".
    Now can choose destination folder for converted files.

    * Fri Dec 30 2011 Geovani B. R. 0.8-6
    - Added new item in mouse's right click submenu "Actions": "[File|Dir]name Space Replace".
    Allow replace all [file|dir]name blank space by underscore "_" character in place.
    If dirname or dirpath contain blank space will be replaced too until 10 levels parent
    directory up. After dirname replaced, reload the new path in file manager "Dolphin".

    * Thu Dec 29 2011 Geovani B. R. 0.8-5
    - Added new items in mouse's right click submenu "Actions": "[Extract|Convert] Audio Track"
    and "Convert Videos From Here". Both items replace all submenus for the conversion
    and extraction of audio|video tracks.

    * Mon Dec 26 2011 Geovani B. R. 0.8-4
    - Improved "Rebuild Package" compilation speed.

    * Sat Dec 24 2011 Geovani B. R. 0.8-3
    - Added enhancement to "Rebuild Package" in debug console and send all standard I/O streams
    to log file in ~/rpmbuild/TMP/ for performance and more comfortable debug.

    * Tue Dec 20 2011 Geovani B. R. 0.8-2
    - Performance for "Build Custom Kernel" and "Rebuild Package", maximize binary performance added
    to ~/.rpmmacros "-ffast-math -funroll-loops" to "optflags" and "__global_cflags".
    - Added enhancement to "Build Custom Kernel" and "Connect Sentry".

    * Mon Dec 19 2011 Geovani B. R. 0.8-1
    - Bugfix "Burn ISO Image"
    - Bugfix "Connect Sentry"

    * Fri Dec 16 2011 Geovani B. R. 0.7-9
    - Added new mouse's right click submenu "Network Tools", include: Connect Sentry, Listening Sockets.
    - Added items submenu "Network Tools" to submenu "Internet" of Application Launcher Menu.
    - Added item submenu "Rebuild Package" to submenu "System" of Application Launcher Menu.

    * Wed Dec 14 2011 Geovani B. R. 0.7-8
    - Added audio notification to "System Tools" => "Rebuild Package".

    * Tue Dec 13 2011 Geovani B. R. 0.7-7
    - Bugfix in "System Tools" => "Build Custom Kernel".
    - Improvement speed for "System Tools" => "Build Custom Kernel" and "Rebuild Package".

    * Mon Dec 12 2011 Geovani B. R. 0.7-6
    - Bugfix in "System Tools" => "Rebuild Package".

    * Sun Dec 11 2011 Geovani B. R. 0.7-5
    - Added visual enhancement to "Build Custom Kernel" and "Rebuild Package" debug console.
    - Now "Build Custom Kernel" and "Rebuild Package" wait for you to exit.
    - Now sudo session and password never expires.
    - All sources RPM package download to ~/rpmbuild/SRPMS/.

    * Sat Dec 10 2011 Geovani B. R. 0.7-4
    - Fixed uninstall kde-services and the development tools core rpm packages after use "Build Custom Kernel"
    - Added enhancement to "Build Custom Kernel", "Check Kernel Update" and "Rebuild Package"

    * Fri Dec 09 2011 Geovani B. R. 0.7-3
    - Added item Rebuild Package to mouse's right click submenu "System Tools"

    * Thu Dec 08 2011 Geovani B. R. 0.7-2
    - Added mouse's right click submenu "System Tools" items to submenu "System" of Application Launcher Menu.

    * Tue Dec 07 2011 Geovani B. R. 0.7-1
    - Added new mouse's right click submenu "System Tools", include: Build Custom Kernel
    ( Now you can customize your own kernel easily, for create a system with more performance, more fast
    and more hardware support ), Check Kernel Update, Performance Analysis, Performance Benchmark
    and Process Viewer.
    - Solved not show notification if cancel speed burn in Burn ISO Image.

    * Thu Dec 01 2011 Geovani B. R. 0.6-9
    - Added visual notifications for Dolphin Tools => Disk Space Used,
    when not find files or directory up 100 MB.
    - Added visual notifications for Dolphin Tools => Change Owner Here.

    * Wed Nov 30 2011 Geovani B. R. 0.6-8
    - Added change owner and mode for file or directorys to Dolphin Tools.

    * Sun Nov 27 2011 Geovani B. R. 0.6-7
    - Added burn ISO image to ISO Image Tools.

    * Sat Nov 26 2011 Geovani B. R. 0.6-6
    - Creation RPM noarch package.
    - Icons are added to the visual notifications
    and the graphical interface.

    [read more]

    job recommendations:
    [more jobs]

    Customizable Weather Plasmoid (CWP) 1.5.9 (Plasmoid Binary)

    Fri, 2012/02/10 - 6:18pm
    ThumbnailCustomizable Weather Plasmoid (CWP) 1.5.9
    (Plasmoid Binary)
    For >=KDE-4.2

    This is another weather plasmoid.
    It aims to be highly customizable, but a little harder to setup than other weather plasmoids.
    Nearly any weather forecast provider can be used, as long as the data is provided as html files (no flash).
    The information how to extract the information from these html files is stored inside xml files.
    Commands like grep, head, tail, sed, awk, ... will do this job.

    For now, xml files for the weather providers

    www.weather.com (°F) (city identifier example: USDC0001)
    br.weather.com (°C) (city identifier example: BRXX0043)
    de.weather.com (°C) (city identifier example: 80331 or UKXX0085)
    espanol.weather.com (°C) (city identifier example: Ciudad-de-Mexico-MXDF0132)
    fr.weather.com (°C) (city identifier example: Paris-FRXX0076)
    in.weather.com (°C) (city identifier example: New-Delhi-INXX0096)
    uk.weather.com (°C) (city identifier example: London-UKXX0085)
    wetter.com (°C) (city identifier example: DE0006515)
    myforecast.com (°C) (city identifier example: 12844)
    myforecast.com (°F) (city identifier example: 12844)
    www.weather.com.cn (°C) (city identifier example: 101010100)
    accuweather.com US (°C) (city identifier example: 85001)
    accuweather.com US (°F) (city identifier example: 85001)
    accuweather.com world (°C) (city identifier example: AFR|ZA|SF004|JOHANNESBURG)
    accuweather.com world (°F) (city identifier example: AFR|ZA|SF004|JOHANNESBURG)
    ilmeteo.it (°C) (city identifier example: Roma)
    pogodynka.pl (°C) (city identifier example: Warszawa)
    freemeteo.com (°C) (city identifier example: gid=3117735&la=4; control language by la=, try different numbers on freemeteo page)
    freemeteo.com (°F) (city identifier example: gid=3117735&la=4; control language by la=, try different numbers on freemeteo page)
    www.gismeteo.com (°C) (city identifier example: 4944)

    are included, but feel free to write your own ones.
    Please note, that some of the xml files might not work properly for all locations.
    If they don't, try to update your definition files: either install latest cwp release or/and download latest xml definition
    file package from
    http://www.kde-look.org/content/show.php/show.php?content=98925
    and unpack the xml files into ~/.kde4/share/apps/cwp (the cwp application folder inside your kde directory).

    To access extended information about current weather condition, left-click inside the current weather description!
    The time, when the provider updated his weather information is shown italic when clicked on update time.

    CWP saves current weather data on exit inside $HOME/./share/apps/cwp folder, so after crashes you might want to clean up
    this directory, or completely remove it.

    Parts of the source code are taken from weather plasmoid 0.4, KDE 4.2, qimageblitz, yaWP.
    Thanks to the developers!

    If you experience any bugs, please report them here.
    Running
    plasmoidviewer plasma_applet_cwp
    or starting plasma from the console
    might give you some debug information.

    changelog:
    1.5.9
    =====
    - xml: accuweather.com (World): mostly fixed (thanks to Jota Jota)
    - xml: accuweather.com (US): bugs fixed
    - xml: gismeteo.com: wind and location bugs fixed
    - xml: uk.weather.com: variable wind bug fixed
    - xml: in.weather.com: variable wind bug fixed
    - xml: espanol.weather.com: variable wind bug fixed

    1.5.8
    =====
    - xml: weather.com: location fixed
    - xml: accuweather.com (US): wrong days for forecast fixed

    1.5.7
    =====
    - xml: accuweather.com (US): fixed

    1.5.6
    =====
    - xml: accuweather.com (US): fixed
    - xml: pogodynka.pl: fixed

    1.5.5
    =====
    - xml: accuweather.com (US): Forecast icon for 1st day fixed
    - xml: weather.com: Fixed
    - xml: pogodynka.pl: Fixed

    1.5.4
    =====
    - xml: ilmeteo.it: icon and description fixes

    1.5.3
    =====
    - xml: accuweather.com (US): links and location fixes

    1.5.2
    =====
    - xml: espanol.weather.com: date name fixes
    - xml: fr.weather.com: date name fixes
    - xml: in.weather.com: date name fixes
    - xml: uk.weather.com: date name fixes
    - xml: accuweather.com (US): update time fixed
    - xml: www.weather.com: current weather icon fixed

    1.5.1
    =====
    - ru.po updated (thanks to Boris Pek)
    - new cwp-app directory not used in some cases
    - xml: gismeteo.com: add some icon codes
    - xml: www.weather.com.cn: fixes

    1.5.0
    =====
    - on request: changed app directory from ~/.cwp to ~/.[kde4]/share/apps/cwp
    - xml: gismeteo.com: display N.A. if no update time is available
    - xml: gismeteo.com: add some icon codes

    1.4.0
    =====
    - on request: export / import settings from configuration dialog

    1.3.4
    =====
    - xml: accuweather.com (US): fixed temperature not shown in some cases
    - xml: ilmeteo.it: fixed icon and forecast information issues

    1.3.3
    =====
    - xml: www.weather.com: update time fixed, weather description fixed
    - xml: www.weather.com.cn: current weather description fixed
    - xml: www.accuweather.com (US): fixed

    1.3.2
    =====
    - xml: www.gismeteo.com: location fixed (thanks to yurikirin)
    - xml: pogodynka.pl: fixed
    - xml: wetter.com: fixed rain forecast
    - xml: ilmeteo.it: fixed missing weather description

    1.3.1
    =====
    - xml: pogodynka.pl: fixed forecast for 1st day

    1.3.0
    =====
    - display invalid weather data rather than spinning circle
    - xml: www.gismeteo.com: links to www.gismeteo.ru now
    - xml: accuweather.com (US): fixed
    - xml: pogodynka.pl: fixed
    - xml: others: small fixes

    1.2.3
    =====
    - xml: www.weather.com: fixed

    1.2.2
    =====
    - tiny spelling fix (thanks to tehnick)
    - debug information for icon codes added
    - xml: ilmeteo.it: fixes for some locations like Roma
    - xml: accuweather.com (US): night icon fixes

    1.2.1
    =====
    - xml: accuweather.com (World): small fixes (thanks to naradla)
    - xml: gismeteo.com: location name fixed
    - xml: www.weather.com: wind & encoding fixed
    - xml: ilmeteo.it: fixes (thanks to lbonco)
    - xml: www.weather.com.cn: icon description fixed
    - xml: accuweather.com (US): special icons fixed
    - xml: gismeteo.com: some missing icons added

    1.2.0
    =====
    - use KDE's scheduler for download jobs (let KDE limit kio_http process number to 30)
    - xml: accuweather.com (World): new URL to find location code

    1.1.1
    =====
    - xml: fr.weather.com: fixed wind direction
    - xml: espanol.weather.com: fixed wind direction
    - xml: www.weather.com: fixed
    - xml: accuweather.com (World): fixed (both °C and °F)

    1.1.0
    =====
    - fixed namespace bug in xml files
    - fixed panel bug in KDE 4.5
    - xml: gismeteo.com: fixed

    1.0.5
    =====
    - xml: freemeteo.com: fixed & added new languages support

    1.0.4
    =====
    - xml: accuweather.com (World): fixed (thanks to Jota Jota)
    - xml: accuweather.com (US): fixed

    1.0.3
    =====
    - xml: satellite_images: broken links fixed
    - xml: accuweather.com (World): fixed wrong icon code

    1.0.2
    =====
    - xml: accuweather.com (World) fixed (both °C and °F)

    1.0.1
    =====
    - xml: www.gismeteo.com: location fixed
    - xml: wetter.com: update time fixed, current weather icon fixed
    - xml: weather.com.cn: day names fixed

    1.0.0
    =====
    - update function (xml files in .cwp folder preferred over xml files from install directory)
    - weather-windy icon: fixed (newer kde versions don't load scalable icons any more)
    - xml: accuweather.com: US celsius and fahrenheit: fixed
    - xml: ilmeteo.it: fixed (thanks to Pasquale Ceres)
    - xml: www.weather.com: fixed


    [read more]

    job recommendations:
    [more jobs]

    TextMon 0.1 (Plasmoid Script)

    Fri, 2012/02/10 - 5:40pm
    ThumbnailTextMon 0.1
    (Plasmoid Script)
    A minimalistic textual system monitor.

    By default it shows:
  • total cpu load

  • used application memory

  • wlan down and up rate

  • sda read and write rate


  • You most likely want to tweak the settings. This is done by editing the source
    code. The settings dialog shows you how to get there.

    This hacky way of configuring the applet is no shortcoming but by intention. I
    plan to write up a little guide/tutorial which shows how to write this applet
    from scratch in Javascript. Stay tuned :D

    This is also a tribute to the awesome window manager, where doing such a system
    monitor widget is among the first things you learn. I've came to appreciate
    knowing exactly when my system comes under pressure (cpu, mem, sda) or if a
    download is still going (wlan).

    Github repo:
  • http://github.com/MaikBeckmann/plasma-textmon/


  • Main source file:
  • https://github.com/MaikBeckmann/plasma-textmon/blob/master/textmon/contents/code/main.js


  • Guide (barely covering a 'hello world' yet):
  • http://maikbeckmann.github.com/plasma-textmon/




  • changelog:
    0.1 :: Initial upload

    [read more]

    job recommendations:
    [more jobs]

    Preset for application 1.0 (KDE Improvement)

    Fri, 2012/02/10 - 2:57pm
    Preset for application 1.0
    (KDE Improvement)
    This is a preset for KHotKeys that include:

    Choqok = Alt+C
    Konversation = Alt+I
    Firefox(Iceweasel) = Alt+F
    Thunderbird(Icedove) = Alt+T
    Gprename = Alt+G
    VirtualBox = Alt+V
    Filezilla = Alt+S
    KsysGuard = Alt+K
    Dolphin = Alt+D
    Akregator = Alt+A

    With this hotkyes i have removed Daisy and shortcut on the panel and work more fast :-P

    [read more]

    job recommendations:
    [more jobs]

    Skeleton Plasmoid 0.2 (Plasmoid Script)

    Fri, 2012/02/10 - 12:53pm
    ThumbnailSkeleton Plasmoid 0.2
    (Plasmoid Script)
    Hi,
    For a long time I have been collecting information about creation of plasmoids in Python.
    All that I found, I have implemented in this demo (but many features are still in development).

    Hopefully, it will be useful for you and help you to create more great plasmoids.

    IMPLEMENTED SO FAR:
    1. Notifications
    2. Configuration management (plus configuration window)
    3. Tooltips
    4. Ability to change form-factor between panel plasmoids and desktop versions on-demand
    5. Custom contextual actions
    6. Transparent compilation of UI from *.ui files
    7. Localization
    8. Wallet integration
    9 Network state & monitoring

    PLANNED:
    * DataEngines
    * Documentation

    USEFULL LINKS:
    Plasma::Applet class reference
    http://www.purinchu.net/kdelibs-apidocs/plasma/html/classPlasma_1_1Applet.html

    changelog:
    0.1. Initial alpha-release
    0.2. KWallet support and monitoring of network state. Also config storage reverted to KConfig from ConfigParser

    [read more]

    job recommendations:
    [more jobs]

    Fresh Memory 1.0 (KDE Education)

    Thu, 2012/02/09 - 10:09pm
    ThumbnailFresh Memory 1.0
    (KDE Education)
    Fresh Memory is an application that helps to learn large amounts of any material with Spaced Repetition method.

    See more description on Qt-apps.org: http://qt-apps.org/content/show.php?content=65035

    changelog:
    See at Qt-apps.org: http://qt-apps.org/content/show.php?content=65035

    [read more]

    job recommendations:
    [more jobs]

    Steam Companion 0.5.4 (Plasmoid Binary)

    Thu, 2012/02/09 - 7:40pm
    ThumbnailSteam Companion 0.5.4
    (Plasmoid Binary)
    Steam Companion is a plasmoid to track Steam's specials and deals.

    changelog:
    0.5.4 :
    * new: hide tabbar if library page is unused
    * new option: show/hide scrollbars (default: hidden)

    0.5.2 : fix: library sorted by name

    0.5.1 : fix: resize too large images

    0.5 : added tabs:
    * deals tab
    * owned games tab
    - included a filter field to search the library

    0.4.0 : added connection awareness

    0.3.1 : fixed counting error

    0.3 :
    * tweaked html parsing for prices
    * added popup notification for new Specials

    0.2.2 : code cleanup

    0.2.1 : added price handle for spotlight deals

    0.2 : added support for timer

    0.1 : Initial release

    [read more]

    job recommendations:
    [more jobs]

    KDE MS Office OLE Document Thumbnailer 1.0 (KDE Improvement)

    Thu, 2012/02/09 - 3:20pm
    ThumbnailKDE MS Office OLE Document Thumbnailer 1.0
    (KDE Improvement)
    KDE thumbnailer plugin for Microsoft Office OLE Documents.
    This plugin should support all ole documents with thumbnails saved, including doc ppt pps xls files.
    However, most doc and xls documents do not have thumbnail image saved along with document body, you may not see the previews.


    It depends on libgsf for ole archieve handling and shipped with internal libkowmf copy for rendering wmf graphics from calligra suite.
    You do not need any office suite installed to make this plugin work.


    Enjoy!


    changelog:
    2012/2/9 --- 1.0
    initial release.


    [read more]

    job recommendations:
    [more jobs]

    Plasma Panels Collection 1.7 (Plasmoid Script)

    Thu, 2012/02/09 - 1:48pm
    ThumbnailPlasma Panels Collection 1.7
    (Plasmoid Script)
    Video PREVIEW
    1
    http://www.youtube.com/watch?v=LYzEty1TYAE

    2
    http://www.youtube.com/watch?v=o_qR-7FQHxc


    WHY WHAT AND WHERE

    Now i think the most is done, there are even too many panels here ...

    but of course i need to see better the javascripts and write them better...

    i need to improve some panels especially gnome3 and others it will take time ..
    left and right bar are a pain so i decided to replace everytime right \left panel with bottom panel, so you need to move them ..


    PLEASE note these panels are only panels they ARE NOT EXACTLY LIKE gnome2\3 mac docks etc ... they are similar to ...

    there are done to be useful for those users has switched to kde.

    they are what they are. just test them if you want.

    PACKAGES YOU NEED:

    for debian user that doen't want waste time for 150mb of widget :D

    sudo apt-get install plasma-widget-*

    MAKE SURE YOU HAVE ICONTASK! AND TAKEOFF!!


    INSTALLATION

    BACK UPS YOUR PANELS

    mv ~/.kde/share/config/plasma-desktop-appletsrc ~/.kde/share/config/plasma-desktop-appletsrc_OLD ; mv ~/.kde/share/config/plasma-desktoprc ~/.kde/share/config/plasma-desktoprc_OLD


    LOCAL INSTALLATION (you should use this for a safer installation...)

    for file in ~/.kde/share/kde4/services/plasma-layout-*.desktop; do rm "$file" ;done ; for f in ~/.kde/share/apps/plasma/layout-templates/org.kde* ; do rm -R "$f"; done ; for f in ~/.kde/share/apps/plasma/layout-templates/nowardev.* ; do rm -R "$f"; done ; cd /tmp; rm -R /tmp/Plama-Panels-Collection ; wget http://kde-peace-settings.googlecode.com/files/Plama-Panels-Collection.tar.gz -D /tmp/ ; tar -zxvf Plama-Panels-Collection.tar.gz ; cd /tmp/Plama-Panels-Collection/usr/share/kde4/apps/plasma/layout-templates/ ; for folder in */ ; do zip -r ${folder%/}.zip "$folder" -x "*.git*" -x "*.svn*" -x "*~" ; done ; for file in *.zip ; do plasmapkg -t layout-template -i "$file"; done

    SYSTEM WIDE INSTALLATION

    just download extract and run

    sudo ./install

    NOTE THIS INSTALLER INSTALL PLASMA PANELS COLLECTION ON /USR/BLABLALBA so if you have installed kde in another not standard folder you need to edit the installer.









    REMOVING

    The file is installed locally
    so you have to remove folder that you can find here

    ~/.kde/share/apps/plasma/layout-templates/

    and here

    ~/.kde/share/kde4/services/


    USE

    -remove your panels
    -right button on the desktop
    -add panel
    -add MAC panel for example


    -FOR MAC STYLE YOU SHOULD CLOSE ALL APPLICATION AND REOPEN THEM TO SEE THE MENU BAR


    -MAKE SURE YOU HAVE KDE 4.7.4 or higher IF YOU HAVE NOT YOU COULD HAVE PLASMA CRASH, IT DOESN'T MATTER BECAUSE YOU CAN RE-ADD YOU PANELS BUT IT NOT SO NICE SEE AN APPLICATION CRASH

    to do:
    -write better gnome3 panels
    -write better unkool7 panel
    -clear code

    changelog:
    1.7
    new installer MAKE SURE YOU HAVE INSTALLED KDE on /usr/share/ or your needd to edit the installer ...

    redesigned unit
    redesigned nowardev panel
    i have just commented some rows so if you liked some feature you must only delete // (type ALT D on kate ..)
    1.6
    redisigned gnome3
    added a crazy panel just for doc ..
    somefix
    1.5
    added gnome3
    added unkool7
    removed smooth-task replaced with icontask
    1.4
    kde3 added
    somefix here and there

    1.3
    unity panels redisigned to be more like unity


    1.2

    -disabled function remove old panels
    SO PLEASE REMOVE PANELS WIHT YOUR HAND BEFORE...
    -added a new panel called attempt, it's a bar designed to be in thr right side...but because of a problem i have made on bottom.


    1.1
    -nowardev panel bigger :) but it's only for me :D
    -customized with laucher icontask
    -fixed pager on unity dock and customized with laucher too

    1.0
    fixed some bad stuff var pager and so one that could cause problems

    [read more]

    job recommendations:
    [more jobs]

    FDesktopRecorder 20120209 (KDE Other Utility)

    Thu, 2012/02/09 - 10:28am
    ThumbnailFDesktopRecorder 20120209
    (KDE Other Utility)
    FDesktopRecorder is a program that can video record a single window or your entire desktop using ffmpeq.

    This can be handy if you are doing "How-To's",guides etc.

    Basic features:
    * Video record a single window
    * Video record your entire desktop

    Based on a script by Peter Lyberth from the danish GNU/Linux show "Kanal Tux" http://www.kanaltux.dk

    Please note: This is a early version of the program :-)

    Requires:
    * ffmpeq (used for the recording)
    * libqt4

    "Nice-to-know-stuff":
    * Configurationfile: ~/.config/fdesktoprecorder/fdesktoprecorder.conf

    * If you experience weird failues try removing the configurationfile and relaunch the program.

    openSUSE 12.1 only - Add repository and install manually:
    zypper addrepo http://download.opensuse.org/repositories/home:froksen/openSUSE_12.1/home:froksen.repo
    zypper refresh
    zypper install FDesktopRecorder


    Translated to:
    * Danish by Ole Holm Frandsen (froksen)
    * German by Christian Räss (saftsocken)

    Special thanks to:
    * 3electrons
    * kalac
    * swiftscythe
    * jboss1995
    * undefined


    Known Issues/TODO:
    * German translation is incomplete
    * Missing Knotifications

    changelog:
    * Thu Feb 09 2012
    - Added: Settings: If resert button is pressed you will see a dialog where you have to accept.
    - Added: Settings: You can now change the application language.
    - Fixed: If recording, the statusbar will keep on showing this.
    - Fixed: When "stop" button is pressed, it will be enabled this prevens crashes.
    - Fixed: In settings: If basename is blank it will use default.
    - Changed: If recording is successfull, the filename is visible in the Gui, makes it easy to find.
    - Changed: desktopfile description
    - Minor changes.

    * Mon Feb 06 2012
    - Created a completly new GUI-design and a new way to think the program
    - Rewritten alot of the codebase
    - Fixed so programs saves the recordings propperly
    - Fixed problem with aspects of some resolutions
    - Added so that the filebasename can be the current date

    * Sat Jan 28 2012
    - MainWindow: Changed so that it uses buildin Qt function to determine fullscreen resolution.
    - MainWindow: Alerts if the filename/recording already exists
    - MainWindow: The "Browse button" is now named "Browse" WOW! :-D
    - Settings: Change default startup name
    - Settings: Change default startup format
    - Settings: Change default startup recording device
    - Systemtray: Remembers the latest recording.
    - Added German translation by Christian Räss (saftsocken)
    - Other minor fixes

    * Tue Jan 17 2012
    - Added more videooutput formats.
    - Some "comments" cleanups
    - Minor fixes

    * Sat Jan 07 2012
    - Fixed program in "settings" which meant that you couldnt change audiocodec
    - Fixed so if want to record a "single window" the dimensions is correct
    - Added so you let ffmpeg auto-detect video and audio codec
    - Merged "Application settings" and "Settings" into one dialog.


    * Wed Jan 04 2012
    - Added "Application settings" section
    - Fixed problem with "incorrect" resolutions
    - Fixed so that "custom resolution" works again
    - Updated danish translation
    - Fixed problem with QSettings
    - Minor fixes

    * Thu Dec 29 2011
    - No more temp-scripts, everything runs directly in Qt. This means better performance and alot of issues fixed.
    - Minor fixes

    * Thu Dec 29 2011
    - Fixed so that the program does not crash when opening the settingsdialog if settings.ini file does not exists.
    - Renamed the project to "FDesktopRecorder"
    - Fixes minor issues with the danish translation
    - Minor fixes

    * Wed Dec 28 2011
    - First english release


    [read more]

    job recommendations:
    [more jobs]

    digiKam Software Collection 2.6.0-beta1 (KDE Graphic Tool)

    Wed, 2012/02/08 - 9:52pm
    ThumbnaildigiKam Software Collection 2.6.0-beta1
    (KDE Graphic Tool)
    digiKam is an advanced digital photo management application for KDE, which makes importing and organizing digital photos a \"snap\". The photos can be organized in albums which can be sorted chronologically, by directory layout or by custom collections.

    Tired of the directory constraints? Don’t worry, digiKam also provides tagging functionality. You tag your images which can be spread out across multiple folders and digiKam provides fast and intuitive ways to browse these tagged images. You can also add comments and rating to your images. digiKam makes use of a fast and robust database to store these meta-informations which makes adding and editing of comments and tags very reliable.

    digiKam makes use of KIPI plugins for lots of added functionality. KIPI (KDE Image Plugin Interface) is an initiative to create a common plugin infrastructure for digiKam, KPhotoAlbum, Showimg, and GwenView. Its aim is to allow development of image plugins which can be shared among KDE graphical applications.

    An easy to use interface is provided that enables you to connect to your camera and preview, download and/or delete your images. digiKam includes too an image editor for image corrections and manipulations whitch can be extended by plugins.

    Another tool, which most artists and photographers will be familiar with, is a Light Table. This tool assists artists and photographers with reviewing their work ensuring only the highest quality. A light table will show the artist their imperfections in which they can go and touch up. Well in digiKam, the light table function provides the user a similar experience. You can import a photo, drag it onto the light table, and touch up only the areas that need it.

    The digiKam Image Editor has its own plugin subsystem with some common tools e.g. red eye correction or Gamma correction. Additional plugins are provided with the main application to process advanced corrections on image like color management, noise reduction, or special effects. digiKam Image Editor support all camera RAW file formats, 16 bits color depth, Exif/Makernote/IPTC/GPS metadata, Color management, tagging/rating/comments pictures, etc.

    A lots of search tools are also available to be able to find specific photo on whole collection : Time line, Calendar, Advanced Search using multiple and complex database queries (tags, rating, keywords, date,
    etc...)

    A stand-alone image editor version named Showfoto is also available. It runs without digiKam images database support, but provides all Image Editor plugins.

    See the related project page for more information:

    http://www.digikam.org

    Online documentations:

    http://docs.kde.org/development/en/extragear-graphics/digikam/index.html
    http://docs.kde.org/development/en/extragear-graphics/showfoto/index.html
    http://docs.kde.org/development/en/extragear-libs/kipi-plugins/index.html

    NOTE:

    - Please, use the digiKam mailing-list for all comments:

    digikam-users at kde dot org
    digikam-devel at kde dot org

    - Please, use KDE Bug Tracking System for Wishes, and Bugs report:
    http://bugs.kde.org/buglist.cgi?product=digikam
    http://bugs.kde.org/buglist.cgi?product=digikamimageplugins
    http://bugs.kde.org/buglist.cgi?product=showfoto
    http://bugs.kde.org/buglist.cgi?product=kipiplugins

    You can contact developers on Freenode IRC channels:

    #digikam
    #kde-imaging

    To help digiKam project, you can donate money to developpers. Take a look at this page for details:

    http://www.digikam.org/donation

    changelog:
    This is the next lead version of digiKam including all GSoC-2010 project as XMP sidecar support, face detection, image versioning, reverse geo-coding, Tags Keyboard Shorcuts, Color and Pick Labels, Grouping of items, etc...

    See announce from digiKam web site:
    http://www.digikam.org/node/643

    ======================================

    Full Changelog with previous releases can be see at this url:
    http://www.digikam.org/changelog

    [read more]

    job recommendations:
    [more jobs]

    kdevelop sessions runner 0.1 (KDE Improvement)

    Wed, 2012/02/08 - 4:40pm
    kdevelop sessions runner 0.1
    (KDE Improvement)
    This is a simple plugin for krunner that enables listing of kdevelop sessions when typing \'kdevelop\'.

    For install instruction, please see the README file.

    Any comment, suggestion or contribution is welcome.

    [read more]

    job recommendations:
    [more jobs]

    glnemo2 1.40 (KDE Scientific)

    Wed, 2012/02/08 - 1:53pm
    Thumbnailglnemo2 1.40
    (KDE Scientific)
    Glnemo2 is an interactive 3D visualization program which displays particles positions of the different components (gas, stars, disk, dark mater halo, bulge) of an N-body snapshot. It's a very useful tool for everybody running N-body simulations from isolated galaxies to cosmological simulations. It can show quickly a lot of information about data by revealing shapes, dense areas, formation of structures such as spirals arms, bars, peanuts or clumps of galaxies. Glnemo2 has been designed to meet the requirements of the user, with simplicity in mind, easy to install, easy to use with an interactive and responsive graphical user interface (based on Nokia QT 4.X API) , powerful with a fast 3D engine (OPenGL and GLSL), and generic with the possibility to load different kinds of input files.


    You can zoom in/out, rotate, scale, translate, select different particles
    and plot them in different blending colors, color particles according to their density,
    play with the density threshold, trace orbits, play different time steps, take automatic
    screenshots to make movies, select particles using the mouse, fly over your simulation
    using camera path. All this features are accessible from a very intuitive graphic user interface.

    Currently, glnemo2 reads:
    - NEMO files (http://carma.astro.umd.edu/nemo)
    - Gadget 1 and 2 -little and big endian- files (http://www.mpa-garching.mpg.de/gadget/)
    - RAMSES files (http://irfu.cea.fr/Projets/Site_ramses/RAMSES.html)
    - FTM files (Clayton Heller's sph/nbody code)
    - phiGRAPE file (http://wiki.cs.rit.edu/bin/view/GRAPEcluster/phiGRAPE)
    - list of files stored in a file
    - realtime gyrfalcON simulation via a network plugin (see $NEMO/usr/jcl/glnemo2/gyrfalcon/README)

    Glnemo2 uses a plugin mechanism to load data, so it's easy to add a new file reader.
    It uses the latest OpenGL technology like, shaders (glsl), vertex buffer object, frame buffer object, and takes in account the power of your graphic card to accelerate the rendering. Millions of particles can be rendered, in real time, with a fast GPU.

    Glnemo2 runs fine on Linux, Windows(using minGW compiler), and MaxOSX, thanks to the QT4 API.

    Trailer: http://www.youtube.com/watch?v=QKmQiYwGNpk

    changelog:
    1.40 (February, 08th 2012)
    ---------------------------

    see features trailer : http://projets.oamp.fr/news/15

    - rotation interface totally rewritten. Rotations are now applied around
    SCREEN axis x,y,z, which are fixed. It's more intuitive for the user.
    - add new tab option to manage automatic rotations
    - add screen axis display
    - add orthographic projection
    - density threshold controlled with mouse middle button
    - fix bug#58 crashs on ramses file loading
    - fix bug#61 colorbar disapear on ATI/Intel hardware
    - happy qt4.8 compilation


    1.30 (November, 25th 2011)
    ----------------------------

    see features trailer : http://www.youtube.com/watch?v=lxyvcKq3dPE

    - add color bar display on 3D view (see "color bar" tab)
    - fix a bug when physical values are out of limits
    - fix a bug when list of files contains blank lines
    - experimental object creation

    1.20 (May, 3rd 2011)
    --------------
    - MAJOR RELEASE - see trailer : http://www.youtube.com/watch?v=06jG2Wr212M
    - new rendering pipeline based on a new shader
    - better interactivity with density threshold
    - faster rendering according to density threshold
    - experimental temperature display sorted by density
    - all components are selected when, from cli, select="all"
    - add hotkeys to autorotate around x,y,z axis counter clockwise
    - add lmin value for ramses amr file
    - fix bug on histogram display if phys value

    [read more]

    job recommendations:
    [more jobs]

    lrcShow-X 2.1.1 (KDE Sound Application)

    Wed, 2012/02/08 - 11:07am
    ThumbnaillrcShow-X 2.1.1
    (KDE Sound Application)
    The main goal of lrcShow-X is to add synchronized lyrics visualization functionality to the most used Linux media players, using existing LRC files, embedded lyrics like ID3 Sylt, Uslt, Lyrics3 and ApeTag. It also searches for lyrics using 13 different engines among which we can mention MiniLyrics, EvilLyrics, LrcDB and TTPlayer.

    lrcShow-X is written entirely in python using pyqt4 and supporting more than ten different players like Amarok2, Qmmp, Audacious, rhythmbox, songbird and many other Linux Players (normally using a dbus interface). From 1.4.0, lrcShow-X supports mpd and xmms2, please read addons/README for details.

    If you have experienced lrcShow-II lyrics plugin with Amarok1, you should know what this application can do, just supporting more players and having more functions.

    Currently, lrcShow-X supports zh_CN, zh_TW, it, en_US, hr, ru, ms, uk, es, id, da, pt_BR, Cs translations.

    Please read help documents with the built-in browser or the README file in package to get more details.

    Depends on:
    >=python-2.4 (not includes python 3 at present)
    pyqt4 (python, qt4 bindings)
    dbus-python (dbus, python bindings)
    pygobject (python, gobject bindings)

    changelog:
    2012-02-08 - 2.1.1
    1. fix a bug of missing en translation

    2012-02-02 - 2.1.0

    1. fix a bug that can't save some setting items when application auto quits
    2. fix a bug that can't centered the lyrics in OSD mode when change the show-line
    3. add soso as the 15th search engine
    4. add lrc123 as the 16th search engine
    5. fix ttplayer engine, because of domain changing
    6. fix a bug that ttplayer engine always download lrc file from ctc network
    7. update some translations

    2011-05-06 - 2.0.0

    1. fix the bug of avoiding deleting the last selected engine by double click item in multisearch setting page
    2. improve the logical of searching lrc file
    3. window title change immediately after changing the title bar info setting
    4. auto/manually launch supported media player when there is no player detected
    5. auto update configuration file silently
    6. add a simple setting wizard when first run
    7. re-write strategy setting dialog
    8. improve preference dialog
    9. delete an unnecessary setting item in filter setting dialog
    10. separate search local lrc code as a module
    11. add clementine support
    12. add tuneWiki as the 14th search engine
    13. fix a bug that can't centered the current lyrics in fullscreen display mode when change font
    14. window height could be changed by dragging the edge of window
    15. fix a bug that multi-search mode cause segment fault
    16. fix drag-drop function
    17. fix a bug that the current lyrics line can't be centered when change the line margin
    18. add deadbeef support (need add dbus patch)
    19. fix an endless loop bug
    20. auto quit after the player quits

    [read more]

    job recommendations:
    [more jobs]