Description of problem: just installed tomboy. there is no applet entry for it, no menu entry for it, nor does it seem to automatically run. I can run it from the command line of course Version-Release number of selected component (if applicable): tomboy-1.3.2-1.fc14.x86_64
*** Bug 648002 has been marked as a duplicate of this bug. ***
There are 2 major problem with current spec and patches: 1. %configure --disable-scrollkeeper shall change to %configure --disable-scrollkeeper --enable-panel-applet=yes since from now on, tomboy did not provide gnome applet by default. 2. gdk_display is deprecated, so a patch is required: --- tomboy-1.3.2/libtomboy/tomboykeybinder.c.original 2010-11-10 16:29:37.8398 24673 -0600 +++ tomboy-1.3.2/libtomboy/tomboykeybinder.c 2010-11-10 16:12:43.740374876 -0 600 @@ -313,7 +313,7 @@ tomboy_keybinder_is_modifier (guint keyc XModifierKeymap *mod_keymap; gboolean retval = FALSE; - mod_keymap = XGetModifierMapping (gdk_display); + mod_keymap = XGetModifierMapping (GDK_DISPLAY_XDISPLAY (gdk_display_get_ default ())); map_size = 8 * mod_keymap->max_keypermod;
Created attachment 459579 [details] patch on tomboykeybinder.c This patch comes from a committment in tomboy development.
Created attachment 459580 [details] tomboy-build patch Another patch, it was in the src.rpm before, the patch in patch is still in tomboy-1.3.1, so I updated it
Created attachment 459581 [details] updated tomboy spec file with gnome applet enabled
If cannot wait, you can try my updated rpm from http://sparc5.homeip.net/tomboy-1.3.2-1.1.fc14.i386.rpm
Any update when this fix will hit the Fedora repositories?
I'm also getting this bug in Fedora 15.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
I think I'll update tomboy to 1.6.0. The patch on tomboykeybinder.c is already upstream. About the applet: Enabling it would only make sense for F14, as F15 has Gnome3. As the .desktop file will be included in the update, that's one entry point, so is the applet still needed? Comments welcome.
It depends on how F15 supports Gnome classic: can users revert to the old Gnome desktop in which case the applet may still be required. I'm also not familiar with how Gnome 3 supports Tomboy: does Gnome 3 still support applets?
(In reply to comment #11) > It depends on how F15 supports Gnome classic: can users revert to the old Gnome > desktop in which case the applet may still be required. The classic mode doesn't support applets, and Gnome simply 2.X isn't present in F15. So, enabling applet support for F15 does not work. > I'm also not familiar with how Gnome 3 supports Tomboy: does Gnome 3 still > support applets? It works fine: When you move the mouse to the bottom right of the screen, you will see the tomboy icon.
tomboy-1.6.0-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/tomboy-1.6.0-1.fc15
tomboy-1.6.0-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/tomboy-1.6.0-1.fc14
Package tomboy-1.6.0-1.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tomboy-1.6.0-1.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/tomboy-1.6.0-1.fc14 then log in and leave karma (feedback).
confirmed on F14. There is a menu entry (under accessories) and the applet does appear on the "add to panel" menu (though I did have to restart gnome-panel first).
Verified latest Tomboy update creates tomboy from applet menu selector and is working, thanks!!!
tomboy-1.6.0-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
tomboy-1.6.0-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.