Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436478 - Chromium 22.0.1229.79 returns error code 23, if an chromium window already exists
Summary: Chromium 22.0.1229.79 returns error code 23, if an chromium window already ex...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL: https://code.google.com/p/chromium/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 09:47 UTC by Tim Roes
Modified: 2012-09-28 14:46 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,15.05 KB, text/plain)
2012-09-28 09:47 UTC, Tim Roes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Roes 2012-09-28 09:47:31 UTC
Created attachment 325178 [details]
emerge --info

When you open chromium with an URL as parameter, while another chromium window already exists, the URL will be opened in the existing session and the command will return 23. Since xdg-open consider (rightfully) that everything above 0 is an error, it will try to open the URL in the next browser too (even though it was opened in chromium already). 

If you have no other browser installed (like in my case) it will open two other tabs in chromium, one with 'http' and one with 'file:///example.com/path'. So opening URLs from the very most programs, isn't a pleasure with this bug.

There is also a chromium bug about that: http://code.google.com/p/chromium/issues/detail?id=146762
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-09-28 14:46:37 UTC
Thanks for reporting the bug. I commented upstream.

On the Gentoo side, we'd rather stay as close to upstream as possible.