On 11/27/2010 02:18 AM, Jens Hatlak wrote: > NoOp wrote: >> Found it. I just loaded up a test Ubuntu 10.10 with the default >> /usr/share/gnome-control-center/gnome-default-applications.xml >> showing: >> SeaMonkey: >> <executable>seamonkey</executable> >> <command>seamonkey -mail %s</command> >> <icon-name>seamonkey</icon-name> >> <run-in-terminal>false</run-in-terminal> >>(...) >> So the issue appears to be related to >> /usr/share/gnome-control-center/gnome-default-applications.xml. Now, the >> question is: where did gnome get those settings from? Mozilla, old Gnome >> files, etc? > > gnome-default-applications.xml is part of Ubuntu package capplets-data > [1]. Inspecting that file shows that it indeed contains -mail in the > command for both SeaMonkey and Iceape (the Debian-branded version of > SeaMonkey), even for the latest Ubuntu version (Maverick). And looking > at [2] I guess OpenSUSE is affected, too (package control-center2). To > solve the issues, bugs should be filed in the affected distributions' > bug trackers.
Thanks! I'll file a bug for Ubuntu at: https://launchpad.net/ubuntu/+source/gnome-control-center https://bugs.launchpad.net/ubuntu/+source/gnome-control-center (capplets-data is part of that package & I see the '-mail %s' is also still in the Natty capplets-data gnome-default-applications.xml .deb). http://packages.ubuntu.com/natty/capplets-data > > The question is whether calling SeaMonkey like Thunderbird in the > mail-reader case, i.e. without an extra "-mail" or "-compose", would > produce a useful result. Using 'seamonkey %s' works. However, for the bug report I'll recommend '-compose %s' instead. Unfortunately, the https://developer.mozilla.org/en/Command_Line_Options doesn't provide much info, and the syntax rules (https://developer.mozilla.org/en/Command_Line_Options#Syntax_Rules) appear to not to be correct/complete for SeaMonkey. > > [1]: Use <http://packages.ubuntu.com/#search_contents> > [2]: <http://lists.opensuse.org/opensuse-commit/2007-04/msg00087.html> Thanks for those, particularly the opensuse link. I'll see if I can find a similar for Debian/Ubuntu. > > HTH It does indeed - thanks Jens. Gary Added note: Looking at the SeaMonkey source files I find multiple files still contain references to Thunderbird, example: /seamonkey210source/comm-1.9.1/mail/app-config.mk <quote> MOZ_THUNDERBIRD = 1 DEFINES += -DMOZ_THUNDERBIRD=1 </quote> and <quote> # Non-mac options PROGRAM = ../../../$(DIST)/bin/thunderbird$(BIN_SUFFIX) </quote> in the build.mk file in the same folder. Is this normal? _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

