Doesn't work right with Gnome "preferred applications"

Bug #20664 reported by Christian Holtje
6
Affects Status Importance Assigned to Milestone
mozilla-thunderbird (Ubuntu)
Fix Released
Medium
Tollef Fog Heen

Bug Description

When I set gnome to use thunderbird as it's preferred mail application (via
System->Preferences->Preferred Application) it doesn't work. It pops up the
"Choose a Profile" dialog box instead of a compose window.

I found a script to do it and I rewrote it to work right with Ubuntu (see
comment for the original source).
#!/bin/sh
#
#script author: asterix
#http://forums.mozillazine.org/viewtopic.php?p=136157#136157
#Customized for Ubuntu by docwhat

if [ $(ps aux | grep thunderbird | wc -l) -gt 4 ]; then
    mozilla-thunderbird -remote "mailto($1?subject=$2)"
else
    mozilla-thunderbird -P default -compose mailto:$1?subject=$2;fi

Revision history for this message
Tollef Fog Heen (tfheen) wrote :

This was fixed in an upload yesterday.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.