Comment 1 for bug 1822165

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: Steam application links don't work in Chromium Snap

When run from a terminal, the following message gives a clue:

    user-open error: Supplied URL scheme "steam" is not allowed

The xdg-open wrapper in snapd white-lists known URL schemes (https://github.com/snapcore/snapd/blob/master/userd/launcher.go#L60), and "steam" is not one of them.