The same on Ubuntu 14.04
Modification of /usr/bin/xdg-email as described in
http://wiki.ubuntuusers.de/Simple_Scan does not work.
Versions used:
thunderbird 1:24.5.0+build1-0ubuntu0.14.04.1
xdg-utils 1.1.0~rc1-2ubuntu7
--
You received this bug notification because you are a member of Ubuntu
Bug
The desktop environment ist not recognized correctly (I use unity desktop)
I could solve this by modifiying xdg-email method detectDE()
1. sudo gedit /usr/bin/xdg-email
2. go to method detectDE() {
3. insert the follwing two lines before the if-statement
DE=xfce
return
this might not work