Currently, open_kde() searchs "thunderbird" only in the profile called "Default", but on localized KDE, the profile name "Default" is often translated; e.g. in french it is called "Par défaut". In these cases, Thunderbird is not detected and run_thunderbird() is not used, so that email attachments for Thunderbird doesn't work. e.g. file emaildefaults on french KDE4 cat emaildefaults [Defaults] Profile=Par défaut [PROFILE_Par défaut] EmailAddress= EmailClient[$e]=mozilla-thunderbird FullName= Organization= ReplyAddr= ServerType= TerminalClient=false The patch in attachment fixes this issue.
Created attachment 40399 [details] [review] use the correct profile name when it is not called "Default"
Patch looks good, committed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.