Created attachment 403181 [details] Tasque preferences dialog when evolution-sharp is not installed I am using tasque-0.1.9-2.fc12.i686 on F12 system. In short: tasque RPM is missing dependency on evolution-sharp. If evolution-sharp is not installed tasque will be unable to do anything useful (in my case, sync with RTM, but apparently the problem applies to any task backend). Here's what actually happens: Running tasque output: [Debug]: Tasque remote control active. ** (Tasque:21455): WARNING **: The following assembly referenced from /usr/lib/tasque/Tasque.exe could not be loaded: Assembly: evolution-sharp (assemblyref_index=14) Version: 5.0.0.0 Public Key: c46a23b774189844 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/tasque/). ** (Tasque:21455): WARNING **: Could not load file or assembly 'evolution-sharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c46a23b774189844' or one of its dependencies. ** (Tasque:21455): WARNING **: Could not load file or assembly 'evolution-sharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c46a23b774189844' or one of its dependencies. [Warn]: Exception reading types from assembly 'Tasque, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null': The classes in the module cannot be loaded. [Debug]: Tasque.exe location: /usr/lib/tasque/Tasque.exe [Info]: Searching for Backend DLLs in: /usr/lib/tasque [Info]: Reading /usr/lib/tasque/RtmNet.dll [Debug]: CurrentBackend specified in Preferences: Tasque.Backends.RtmBackend.RtmBackend [Info]: OnPreferences called [Debug]: Loading preferences [Debug]: Called Preferences Init The preferences dialog pops up and the "task management system" list is empty. No RTM tasks are loaded. After installing evolution-sharp (yum install evolution-sharp) the startup is: [Debug]: Tasque remote control active. [Debug]: Found Available Backend: Tasque.Backends.RtmBackend.RtmBackend [Debug]: Found Available Backend: Tasque.Backends.Sqlite.SqliteBackend [Debug]: Found Available Backend: Tasque.Backends.EDS.EDSBackend [Debug]: Tasque.exe location: /usr/lib/tasque/Tasque.exe [Info]: Searching for Backend DLLs in: /usr/lib/tasque [Info]: Reading /usr/lib/tasque/RtmNet.dll [Debug]: Storing 'Tasque.Backends.RtmBackend.RtmBackend' = 'Remember the Milk' [Debug]: Storing 'Tasque.Backends.Sqlite.SqliteBackend' = 'Local File' [Debug]: Storing 'Tasque.Backends.EDS.EDSBackend' = 'Evolution Data Server' [Debug]: CurrentBackend specified in Preferences: Tasque.Backends.RtmBackend.RtmBackend [Info]: Using backend: Remember the Milk (Tasque.Backends.RtmBackend.RtmBackend) [Debug]: Found AuthToken, checking credentials... [Debug]: RTM Auth Token is valid! [Debug]: Setting configured status to true [Debug]: ThreadState: Unstarted [Debug]: Configuration status: True [Debug]: RtmBackend.UpdateCategories was called [Debug]: RtmBackend.UpdateCategories is done [Debug]: RtmBackend.UpdateTasks was called [Debug]: RtmBackend.UpdateTasks is done [Debug]: Backend sync finished [Debug]: Backend sync finished and RTM tasks are loaded and tasque works fine again.
Oops, my original search didn't show up closed bugs. This is apparently duplicate of Bug 574126. *** This bug has been marked as a duplicate of bug 574126 ***