Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138671 - MOZILLA_NEWTYPE=tab fails with seamokey
Summary: MOZILLA_NEWTYPE=tab fails with seamokey
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-01 01:53 UTC by Michael Hanselmann (hansmi) (RETIRED)
Modified: 2006-12-20 21:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2006-07-01 01:53:26 UTC
When using MOZILLA_NEWTYPE=tab, starting seamonkey causes this error:

$ seamonkey 
/usr/lib/seamonkey/mozilla-xremote-client: Error: Failed to send command: 509 internal error
Browser doesn't understand command

The first instance starts normally, this only happens with the following ones. It isn't too tragic, thus it should hold you off from marking seamonkey stable. I guess not a lot of people use this variable.
Comment 1 Christian Marie (RETIRED) gentoo-dev 2006-12-19 02:51:35 UTC
I can reproduce with seamonkey-1.0.6, this might have something to do with https://bugzilla.mozilla.org/show_bug.cgi?id=349549
Comment 2 Christian Marie (RETIRED) gentoo-dev 2006-12-19 03:07:49 UTC
This seems to be an upstream issue, mozilla-launcher ends up calling:
/usr/lib/seamonkey/mozilla-xremote-client -a seamonkey 'openURL(,new-tab)'
It seems to explode because the URI is not entirely valid, if you feed it a valid URI it will work flawlessly.

breaks - MOZILLA_NEWTYPE=tab seamonkey
breaks - MOZILLA_NEWTYPE=tab seamonkey no-uri.com
works - MOZILLA_NEWTYPE=tab seamonkey http://gentoo.org

works - MOZILLA_NEWTYPE=window seamonkey 
works - MOZILLA_NEWTYPE=window seamonkey no-uri.com
works - MOZILLA_NEWTYPE=window seamonkey http://gentoo.org

This is indeed strange, I'll report it upstream tomorrow most likely.
Comment 3 Christian Marie (RETIRED) gentoo-dev 2006-12-20 21:27:10 UTC
Certainly is an upstream bug, feel free to prod them:
https://bugzilla.mozilla.org/show_bug.cgi?id=349549
Resolving as upstream.