Tomboy tries to load fuse module in Jaunty...and can't
Bug #345166 reported by
Martin Jackson
This bug affects 15 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomboy |
Fix Released
|
Low
|
|||
tomboy (Ubuntu) |
Fix Released
|
Medium
|
Ubuntu Desktop Bugs | ||
Jaunty |
Won't Fix
|
Medium
|
Ubuntu Desktop Bugs |
Bug Description
In the new 2.6.28 kernels, fuse is built in instead of a loadable modules (CONFIG_FUSE_FS=y).
When configuring Tomboy to sync over the network, it apparently does lsmod (or its equivalent) and asks to load the fuse module. Since fuse is no longer a module, this fails and so fails to configure network synchronization of notes.
Tomboy should not assume that fuse is a module because it may in fact be built-in to the kernel.
Version tested: 0.14.0-0ubuntu1
Changed in tomboy (Ubuntu): | |
assignee: | nobody → desktop-bugs |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in tomboy: | |
status: | Unknown → Confirmed |
Changed in tomboy: | |
status: | Confirmed → Fix Released |
tags: | added: regression-release |
Changed in tomboy (Ubuntu Jaunty): | |
status: | Triaged → Won't Fix |
Changed in tomboy: | |
importance: | Unknown → Low |
To post a comment you must log in.
I found a bug report upstream that matches this problem: http:// bugzilla. gnome.org/ show_bug. cgi?id= 500524
However, the bug report says that Tomboy still works fine, but from my experience, it indeed fails and refuses to synchronize with the remote system. This is a rather large showstopper in my opinion, now that Ubuntu ships kernels with FUSE integrated by default.