Michael Telatynski

Results 1303 comments of Michael Telatynski

Sorry, its `/usr/share/applications` - not local.

It should be specified within `$XDG_DATA_DIRS`. The freedesktop specifies the default path for this to be `/usr/local/share/:/usr/share/` which includes `/usr/share/applications` https://specifications.freedesktop.org/basedir-spec/latest/#variables

@JokerGermany thanks, so that confirms that `/usr/share/applications` should be included for `.desktop` entry parsing, do you have `/usr/share/applications/element-desktop.desktop` containing the `MimeType` line?

Okay, so you need to query your system vendor as to why your system is not following freedesktop specification, a `.desktop` file with MimeType `x-scheme-handler` entry is not being respected...

> I think the problem is, that element is not inserted into /usr/share/applications/mimeapps.list 🤔 It shouldn't need to be as per https://specifications.freedesktop.org/mime-apps-spec/latest-single/ Your `$XDG_DATA_DIRS` contains `/usr/share` So as per the...

@ssbarnea that is a different issue which is already fixed on develop.

The LTS notice in the README is in the development, not any requirements section, for runtime realistically we only require Node 18 - we specify this currently only in js-sdk...

vector-im/element-web#3432 has some discussion also