Gustav is correct. Editing the file /usr/bin/xdg-settings as described
in the bug report has fixed the problem for me in 15.10. Perhaps this
will help someone at least eliminate the annoyance for now.

The offending line for me is line #198
command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | cut -d= -f 2- | sed -e 's/ 
.*$//'`"

rectified to:
command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | cut -d= -f 2- | sed -e 's/ 
.*$//' | head -n 1`" 

After making this change, you can set the default browser within the
Chrome settings as Nikita mentioned, and it will succeed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1509139

Title:
  Shows "Chromium isn't your default browser" since 15.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1509139/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to