<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Remember the milk plasmoid in playground</title>
	<atom:link href="http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/</link>
	<description>Climb On</description>
	<lastBuildDate>Wed, 02 Jun 2010 20:45:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-7133</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-7133</guid>
		<description>@genu

This is in KDE&#039;s playground. Playground is an area for software in active development, not for release-quality material. There are not binaries available because the projects in playground change often, sometimes daily or more than daily.

At the moment I&#039;m reworking something called the library API, it&#039;s the interface in which the plasmoid talks to the library. I&#039;m not done with this and hence, you will NOT be able to build the plasmoid and probably not even the dataengine at the moment.

If you are really looking to get a working build now, you need to use svn revision 954594 or below. Alternatively, there are some people that build and package binaries for experimental software. I know there is at least one on launchpad (Ubuntu/Kubuntu) and one for Arch Linux. Try googling for these. 

Honestly that&#039;s all I can say for you now, it&#039;s not supposed to be finished, feature complete, or even usable at the moment.</description>
		<content:encoded><![CDATA[<p>@genu</p>
<p>This is in KDE&#8217;s playground. Playground is an area for software in active development, not for release-quality material. There are not binaries available because the projects in playground change often, sometimes daily or more than daily.</p>
<p>At the moment I&#8217;m reworking something called the library API, it&#8217;s the interface in which the plasmoid talks to the library. I&#8217;m not done with this and hence, you will NOT be able to build the plasmoid and probably not even the dataengine at the moment.</p>
<p>If you are really looking to get a working build now, you need to use svn revision 954594 or below. Alternatively, there are some people that build and package binaries for experimental software. I know there is at least one on launchpad (Ubuntu/Kubuntu) and one for Arch Linux. Try googling for these. </p>
<p>Honestly that&#8217;s all I can say for you now, it&#8217;s not supposed to be finished, feature complete, or even usable at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genu</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-7129</link>
		<dc:creator>genu</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-7129</guid>
		<description>I cannot get this to &quot;build&quot; I get errors which I don&#039;t know what they mean:

here is one: http://pastebin.com/f7202825e

it would be better (i think) if there wre binaries available or precompiled stuff for less less linux savvy users like myself. I&#039;ve spend 2 hours trying to figure out how to bulid the librtm, and then I couldn&#039;t build rtm-dataengine becaue the error above...biulding the plasmoid failed as well..


I&#039;m runing kubuntu (latest)</description>
		<content:encoded><![CDATA[<p>I cannot get this to &#8220;build&#8221; I get errors which I don&#8217;t know what they mean:</p>
<p>here is one: <a href="http://pastebin.com/f7202825e" rel="nofollow">http://pastebin.com/f7202825e</a></p>
<p>it would be better (i think) if there wre binaries available or precompiled stuff for less less linux savvy users like myself. I&#8217;ve spend 2 hours trying to figure out how to bulid the librtm, and then I couldn&#8217;t build rtm-dataengine becaue the error above&#8230;biulding the plasmoid failed as well..</p>
<p>I&#8217;m runing kubuntu (latest)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazzon</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6740</link>
		<dc:creator>jazzon</dc:creator>
		<pubDate>Wed, 15 Apr 2009 09:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-6740</guid>
		<description>FindRTM.cmake exist in /usr/local/share/apps/cmake/modules/ and contains:

&lt;code&gt;
FIND_PATH(RTM_INCLUDE_DIR rtm/rtm.h)

SET(RTM_NAMES ${RTM_NAMES} rtm)
FIND_LIBRARY(RTM_LIBRARY NAMES ${RTM_NAMES})

# handle the QUIETLY and REQUIRED arguments and set RTM_FOUND to TRUE if 
# all listed variables are TRUE

INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(RTM DEFAULT_MSG RTM_LIBRARY RTM_INCLUDE_DIR)

MARK_AS_ADVANCED(RTM_INCLUDE_DIR RTM_LIBRARY ) &lt;/code&gt;

I deleted /usr/local/include/rtm directory and reinstalled librtm and rtmdataengine but it didn&#039;t help. Still the same error ...</description>
		<content:encoded><![CDATA[<p>FindRTM.cmake exist in /usr/local/share/apps/cmake/modules/ and contains:</p>
<p><code><br />
FIND_PATH(RTM_INCLUDE_DIR rtm/rtm.h)</p>
<p>SET(RTM_NAMES ${RTM_NAMES} rtm)<br />
FIND_LIBRARY(RTM_LIBRARY NAMES ${RTM_NAMES})</p>
<p># handle the QUIETLY and REQUIRED arguments and set RTM_FOUND to TRUE if<br />
# all listed variables are TRUE</p>
<p>INCLUDE(FindPackageHandleStandardArgs)<br />
FIND_PACKAGE_HANDLE_STANDARD_ARGS(RTM DEFAULT_MSG RTM_LIBRARY RTM_INCLUDE_DIR)</p>
<p>MARK_AS_ADVANCED(RTM_INCLUDE_DIR RTM_LIBRARY ) </code></p>
<p>I deleted /usr/local/include/rtm directory and reinstalled librtm and rtmdataengine but it didn&#8217;t help. Still the same error &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6697</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-6697</guid>
		<description>His issue ended up being that my blog mangled something relating to -DCMAKE_INSTALL_PREFIX and his files ended up in /include, etc... Assuming your install prefix is /usr/local (which btw is the default, you don&#039;t have to specify it), check that you do have a /usr/local/share/apps/cmake/modules/FindRTM.cmake and that it isn&#039;t empty. I hope this helps.

Also note that I made some serious changes to the library, so it might be best to blow away /usr/local/include/rtm and reinstall the library.</description>
		<content:encoded><![CDATA[<p>His issue ended up being that my blog mangled something relating to -DCMAKE_INSTALL_PREFIX and his files ended up in /include, etc&#8230; Assuming your install prefix is /usr/local (which btw is the default, you don&#8217;t have to specify it), check that you do have a /usr/local/share/apps/cmake/modules/FindRTM.cmake and that it isn&#8217;t empty. I hope this helps.</p>
<p>Also note that I made some serious changes to the library, so it might be best to blow away /usr/local/include/rtm and reinstall the library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazzon</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-6681</link>
		<dc:creator>jazzon</dc:creator>
		<pubDate>Tue, 14 Apr 2009 09:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-6681</guid>
		<description>I tried to update rtm plasmoid and it seems theat I&#039;ve got the same problem that Tom Chance before building plasmoid:


&lt;code&gt; CMake Error at CMakeLists.txt:7 (find_package):
  Could not find module FindRTM.cmake or a configuration file for package
  RTM.

  Adjust CMAKE_MODULE_PATH to find FindRTM.cmake or set RTM_DIR to the
  directory containing a CMake configuration file for RTM.  The file will
  have one of the following names:

    RTMConfig.cmake
    rtm-config.cmake &lt;/code&gt;


Setting  

export CMAKE_MODULE_PATH=/usr/local/share/apps/cmake/modules

does not help. 

 I have specified the same -DCMAKE_INSTALL_PREFIX for both librtm and the dataengine/plasmoid - for shure.</description>
		<content:encoded><![CDATA[<p>I tried to update rtm plasmoid and it seems theat I&#8217;ve got the same problem that Tom Chance before building plasmoid:</p>
<p><code> CMake Error at CMakeLists.txt:7 (find_package):<br />
  Could not find module FindRTM.cmake or a configuration file for package<br />
  RTM.</p>
<p>  Adjust CMAKE_MODULE_PATH to find FindRTM.cmake or set RTM_DIR to the<br />
  directory containing a CMake configuration file for RTM.  The file will<br />
  have one of the following names:</p>
<p>    RTMConfig.cmake<br />
    rtm-config.cmake </code></p>
<p>Setting  </p>
<p>export CMAKE_MODULE_PATH=/usr/local/share/apps/cmake/modules</p>
<p>does not help. </p>
<p> I have specified the same -DCMAKE_INSTALL_PREFIX for both librtm and the dataengine/plasmoid &#8211; for shure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric H.</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-5122</link>
		<dc:creator>Eric H.</dc:creator>
		<pubDate>Mon, 16 Mar 2009 04:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-5122</guid>
		<description>This is a great little plasmoid.  Thanks a lot of creating it.</description>
		<content:encoded><![CDATA[<p>This is a great little plasmoid.  Thanks a lot of creating it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4888</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-4888</guid>
		<description>Weird, not sure why websvn would be freaking out. You should be able to just &quot;svn up&quot; for librtm. You can then build and install it as normal. You shouldn&#039;t have to remove your build directory, so it&#039;ll be quick.

(This link should work better: http://websvn.kde.org/?view=rev&amp;revision=935559 )</description>
		<content:encoded><![CDATA[<p>Weird, not sure why websvn would be freaking out. You should be able to just &#8220;svn up&#8221; for librtm. You can then build and install it as normal. You shouldn&#8217;t have to remove your build directory, so it&#8217;ll be quick.</p>
<p>(This link should work better: <a href="http://websvn.kde.org/?view=rev&#038;revision=935559" rel="nofollow">http://websvn.kde.org/?view=rev&#038;revision=935559</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazzon</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4818</link>
		<dc:creator>jazzon</dc:creator>
		<pubDate>Sun, 08 Mar 2009 17:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-4818</guid>
		<description>Thanks, but the link seems to be dead. Could you explain to me what exactly should I do to fix this problem?</description>
		<content:encoded><![CDATA[<p>Thanks, but the link seems to be dead. Could you explain to me what exactly should I do to fix this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astromme</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4693</link>
		<dc:creator>astromme</dc:creator>
		<pubDate>Thu, 05 Mar 2009 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-4693</guid>
		<description>Thanks for the backtrace. Looks like the auth object isn&#039;t always initialized when there is a valid token. Fix in rev 935559:

http://websvn.kde.org:80/trunk/?view=log&amp;pathrev=935559</description>
		<content:encoded><![CDATA[<p>Thanks for the backtrace. Looks like the auth object isn&#8217;t always initialized when there is a valid token. Fix in rev 935559:</p>
<p><a href="http://websvn.kde.org:80/trunk/?view=log&#038;pathrev=935559" rel="nofollow">http://websvn.kde.org:80/trunk/?view=log&#038;pathrev=935559</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazzon</title>
		<link>http://blog.chatonka.com/2009/01/remember-the-milk-plasmoid-in-playground/comment-page-1/#comment-4690</link>
		<dc:creator>jazzon</dc:creator>
		<pubDate>Thu, 05 Mar 2009 15:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chatonka.com/?p=127#comment-4690</guid>
		<description>Works great till logout.  When I log out, in most cases plasma crashes and all plasmoids appears in random positions. This happen when I run configured RTM plasmoid, it doesn&#039;t happen when running RTM without authorisation ( with &quot;confiugrue&quot; button only).  I&#039;ll be greatfull for any suggestion. Here&#039;s crash report, plasma crashes also when I quit RTM plasmoid manually : 

&lt;code&gt; Program: Przestrzeń robocza Plazmy (plasma), sygnał SIGSEGV
0x00007f36b259b6e1 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 11254)]

Thread 4 (Thread 0x42727950 (LWP 11259)):
#0  0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#2  0x00007f36b671a29c in ?? () from /usr/lib/libQtNetwork.so.4
#3  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#4  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#5  0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 3 (Thread 0x40ff0950 (LWP 11265)):
#0  0x00007f36b25d24b2 in select () from /lib/libc.so.6
#1  0x00007f36b3144006 in ?? () from /usr/lib/libQtCore.so.4
#2  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#3  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#4  0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x41be4950 (LWP 11276)):
#0  0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#2  0x00007f36995d8ef0 in ?? () from /usr/lib/kde4/plasma_wallpaper_image.so
#3  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4
#4  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0
#5  0x00007f36b25d9cbd in clone () from /lib/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f36b7aac730 (LWP 11254)):
[KCrash Handler]
#5  0x00007f36b3163a01 in QCoreApplication::postEvent () from /usr/lib/libQtCore.so.4
#6  0x00007f3698d30060 in ~Session (this=0x1879ec0) at /home/dariusz/librtm/rtm.cpp:198
#7  0x00007f36b3172dc5 in QObject::event () from /usr/lib/libQtCore.so.4
#8  0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#9  0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#10 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#11 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#12 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#13 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4
#14 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#16 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#17 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#18 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#19 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4
#20 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84
#21 0x00007f3697272c7d in TaskSource::update (this=0x1877a10) at /usr/local/include/rtm/rtm.h:46
#22 0x00007f36972720f5 in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:100
#23 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73
#24 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3
#25 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3
#26 0x00007f3698f57193 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=, data=@0x192e140) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:206
#27 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe3a90)
    at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83
#28 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#29 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3
#30 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3
#31 0x00007f3697275af8 in ListSource::listsChanged (this=) at /home/dariusz/rtm-dataengine/listsource.cpp:52
#32 0x00007f3697275cad in ListSource::qt_metacall (this=0x1c43530, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=) at /home/dariusz/rtm-dataengine/listsource.moc:67
#33 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#34 0x00007f3698d30d22 in RTM::Session::listUpdate (this=0x1879ec0, reply=) at /home/dariusz/librtm/rtm.cpp:185
#35 0x00007f3698d335f7 in RTM::Session::qt_metacall (this=0x1879ec0, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe41f0) at /home/dariusz/librtm/rtm.moc:93
#36 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#37 0x00007f3698d3435f in RTM::Request::replyReceived (this=0x4c002f00530055, _t1=0x1e067a0) at /home/dariusz/librtm/rtmrequest.moc:81
#38 0x00007f3698d343d1 in RTM::Request::qt_metacall (this=0x1997ca0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffbfbe4320) at /home/dariusz/librtm/rtmrequest.moc:70
#39 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#40 0x00007f36b66f4c12 in QNetworkAccessManager::finished () from /usr/lib/libQtNetwork.so.4
#41 0x00007f36b66f5049 in QNetworkAccessManager::qt_metacall () from /usr/lib/libQtNetwork.so.4
#42 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#43 0x00007f36b670ce15 in ?? () from /usr/lib/libQtNetwork.so.4
#44 0x00007f36b6700758 in ?? () from /usr/lib/libQtNetwork.so.4
#45 0x00007f36b670c501 in ?? () from /usr/lib/libQtNetwork.so.4
#46 0x00007f36b670c591 in ?? () from /usr/lib/libQtNetwork.so.4
#47 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#48 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#49 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#50 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#51 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#52 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4
#53 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#54 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#55 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#56 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#57 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#58 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4
#59 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84
#60 0x00007f369727579d in ListSource::update (this=0x1c43530) at /usr/local/include/rtm/rtm.h:46
#61 0x00007f369727215d in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:111
#62 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73
#63 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3
#64 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3
#65 0x00007f3698f57622 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=@0x7fffbfbe57b0, data=@0x1bf9430) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:192
#66 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe5700)
    at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83
#67 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#68 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3
#69 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3
#70 0x00007f36b74250e3 in Plasma::DataEngine::scheduleSourcesUpdated () from /usr/lib/libplasma.so.3
#71 0x00007f36b7425560 in Plasma::DataEngine::qt_metacall () from /usr/lib/libplasma.so.3
#72 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#73 0x00007f36b3172a43 in QObject::event () from /usr/lib/libQtCore.so.4
#74 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#75 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4
#76 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5
#77 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#78 0x00007f36b318fab6 in ?? () from /usr/lib/libQtCore.so.4
#79 0x00007f36b318c1fd in ?? () from /usr/lib/libQtCore.so.4
#80 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#81 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0
#82 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#83 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#84 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4
#85 0x00007f36b3162682 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#86 0x00007f36b316280d in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#87 0x00007f36b3164cbd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#88 0x00007f36b7784d6b in kdemain () from /usr/lib/libkdeinit4_plasma.so
#89 0x00007f36b2511466 in __libc_start_main () from /lib/libc.so.6
#90 0x00000000004007c9 in _start () &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Works great till logout.  When I log out, in most cases plasma crashes and all plasmoids appears in random positions. This happen when I run configured RTM plasmoid, it doesn&#8217;t happen when running RTM without authorisation ( with &#8220;confiugrue&#8221; button only).  I&#8217;ll be greatfull for any suggestion. Here&#8217;s crash report, plasma crashes also when I quit RTM plasmoid manually : </p>
<p><code> Program: Przestrzeń robocza Plazmy (plasma), sygnał SIGSEGV<br />
0x00007f36b259b6e1 in nanosleep () from /lib/libc.so.6<br />
[Current thread is 0 (LWP 11254)]</p>
<p>Thread 4 (Thread 0x42727950 (LWP 11259)):<br />
#0  0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0<br />
#1  0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4<br />
#2  0x00007f36b671a29c in ?? () from /usr/lib/libQtNetwork.so.4<br />
#3  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4<br />
#4  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0<br />
#5  0x00007f36b25d9cbd in clone () from /lib/libc.so.6<br />
#6  0x0000000000000000 in ?? ()</p>
<p>Thread 3 (Thread 0x40ff0950 (LWP 11265)):<br />
#0  0x00007f36b25d24b2 in select () from /lib/libc.so.6<br />
#1  0x00007f36b3144006 in ?? () from /usr/lib/libQtCore.so.4<br />
#2  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4<br />
#3  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0<br />
#4  0x00007f36b25d9cbd in clone () from /lib/libc.so.6<br />
#5  0x0000000000000000 in ?? ()</p>
<p>Thread 2 (Thread 0x41be4950 (LWP 11276)):<br />
#0  0x00007f36b00c32d9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0<br />
#1  0x00007f36b307c349 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4<br />
#2  0x00007f36995d8ef0 in ?? () from /usr/lib/kde4/plasma_wallpaper_image.so<br />
#3  0x00007f36b307b362 in ?? () from /usr/lib/libQtCore.so.4<br />
#4  0x00007f36b00bf3ea in start_thread () from /lib/libpthread.so.0<br />
#5  0x00007f36b25d9cbd in clone () from /lib/libc.so.6<br />
#6  0x0000000000000000 in ?? ()</p>
<p>Thread 1 (Thread 0x7f36b7aac730 (LWP 11254)):<br />
[KCrash Handler]<br />
#5  0x00007f36b3163a01 in QCoreApplication::postEvent () from /usr/lib/libQtCore.so.4<br />
#6  0x00007f3698d30060 in ~Session (this=0x1879ec0) at /home/dariusz/librtm/rtm.cpp:198<br />
#7  0x00007f36b3172dc5 in QObject::event () from /usr/lib/libQtCore.so.4<br />
#8  0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4<br />
#9  0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4<br />
#10 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5<br />
#11 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4<br />
#12 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4<br />
#13 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4<br />
#14 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0<br />
#15 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0<br />
#16 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0<br />
#17 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4<br />
#18 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4<br />
#19 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4<br />
#20 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84<br />
#21 0x00007f3697272c7d in TaskSource::update (this=0x1877a10) at /usr/local/include/rtm/rtm.h:46<br />
#22 0x00007f36972720f5 in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:100<br />
#23 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe38a0) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73<br />
#24 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3<br />
#25 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3<br />
#26 0x00007f3698f57193 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=, data=@0x192e140) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:206<br />
#27 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe3a90)<br />
    at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83<br />
#28 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#29 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3<br />
#30 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3<br />
#31 0x00007f3697275af8 in ListSource::listsChanged (this=) at /home/dariusz/rtm-dataengine/listsource.cpp:52<br />
#32 0x00007f3697275cad in ListSource::qt_metacall (this=0x1c43530, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=) at /home/dariusz/rtm-dataengine/listsource.moc:67<br />
#33 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#34 0x00007f3698d30d22 in RTM::Session::listUpdate (this=0x1879ec0, reply=) at /home/dariusz/librtm/rtm.cpp:185<br />
#35 0x00007f3698d335f7 in RTM::Session::qt_metacall (this=0x1879ec0, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe41f0) at /home/dariusz/librtm/rtm.moc:93<br />
#36 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#37 0x00007f3698d3435f in RTM::Request::replyReceived (this=0x4c002f00530055, _t1=0x1e067a0) at /home/dariusz/librtm/rtmrequest.moc:81<br />
#38 0x00007f3698d343d1 in RTM::Request::qt_metacall (this=0x1997ca0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffbfbe4320) at /home/dariusz/librtm/rtmrequest.moc:70<br />
#39 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#40 0x00007f36b66f4c12 in QNetworkAccessManager::finished () from /usr/lib/libQtNetwork.so.4<br />
#41 0x00007f36b66f5049 in QNetworkAccessManager::qt_metacall () from /usr/lib/libQtNetwork.so.4<br />
#42 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#43 0x00007f36b670ce15 in ?? () from /usr/lib/libQtNetwork.so.4<br />
#44 0x00007f36b6700758 in ?? () from /usr/lib/libQtNetwork.so.4<br />
#45 0x00007f36b670c501 in ?? () from /usr/lib/libQtNetwork.so.4<br />
#46 0x00007f36b670c591 in ?? () from /usr/lib/libQtNetwork.so.4<br />
#47 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4<br />
#48 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4<br />
#49 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5<br />
#50 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4<br />
#51 0x00007f36b31649fa in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4<br />
#52 0x00007f36b318c4d3 in ?? () from /usr/lib/libQtCore.so.4<br />
#53 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0<br />
#54 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0<br />
#55 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0<br />
#56 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4<br />
#57 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4<br />
#58 0x00007f36b3164e29 in QCoreApplication::processEvents () from /usr/lib/libQtCore.so.4<br />
#59 0x00007f3698d32731 in RTM::Session::checkToken (this=) at /home/dariusz/librtm/rtm.cpp:84<br />
#60 0x00007f369727579d in ListSource::update (this=0x1c43530) at /usr/local/include/rtm/rtm.h:46<br />
#61 0x00007f369727215d in RtmEngine::updateSourceEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:111<br />
#62 0x00007f3697271505 in RtmEngine::sourceRequestEvent (this=0x1888fe0, name=@0x7fffbfbe5550) at /home/dariusz/rtm-dataengine/rtmengine.cpp:73<br />
#63 0x00007f36b742417d in ?? () from /usr/lib/libplasma.so.3<br />
#64 0x00007f36b74241f1 in Plasma::DataEngine::connectSource () from /usr/lib/libplasma.so.3<br />
#65 0x00007f3698f57622 in StructurePlasmoid::dataUpdated (this=0x13efb60, source=@0x7fffbfbe57b0, data=@0x1bf9430) at /home/dariusz/Download/rememberthemilk/structure-plasmoid.cpp:192<br />
#66 0x00007f3698f58ad0 in StructurePlasmoid::qt_metacall (this=0x13efb60, _c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbfbe5700)<br />
    at /home/dariusz/Download/rememberthemilk/structure-plasmoid.moc:83<br />
#67 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#68 0x00007f36b74214f7 in Plasma::DataContainer::dataUpdated () from /usr/lib/libplasma.so.3<br />
#69 0x00007f36b7421651 in Plasma::DataContainer::checkForUpdate () from /usr/lib/libplasma.so.3<br />
#70 0x00007f36b74250e3 in Plasma::DataEngine::scheduleSourcesUpdated () from /usr/lib/libplasma.so.3<br />
#71 0x00007f36b7425560 in Plasma::DataEngine::qt_metacall () from /usr/lib/libplasma.so.3<br />
#72 0x00007f36b3178134 in QMetaObject::activate () from /usr/lib/libQtCore.so.4<br />
#73 0x00007f36b3172a43 in QObject::event () from /usr/lib/libQtCore.so.4<br />
#74 0x00007f36b3887c3d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4<br />
#75 0x00007f36b388f9ba in QApplication::notify () from /usr/lib/libQtGui.so.4<br />
#76 0x00007f36b5e5b5db in KApplication::notify () from /usr/lib/libkdeui.so.5<br />
#77 0x00007f36b3163d61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4<br />
#78 0x00007f36b318fab6 in ?? () from /usr/lib/libQtCore.so.4<br />
#79 0x00007f36b318c1fd in ?? () from /usr/lib/libQtCore.so.4<br />
#80 0x00007f36ae6ddd3b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0<br />
#81 0x00007f36ae6e150d in ?? () from /usr/lib/libglib-2.0.so.0<br />
#82 0x00007f36ae6e16cb in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0<br />
#83 0x00007f36b318c15f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4<br />
#84 0x00007f36b3919a6f in ?? () from /usr/lib/libQtGui.so.4<br />
#85 0x00007f36b3162682 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4<br />
#86 0x00007f36b316280d in QEventLoop::exec () from /usr/lib/libQtCore.so.4<br />
#87 0x00007f36b3164cbd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4<br />
#88 0x00007f36b7784d6b in kdemain () from /usr/lib/libkdeinit4_plasma.so<br />
#89 0x00007f36b2511466 in __libc_start_main () from /lib/libc.so.6<br />
#90 0x00000000004007c9 in _start () </code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
