
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
10 years ago
New one does not use custom tooltips anymore and they are fully controlled by Plasma (applet sets only data, but ont location).
Report
SlantNGo
10 years ago
Report
SlantNGo
10 years ago
I'm running Kubuntu Karmic (installed KDE 4.4 from the backports PPA). Thanks!
Report
yagami
10 years ago
the new feature of only showing the shortcuts seems to work very well , and really usefull.
however , i had to stop using fancytasks because my .xsession-errors was getting filled with :
QPainter::worldTransform: Painter not active
QPainter::begin: Widget painting can only begin as a result of a paintEvent
QPainter::translate: Painter not active
QPainter::setClipRect: Painter not active
QPainter::hasClipping: Painter not active
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::drawRects: Painter not active
QPainter::hasClipping: Painter not active
in one hour , i would get a 30 Megabyte .xsession-errors being 99 % those messages.
also , could you make it a option the centering code ? since its not centering correctly, i guess its better to do it by hand
thanks
Report
Emdek
10 years ago
Yeah, centering needs some more work to make it reliable. If it will not behave better then I'll disable that code or I'll add hidden option that will default to off probably.
Report
kenleyrob
10 years ago
Report
Emdek
10 years ago
They are usually stored in:
/usr/share/apps/desktoptheme/THEME/widgets/
And:
~/.kde4/share/apps/desktoptheme/THEME/widgets/
Report
integr8e
10 years ago
You've done a really great job!
Report
Emdek
10 years ago
I'll better back to work on code, to prove that this was good decision. ;-)
Report
yagami
10 years ago
thanks for the plasmoid ,its very nice :)
however, there are just two features that would really make it fit for my workflow
* could you make it so that its always properly aligned to a place in the screen ? for example , always be aligned in the bottom middle.
* could you make it so that only the shortcuts are "task" aware ?
maybe doing the shortcuts turn into an task button, or
create a task area that only shows the currently added shortcuts.
i would like this , because i use fancy tasks in the desktop , in each activity.
so it would be cool if my multimedia activity would only show multimedia shortcuts and tasks.
thanks :)
Report
Emdek
10 years ago
- there will be probably option (or maybe better without even option or enabled by default) to set applet position (on desktop) using point from middle of applet.
- there might be added option to show only these tasks that have launchers in applet.
Report
takanowaka
10 years ago
here's output: http://dpaste.com/152647/
cheers ;)
Report
mikala
10 years ago
Regards,
Report
takanowaka
10 years ago
and i have installed kdebase-workspace-dev, kdelibs5-dev, gettext so it's not as simple as you say..
Report
Emdek
10 years ago
/usr/include/taskmanager/
Report
takanowaka
10 years ago
Report
takanowaka
10 years ago
Report
avlas
10 years ago
First of all, I would like to thank you for this plasmoid that I find great.
So, it seems that somehow fancytasks makes plasma-desktop to crash. I have noticed (but I'm not completely sure)
that it happens most frequently when I run java applications like matlab and
others
I sent this backtrace to kde bugs support and they told me that is something related to fancytasks plasmoid and that I should send the backtrace to you. Thanks in advance!
Application that crashed: plasma-desktop
Version of the application: 0.3
KDE Version: 4.3.5 (KDE 4.3.5)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-18-generic x86_64
Distribution: Ubuntu 9.10
-- Backtrace:
Application: Espai de treball del Plasma (plasma-desktop), signal: Segmentation
fault
The current source language is "auto; currently c".
[Current thread is 1 (Thread 0x7f695453f7a0 (LWP 3192))]
Thread 2 (Thread 0x7f69322a4910 (LWP 3194)):
#0 [email protected]@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1 0x00007f69511114fb in QWaitConditionPrivate::wait (this=<value optimized
out>, mutex=0x2782ed8, time=18446744073709551615) at
thread/qwaitcondition_unix.cpp:87
#2 QWaitCondition::wait (this=<value optimized out>, mutex=0x2782ed8,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3 0x00007f694dee678c in QHostInfoAgent::run (this=0x2782ec0) at
kernel/qhostinfo.cpp:260
#4 0x00007f6951110445 in QThreadPrivate::start (arg=0x2782ec0) at
thread/qthread_unix.cpp:188
#5 0x00007f694b7caa04 in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6 0x00007f6953f4f80d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7f695453f7a0 (LWP 3192)):
[KCrash Handler]
#5 KSharedPtr (this=0x0) at /usr/include/KDE/../ksharedptr.h:84
#6 TaskManager::TaskItem::task (this=0x0) at
../../../libs/taskmanager/taskitem.cpp:110
#7 0x00007f6938b5763e in ?? () from /usr/lib/kde4/plasma_applet_fancytasks.so
#8 0x00007f6938b2b4ec in ?? () from /usr/lib/kde4/plasma_applet_fancytasks.so
#9 0x00007f695120bddc in QMetaObject::activate (sender=0x26ab300,
from_signal_index=<value optimized out>, to_signal_index=<value optimized out>,
argv=0xfffffffffffcc4a8) at kernel/qobject.cpp:3113
#10 0x00007f6951210e1f in QSingleShotTimer::timerEvent (this=0x26ab300) at
kernel/qtimer.cpp:298
#11 0x00007f6951205d83 in QObject::event (this=0x26ab300, e=0x0) at
kernel/qobject.cpp:1075
#12 0x00007f69518faefc in QApplicationPrivate::notify_helper (this=0x18315f0,
receiver=0x26ab300, e=0x7fff3b5886b0) at kernel/qapplication.cpp:4056
#13 0x00007f69519021ce in QApplication::notify (this=0x18294c0,
receiver=0x26ab300, e=0x7fff3b5886b0) at kernel/qapplication.cpp:4021
#14 0x00007f69529c2f46 in KApplication::notify (this=0x18294c0,
receiver=0x26ab300, event=0x7fff3b5886b0) at
../../kdeui/kernel/kapplication.cpp:302
#15 0x00007f69511f6c2c in QCoreApplication::notifyInternal (this=0x18294c0,
receiver=0x26ab300, event=0x7fff3b5886b0) at kernel/qcoreapplication.cpp:610
#16 0x00007f6951221862 in QCoreApplication::sendEvent (this=0x1850dc0) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#17 QTimerInfoList::activateTimers (this=0x1850dc0) at
kernel/qeventdispatcher_unix.cpp:572
#18 0x00007f695121f25d in timerSourceDispatch (source=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:165
#19 0x00007f694ba1bbce in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#20 0x00007f694ba1f598 in ?? () from /lib/libglib-2.0.so.0
#21 0x00007f694ba1f6c0 in g_main_context_iteration () from
/lib/libglib-2.0.so.0
#22 0x00007f695121f1a6 in QEventDispatcherGlib::processEvents (this=0x180fe90,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#23 0x00007f695198f4be in QGuiEventDispatcherGlib::processEvents
(this=0x7fff3b587f90, flags=<value optimized out>) at
kernel/qguieventdispatcher_glib.cpp:202
#24 0x00007f69511f5532 in QEventLoop::processEvents (this=<value optimized
out>, flags=) at kernel/qeventloop.cpp:149
#25 0x00007f69511f5904 in QEventLoop::exec (this=0x7fff3b588950, flags=) at
kernel/qeventloop.cpp:201
#26 0x00007f69511f7ab9 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:888
#27 0x00007f695421c59f in kdemain (argc=<value optimized out>, argv=<value
optimized out>) at ../../../../plasma/shells/desktop/main.cpp:50
#28 0x00007f6953e8eabd in __libc_start_main (main=<value optimized out>,
argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized
out>, fini=<value optimized out>,
rtld_fini=<value optimized out>, stack_end=0x7fff3b588c58) at
libc-start.c:220
#29 0x0000000000400689 in _start () at ../sysdeps/x86_64/elf/start.S:113
The current source language is "auto; currently asm".
The current source language is "auto; currently c".
Report
Emdek
10 years ago
It looks like something connected to libtaskmanager.
I'm currently working on fixing similar crash which sometimes occurs for me when saving files in OpenOffice.org. Although BT is different but it is probably the same problem.
Did you installed applet from package? It lacks debug symbols, if you can install debug package or install it from sources then BT information would be more useful (will tell which file and line makes it crash). Then if crash occurs you could send me new BT or paste it to service for text pasting and send link to it.
Report
avlas
10 years ago
Application: Espai de treball del Plasma (kdeinit4), signal: Segmentation fault
The current source language is "auto; currently c".
[Current thread is 1 (Thread 0x7ffd1884c7f0 (LWP 7805))]
Thread 2 (Thread 0x7ffcf6074910 (LWP 7807)):
#0 [email protected]@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1 0x00007ffd16d2e67b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x2c89458, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2 QWaitCondition::wait (this=<value optimized out>, mutex=0x2c89458, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3 0x00007ffd154ea3ec in QHostInfoAgent::run (this=0x2c89440) at kernel/qhostinfo.cpp:252
#4 0x00007ffd16d2d6c5 in QThreadPrivate::start (arg=0x2c89440) at thread/qthread_unix.cpp:244
#5 0x00007ffd16a9ea04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
#6 0x00007ffd1586980d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7ffd1884c7f0 (LWP 7805)):
[KCrash Handler]
#5 TaskManager::TaskItem::winIds (this=0x0) at ../../../libs/taskmanager/taskitem.cpp:125
#6 0x00007ffce7248ed4 in FancyTasksApplet::addTask (this=0x36b4d90, abstractItem=0x36323d0) at /build/buildd/plasma-widget-fancytasks-0.9.8/applet/FancyTasksApplet.cpp:571
#7 0x00007ffce724bf86 in FancyTasksApplet::init (this=0x36b4d90) at /build/buildd/plasma-widget-fancytasks-0.9.8/applet/FancyTasksApplet.cpp:197
#8 0x00007ffd0efea568 in Plasma::Containment::addApplet (this=0x267cdc0, applet=0x36b4d90, pos=..., delayInit=false) at ../../plasma/containment.cpp:961
#9 0x00007ffd0efea84f in Plasma::ContainmentPrivate::addApplet (this=0x26708a0, name=<value optimized out>, args=<value optimized out>, appletGeometry=..., id=0, delayInit=144)
at ../../plasma/containment.cpp:2283
#10 0x00007ffd09f87416 in Plasma::WidgetExplorer::addApplet (this=0x321f1f0, appletItem=0x3a56520) at ../../../libs/plasmagenericshell/widgetsExplorer/widgetexplorer.cpp:374
#11 0x00007ffd09f876e4 in Plasma::WidgetExplorer::qt_metacall (this=0x321f1f0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff6dfd6350) at ./widgetexplorer.moc:89
#12 0x00007ffd16e33dc3 in QMetaObject::activate (sender=0x27b77f0, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x3a0e890) at kernel/qobject.cpp:3294
#13 0x00007ffd09f642bf in AppletsListWidget::appletDoubleClicked (this=0x36323d0, _t1=0x3a56520) at moc_appletslist.cpp:132
#14 0x00007ffd09f6490c in AppletsListWidget::qt_metacall (this=0x27b77f0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff6dfd6490) at moc_appletslist.cpp:113
#15 0x00007ffd16e33dc3 in QMetaObject::activate (sender=0x2ed8870, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0x3a0e890) at kernel/qobject.cpp:3294
#16 0x00007ffd09f644e2 in AppletIconWidget::doubleClicked (this=0x36323d0, _t1=0x2ed8870) at moc_appleticon.cpp:115
#17 0x00007ffd09f7ba57 in AppletIconWidget::mouseDoubleClickEvent (this=0x2ed8870, event=<value optimized out>) at ../../../libs/plasmagenericshell/widgetsExplorer/appleticon.cpp:131
#18 0x00007ffd165ad36d in QGraphicsItem::sceneEvent (this=0x2ed8880, event=0x0) at graphicsview/qgraphicsitem.cpp:6534
#19 0x00007ffd165d0028 in QGraphicsScenePrivate::sendMouseEvent (this=0x1b71250, mouseEvent=0x7fff6dfd6e10) at graphicsview/qgraphicsscene.cpp:1212
#20 0x00007ffd165dee49 in QGraphicsScenePrivate::mousePressEventHandler (this=0x1b71250, mouseEvent=0x7fff6dfd6e10) at graphicsview/qgraphicsscene.cpp:1335
#21 0x00007ffd165e5b1f in QGraphicsScene::event (this=0x1c7bdf0, event=0x7fff6dfd6e10) at graphicsview/qgraphicsscene.cpp:3351
#22 0x00007ffd15fc6e8c in QApplicationPrivate::notify_helper (this=0x1ad5ac0, receiver=0x1c7bdf0, e=0x7fff6dfd6e10) at kernel/qapplication.cpp:4242
#23 0x00007ffd15fcd48d in QApplication::notify (this=0x1a9fbd0, receiver=0x1c7bdf0, e=0x7fff6dfd6e10) at kernel/qapplication.cpp:4125
#24 0x00007ffd173661e6 in KApplication::notify (this=0x1a9fbd0, receiver=0x1c7bdf0, event=0x7fff6dfd6e10) at ../../kdeui/kernel/kapplication.cpp:302
#25 0x00007ffd16e2104c in QCoreApplication::notifyInternal (this=0x1a9fbd0, receiver=0x1c7bdf0, event=0x7fff6dfd6e10) at kernel/qcoreapplication.cpp:704
#26 0x00007ffd165ffcdf in QGraphicsView::mouseDoubleClickEvent (this=0x31d4470, event=0x7fff6dfd77a0) at graphicsview/qgraphicsview.cpp:3003
#27 0x00007ffd1601c1dd in QWidget::event (this=0x31d4470, event=0x7fff6dfd77a0) at kernel/qwidget.cpp:7978
#28 0x00007ffd163bfe16 in QFrame::event (this=0x31d4470, e=0x7fff6dfd77a0) at widgets/qframe.cpp:557
#29 0x00007ffd165fca0b in QGraphicsView::viewportEvent (this=0x31d4470, event=0x7fff6dfd77a0) at graphicsview/qgraphicsview.cpp:2747
#30 0x00007ffd16e20467 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<value optimized out>, receiver=0x377d910, event=0x7fff6dfd77a0) at kernel/qcoreapplication.cpp:819
#31 0x00007ffd15fc6e5c in QApplicationPrivate::notify_helper (this=0x1ad5ac0, receiver=0x377d910, e=0x7fff6dfd77a0) at kernel/qapplication.cpp:4238
#32 0x00007ffd15fcdcf1 in QApplication::notify (this=0x1a9fbd0, receiver=0x377d910, e=0x7fff6dfd77a0) at kernel/qapplication.cpp:3822
#33 0x00007ffd173661e6 in KApplication::notify (this=0x1a9fbd0, receiver=0x377d910, event=0x7fff6dfd77a0) at ../../kdeui/kernel/kapplication.cpp:302
#34 0x00007ffd16e2104c in QCoreApplication::notifyInternal (this=0x1a9fbd0, receiver=0x377d910, event=0x7fff6dfd77a0) at kernel/qcoreapplication.cpp:704
#35 0x00007ffd15fcce66 in QCoreApplication::sendEvent (receiver=0x377d910, event=0x7fff6dfd77a0, alienWidget=0x377d910, nativeWidget=0x2a951c0, buttonDown=<value optimized out>,
lastMouseReceiver=<value optimized out>, spontaneous=true) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#36 QApplicationPrivate::sendMouseEvent (receiver=0x377d910, event=0x7fff6dfd77a0, alienWidget=0x377d910, nativeWidget=0x2a951c0, buttonDown=<value optimized out>,
lastMouseReceiver=<value optimized out>, spontaneous=true) at kernel/qapplication.cpp:2956
#37 0x00007ffd1604b055 in QETWidget::translateMouseEvent (this=0x2a951c0, event=<value optimized out>) at kernel/qapplication_x11.cpp:4368
#38 0x00007ffd16049d6a in QApplication::x11ProcessEvent (this=<value optimized out>, event=0x7fff6dfd80c0) at kernel/qapplication_x11.cpp:3501
#39 0x00007ffd16075712 in x11EventSourceDispatch (s=0x1ad9030, callback=<value optimized out>, user_data=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:146
#40 0x00007ffd1224fbce in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#41 0x00007ffd12253598 in ?? () from /lib/libglib-2.0.so.0
#42 0x00007ffd122536c0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#43 0x00007ffd16e4a623 in QEventDispatcherGlib::processEvents (this=0x1a443f0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407
#44 0x00007ffd160752fe in QGuiEventDispatcherGlib::processEvents (this=0x36323d0, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#45 0x00007ffd16e1f972 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#46 0x00007ffd16e1fd4c in QEventLoop::exec (this=0x7fff6dfd83f0, flags=) at kernel/qeventloop.cpp:201
#47 0x00007ffd16e23a8b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#48 0x00007ffd0a836eb2 in kdemain (argc=<value optimized out>, argv=<value optimized out>) at ../../../../plasma/desktop/shell/main.cpp:112
#49 0x0000000000406fb8 in launch (argc=1, _name=<value optimized out>, args=<value optimized out>, cwd=<value optimized out>, envc=0, envs=<value optimized out>, reset_env=false, tty=0x0,
avoid_loops=false, startup_id_str=0x40a4a1 "0") at ../../kinit/kinit.cpp:706
#50 0x0000000000407c70 in handle_launcher_request (sock=8, who=<value optimized out>) at ../../kinit/kinit.cpp:1198
#51 0x0000000000408121 in handle_requests (waitForPid=0) at ../../kinit/kinit.cpp:1391
#52 0x0000000000408dea in main (argc=4, argv=<value optimized out>, envp=<value optimized out>) at ../../kinit/kinit.cpp:1830
The current source language is "auto; currently asm".
The current source language is "auto; currently c".
Report
Emdek
10 years ago
Report
avlas
10 years ago
I will have to wait a bit to test this
Thanks!
Report
Emdek
10 years ago
I'll try to fix this for new releases, this week.
Report
Emdek
10 years ago
2. Try disabling sorting.
Report
avlas
10 years ago
Application: Espai de treball del Plasma (plasma-desktop), signal: Segmentation fault
The current source language is "auto; currently c".
[Current thread is 1 (Thread 0x7f37832ea840 (LWP 13788))]
Thread 2 (Thread 0x7f3760c8e910 (LWP 13791)):
#0 [email protected]@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1 0x00007f377f48767b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x34da578, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2 QWaitCondition::wait (this=<value optimized out>, mutex=0x34da578, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3 0x00007f377c4d23ec in QHostInfoAgent::run (this=0x34da560) at kernel/qhostinfo.cpp:252
#4 0x00007f377f4866c5 in QThreadPrivate::start (arg=0x34da560) at thread/qthread_unix.cpp:244
#5 0x00007f377f1f7a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
#6 0x00007f3782d1d80d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7f37832ea840 (LWP 13788)):
[KCrash Handler]
#5 TaskManager::TaskItem::task (this=0x0) at ../../../libs/taskmanager/taskitem.cpp:110
#6 0x00007f375e47873e in FancyTasks::Task::publishIconGeometry (this=0x38b64a0) at /home/jsardid/Baixades/fancytasks/applet/FancyTasksTask.cpp:132
#7 0x00007f375e44fc1c in FancyTasks::Task::qt_metacall (this=0x38b64a0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff8533b390)
at /home/jsardid/Baixades/fancytasks/build/applet/moc_FancyTasksTask.cpp:106
#8 0x00007f377f58cdc3 in QMetaObject::activate (sender=0x3cdbb60, m=<value optimized out>, local_signal_index=<value optimized out>, argv=0xfffffffffffcfbd0) at kernel/qobject.cpp:3294
#9 0x00007f377f59467f in QSingleShotTimer::timerEvent (this=0x3cdbb60) at kernel/qtimer.cpp:308
#10 0x00007f377f589a33 in QObject::event (this=0x3cdbb60, e=0x7fff8533ba60) at kernel/qobject.cpp:1224
#11 0x00007f377fcc6e8c in QApplicationPrivate::notify_helper (this=0x23e0db0, receiver=0x3cdbb60, e=0x7fff8533ba60) at kernel/qapplication.cpp:4242
#12 0x00007f377fccd48d in QApplication::notify (this=0x23bbbe0, receiver=0x3cdbb60, e=0x7fff8533ba60) at kernel/qapplication.cpp:4125
#13 0x00007f3780e6e1e6 in KApplication::notify (this=0x23bbbe0, receiver=0x3cdbb60, event=0x7fff8533ba60) at ../../kdeui/kernel/kapplication.cpp:302
#14 0x00007f377f57a04c in QCoreApplication::notifyInternal (this=0x23bbbe0, receiver=0x3cdbb60, event=0x7fff8533ba60) at kernel/qcoreapplication.cpp:704
#15 0x00007f377f5a6d52 in QCoreApplication::sendEvent (this=0x23e4320) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#16 QTimerInfoList::activateTimers (this=0x23e4320) at kernel/qeventdispatcher_unix.cpp:603
#17 0x00007f377f5a3958 in timerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:184
#18 idleTimerSourceDispatch (source=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:231
#19 0x00007f3778be7bce in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#20 0x00007f3778beb598 in ?? () from /lib/libglib-2.0.so.0
#21 0x00007f3778beb6c0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#22 0x00007f377f5a3623 in QEventDispatcherGlib::processEvents (this=0x23a14c0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407
#23 0x00007f377fd752fe in QGuiEventDispatcherGlib::processEvents (this=0x7fff8533b290, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#24 0x00007f377f578972 in QEventLoop::processEvents (this=<value optimized out>, flags=) at kernel/qeventloop.cpp:149
#25 0x00007f377f578d4c in QEventLoop::exec (this=0x7fff8533bd00, flags=) at kernel/qeventloop.cpp:201
#26 0x00007f377f57ca8b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#27 0x00007f3782fe7eb2 in kdemain (argc=<value optimized out>, argv=<value optimized out>) at ../../../../plasma/desktop/shell/main.cpp:112
#28 0x00007f3782c5cabd in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized out>, fini=<value optimized out>,
rtld_fini=<value optimized out>, stack_end=0x7fff8533c088) at libc-start.c:220
#29 0x0000000000400689 in _start () at ../sysdeps/x86_64/elf/start.S:113
The current source language is "auto; currently asm".
The current source language is "auto; currently c".
Report