GNOME Bugzilla – Bug 545280
Cannot set a custom Mail Reader in Preferred Applications capplet
Last modified: 2008-07-29 12:13:59 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/252253 "gnome-default-applications-properties, aka, "Preferred Applications" is supposed to allow you to set a custom Mail Reader for those like myself that use GMail for all email. However, when I click the drop-down box (which includes "Evolution Mail Reader" and "custom") and choose custom, it flashes the command window very briefly to enabled and then back to disabled immediately, keeping Evolution Mail Reader as the set option. It will not allow me to select custom as an option. As a side note, the custom option under Web Browser is working just fine. Installed: 1:2.23.5-0ubuntu1"
Hi, On my system selecting a custom web browser and media player works fine, but I cannot select any of the other custom options, instead I see behaviour like this. Thanks, James
Hi, Attached is a patch that works for me. The comment gave the clue, but the code didn't match it for some reason. I'm not sure why the media player setting worked though. Thanks, James
Created attachment 115482 [details] [review] Patch to return "" when custom item is selected.
The code was indeed setting ret to "" to be returned, but it was returning NULL after that, so patch committed to trunk