Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 436478

Summary: Chromium 22.0.1229.79 returns error code 23, if an chromium window already exists
Product: Gentoo Linux Reporter: Tim Roes <mail>
Component: Current packagesAssignee: Chromium Project <chromium>
Status: RESOLVED UPSTREAM    
Severity: normal CC: mail
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://code.google.com/p/chromium/issues/detail?id=146842
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

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.