Hacker News new | ask | show | jobs
by yrro 1885 days ago
Then you don't have a program that can handle the URL scheme, at least according to desktop-entry-spec[0], which is the source of data that xdg-utils consults.

[0] https://www.freedesktop.org/wiki/Specifications/desktop-entr...

On my (Debian) system, firefox and chromium ship their .desktop files.

1 comments

nod and the .desktop file is just an INI-style file that one can hand create for anything at all, the launched app just needs to accept the URL as a parameter input as if typed on the CLI for this scheme.