Tomboy does not start, indicator-application version skew
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-application (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: tomboy
Tomboy does not start: neither at logon (it is set to start automatically in my startup list) or by menu command.
Trying to lauch it from terminal, this is what I get:
_______
Unhandled Exception: System.
at (wrapper managed-to-native) AppIndicator.
at AppIndicator.
at GtkSharp.
at AppIndicator.
--- End of inner exception stack trace ---
at Tomboy.
at Tomboy.
at Tomboy.Tomboy.Main (System.String[] args) [0x00000] in <filename unknown>:0
_______
So it seems to be related to the Indicator applet (I oftenly get indicator-applet crashes at logon in Maverick beta).
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: tomboy 1.3.2-1ubuntu4
ProcVersionSign
Uname: Linux 2.6.35-20-generic i686
Architecture: i386
Date: Sun Sep 12 04:18:02 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
PATH=(custom, no user)
LANG=it_IT.utf8
SHELL=/bin/bash
SourcePackage: tomboy
Related branches
- Indicator Applet Developers: Pending requested
-
Diff: 85 lines (+14/-8)4 files modifiedbindings/mono/ApplicationIndicator.custom (+4/-4)
bindings/mono/Makefile.am (+7/-1)
bindings/mono/app-indicator.sources.xml (+2/-2)
bindings/mono/appindicator-sharp.dll.config.in (+1/-1)
- Ken VanDine: Pending requested
-
Diff: 229 lines (+78/-14)5 files modifiedChangeLog (+24/-0)
configure (+10/-10)
configure.ac (+2/-2)
debian/changelog (+7/-0)
src/application-service-appstore.c (+35/-2)
Tomboy runs fine on a number of my other machines (i686, but as was the initial reporter's machine), but on my main desktop box which has been upgraded since forever (probably warty), I see the same failure. Here are my package versions:
jdub@sliver:~$ dpkg -l | grep libappind 0.1-cil 0.2.8-0ubuntu1 CLI bindings for libappindicator
ii libappindicator
ii libappindicator1 0.2.8-0ubuntu1 Application Indicators
ii python-appindicator 0.2.8-0ubuntu1 Python bindings for libappindicator
Notably, I have libappindicator1 (which unsurprisingly contains the .so.1 library), but the -cil library of the same version is trying to load .so.0. I've done an apt-get install --reinstall just in case it was something to do with .net assembly installation, but it seems not.