
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Plasmoid providing fancy visualization of tasks, launchers and jobs for those who need full power of task manager and fresh look.
Developed and tested on KDE 4.8 with Qt 4.8 (Kubuntu 12.04).
Some screen casts:
http://www.youtube.com/watch?v=n5i2S1xCKPk
http://www.youtube.com/watch?v=Wj4W6cqycl8
http://www.youtube.com/watch?v=zfqtnncLNcQ
Milestone 1.1 (current) will be last one using libtaskamanager and hopefully will be soon replaced by currently developed data engine based version (which should lower requirements back to KDE 4.6 or maybe earlier, depending on which one shipped first functional version of tasks data engine).
Milestone 2.0 will bring new dock management library which will allow for more advanced features. There will be also new, QML based, applet interface (might be available earlier, depends on progress on library).
Note that included panel was made only for test and could make various problems, use it on your own risk (I'll focus on it later).
This applet uses standard libtaskmanager like other task managers in KDE, so before you report bug check if it also happens in other applets (for example default Tasks applet).
Tips:
- to make applet more usable you can put it on panel with enabled option "Windows can cover" or similar;
- you can use theme with panel background similar to that of dock (for example Sabre Tiger) or modify current one using Desktop Theme Details;
- you can add launchers to applet by drag and drop of URLs and desktop files when Plasma is unlocked or using configuration dialog;
- to show only launchers you need to remove tasks area item from arrangement;
- to show application jobs you need to add jobs area.
Hidden options:
You can set them in applets configuration file (usually located at ~/.kde4/share/config/plasma-desktop-appletsrc), in group containing line plugin=fancytasks or plugin=fancypanel;
- initialZoomLevel - initial zoom level for zoom move animations (value ranging from 0 to 1, default: 0.7);
- paintBackground - decides if background should be painted or not (true or false, default: true);
- paintReflections - decides if icon reflection should be painted or not, note that it won't change icon size because of space allocation for drawing task indicators (true or false, default: true).
Features:
- manages your tasks, launchers and application jobs;
- tasks filtering, grouping (including manual) and sorting;
- keyboard navigation (Tab and Shift+Tab);
- launcher to task transition with custom connecting rules (icons of launchers with running tasks are hidden if sorting other than manual is enabled);
- tool tips with live preview of windows when KWin Taskbar Thumbnail effect is enabled;
- highlighting windows when hovering cursor over task or window preview when KWin Highlight Window effect is enabled;
- dropping files on launchers runs command with parameters or gives option to move, copy or link them (if target is directory);
- visual drop indicator that helps in manual tasks sorting and rearranging launchers;
- possibility to browse directories of directory launchers using context menu;
- possibility to add application menus;
- menu with list of all icons shown after activating keyboard shortcut;
- configurable animations (zoom, jump, bounce, highlight, etc.) and appearance (optional thumbnails and text label);
- fully animated icons (including animations of starting applications, tasks needing attention and application jobs progress).
If you have found bugs or have suggestions you can contact me via email, message or using comments, before you will vote bad.
And remember that not everybody has enough time for fast replying. ;-)
Don't be silly, don't vote bad just for fun!
8 years ago
1.1.2 (10.06.2012):
- increased task light size a bit;
- fixed label position for zoom animation;
- avoid hijacking of icons with launcher connected to task group (if grouping by program);
- clear thumbnail when launcher looses connected task.
1.1.1 (01.06.2012):
- reuse launcher icons by tasks also when using manual sorting;
- let startups connect to launcher icons (when there is no sorting or it set to manual);
- do not lose connection with launcher when group is created (if grouping by program);
- enable Apply button when configuration values are changed;
- do not propose to drop icon in place which equals its current index;
- enable Add / Remove action buttons;
- many other fixes and changes.
8 years ago
1.1.2 (10.06.2012):
- increased task light size a bit;
- fixed label position for zoom animation;
- avoid hijacking of icons with launcher connected to task group (if grouping by program);
- clear thumbnail when launcher looses connected task.
1.1.1 (01.06.2012):
- reuse launcher icons by tasks also when using manual sorting;
- let startups connect to launcher icons (when there is no sorting or it set to manual);
- do not lose connection with launcher when group is created (if grouping by program);
- enable Apply button when configuration values are changed;
- do not propose to drop icon in place which equals its current index;
- enable Add / Remove action buttons;
- many other fixes and changes.
Emdek
9 years ago
You are compiling newest version or the older one (1.0)?
Can you attach these errors somewhere (some online text pasting service would be best)?
You may have unsatisfied dependencies or Arch requires some changes and there is patch included, I've no idea now.
Report
fatino
9 years ago
Report
Emdek
9 years ago
Icon maybe is not beautiful but is best from those available...
I'm still interested in that compilation error, unless it was caused by some missing dependencies.
Report
buschmann23
9 years ago
Report
Emdek
9 years ago
Report
brucew
9 years ago
Thanks for all the work on this excellent project. Great job!
For Repo Managers: Dealing with dual-side carpal tunnel syndrome, it hurts to constantly have to manually compile the updates to these packages when all the work can be done by the package manager. Some of us require ergonomic adjustments as required disability accommodations. The use of automation, especially, for installations and updates is the reason why so many people with disabilities are moving to Linux over the other two main OS's.
Report
Emdek
9 years ago
But maybe I'll soon finally try to create own packages and distribute them using PPA. ;-)
Report
abelau
9 years ago
a little glitch: the centered panel/plasmoid will have all application icons reflow from left edge of the screen to center whenever I open (new icon appearing) or close an application (icon disappearing). It would be great if it could just reflow more elegantly. I also found that the parabolic zooming animation isn't as smooth(ok, I am picky haha). Is it because the thing isn't using OpenGL acceleration or??
I crashed it quite easily with combinations of app grouping,closing etc.
Keep up the great work! once again thanks :-)
Report
Emdek
9 years ago
And no, currently there is no OpenGL, maybe after (planned) porting to QtQuick it will be better.
Report
abelau
9 years ago
While the "panel" version of your plasmoid may not be the focus, I am still wondering if there maybe a vertical version of it. Currently, dragging it to the vertical screen edge will create a big mess on the screen haha. The individual panel is still different to plasmoid added to an existing panel.
Report
Emdek
9 years ago
Also panels were designed mostly to fit needs of default panels, there is nearly no room for customizations (biggest one being own background probably, it is not even possible to replace or modify that stupid "configuration dialog") and that would need not only breaking API but also changing some concepts.
Report
abelau
9 years ago
This is so hard when fancy tasks is added as a plasmoid onto an empty kdepanel. Even if one could find a theme with transparent panel background, one would have to apply that to all kde panels(not just the fancy tasks kdepanel)!
Report
Emdek
9 years ago
As far as I know it's possible and not so difficult to made such as modification, so only panels on selected side will have transparent background.
http://techbase.kde.org/Development/Tutorials/Plasma/Theme
Still, that should be option of default panel, it's biggest loss of configuration options from KDE3 but it would be hard to fit in this strange configuration interface. Only one useful part of it is that horizontal size / position tool, more options button should open normal dialog.
Report
jfilipe
9 years ago
Finaly ! loool
But at somme weeks ago i experiment cairo dock, with kde integration and i like so mutch this ! loool
So its rarely crash, i had properly no problems with this ! ;-)
And has so mutch effects ! ;-)
Report
suppenkaspar
9 years ago
Report
Emdek
9 years ago
1. open file applet/FancyTasksApplet.cpp
2. find method Applet::removeTask()
3. replace:
icon->deleteLater();
using:
delete icon;
4. recompile
5. restart plasma-desktop
Report
jfilipe
9 years ago
I Think that Fancy Tasks, after 2, 3 weeks, that the widget is so so buggy ! :-(
See the reported bugs in bugs.kde.org
A little list:
https://bugs.kde.org/show_bug.cgi?id=204976
https://bugs.kde.org/show_bug.cgi?id=205845
https://bugs.kde.org/show_bug.cgi?id=216498
https://bugs.kde.org/show_bug.cgi?id=230490
https://bugs.kde.org/show_bug.cgi?id=230790
https://bugs.kde.org/show_bug.cgi?id=235789
https://bugs.kde.org/show_bug.cgi?id=268944
https://bugs.kde.org/show_bug.cgi?id=275646
https://bugs.kde.org/show_bug.cgi?id=275841
https://bugs.kde.org/show_bug.cgi?id=271878
As you see, the list are so so long ... !
When you release a new version that fixes these bugs, and others ?
Report
Emdek
9 years ago
Only #275646 (but no debug data) and #268944 (related to libtaskmanager) have useful information.
Most of crashes (but I didn't see any for very long time) are related to libtaskmanager which I'm intending to replace by own solution (already started, but I'm still busy working on other projects etc.) and refresh the UI, maybe using QML (including changing defaults, it was never intended to be a MacOS X dock clone anyway ;-)).
Report
jfilipe
9 years ago
I'm using Fedora 15 and KDE 4.6.3 :-)
But i discover a lot of bugs:
- i center the widget, and after a logoff / logon, it appears on the left edge
- if one lancher has a amount of tasks, when over it show these windows, and clicking in one window, do not focus this window, but ask again, showing a window list (without thumbnails), asking where you wish open !
Suposed if i click in one of these thumnails, it should focus this window
- in previows situation, in the windows list, if i choose cancel, it opens all the launchers !
- cannot resize the widget !
Bye
Report
Emdek
9 years ago
Most of these issues indicate that you are suing panel with is still experimental and buggy.
That thumbnails issue is strange, did you changed something in actions settings?
Report
jfilipe
9 years ago
Im using Fancy Tasks as plasmoid, and i do not change action settings !
Bye
Report
Emdek
9 years ago
Report
jfilipe
9 years ago
Thats a good job !
Yesterday i research in google to a dock similar to mac, and i found fancy tasks !
Its very, very good, and very similar to mac :-D
Report
Sagittarius
9 years ago
But it crashes plasma-desktop on my KDE 4.6.3 just after login:
Application: Outil de gestion de fenêtres Plasma (kdeinit4), signal: Aborted
[KCrash Handler]
#6 0x00007f7841b1cff5 in raise () from /lib64/libc.so.6
#7 0x00007f7841b1e786 in abort () from /lib64/libc.so.6
#8 0x00007f7841f184bd in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
#9 0x00007f7841f166d6 in ?? () from /usr/lib64/libstdc++.so.6
#10 0x00007f7841f16703 in std::terminate() () from /usr/lib64/libstdc++.so.6
#11 0x00007f7841f16856 in __cxa_rethrow () from /usr/lib64/libstdc++.so.6
#12 0x00007f784317ead2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#13 0x00007f7843182e9b in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4
#14 0x00007f783320dead in kdemain () from /usr/lib64/libkdeinit4_plasma-desktop.so
#15 0x0000000000406cc9 in _start ()
Report
Sagittarius
9 years ago
But it does not crash when Fancytasks is used as a panel.
Report