Bug#380284: gnome-control-center: Wrong commandline for Thunderbird

Loïc Minier lool at dooz.org
Fri Aug 18 13:43:02 UTC 2006


tags 380284 + confirmed upstream pending patch
forwarded 380284 http://bugzilla.gnome.org/show_bug.cgi?id=351920
stop

        Hi,

On Sat, Jul 29, 2006, Manuel Bilderbeek wrote:
> When choosing "Thunderbird" from the Preferred Applications dialog's
> "Mail Reader" drop down box, the wrong commandline is put there.
> Wrong: thunderbird -compose %s
> Right: thunderbird %s

 Thanks, I've added the attached patch to the package in our SVN
 repository and it will be part of next uploads.

   Bye,
-- 
Loïc Minier <lool at dooz.org>
-------------- next part --------------
diff -urN control-center-2.14.2.orig/capplets/default-applications/gnome-default-applications.xml.in control-center-2.14.2/capplets/default-applications/gnome-default-applications.xml.in
--- control-center-2.14.2.orig/capplets/default-applications/gnome-default-applications.xml.in	2006-03-28 21:52:57.000000000 +0200
+++ control-center-2.14.2/capplets/default-applications/gnome-default-applications.xml.in	2006-08-18 15:31:30.000000000 +0200
@@ -202,7 +202,7 @@
     <mail-reader>
       <_name>Thunderbird</_name>
       <executable>thunderbird</executable>
-      <command>thunderbird -compose %s</command>
+      <command>thunderbird %s</command>
       <icon-name>thunderbird</icon-name>
       <run-in-terminal>false</run-in-terminal>
     </mail-reader>


More information about the Pkg-gnome-maintainers mailing list