From bb1bfd05398bdec8b8603d33fdcd08e7d33c3709 Mon Sep 17 00:00:00 2001 From: Oliver-Loeffler Date: Sun, 29 Sep 2024 13:27:25 +0200 Subject: [PATCH] Added requirement of xdg-utils for Linux to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5ac57c91..634b7b4fb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ See the [documentation](http://docs.gluonhq.com/scenebuilder/) about the new fea For community support, go to [StackOverflow](https://stackoverflow.com/questions/tagged/scenebuilder). +### Requirements on Linux ### + +On Linux systems, Scene Builder uses the `xdg-open` to reveal files in the systems default file system browser or to open URLs in the default web browser. Most modern Linux Desktop Environments already provide the [xdg-utils](https://freedesktop.org/wiki/Software/xdg-utils/) package. If it is missing, it can be installed using the respective Linux package management tool such as `yum`, `apt-get`, `dnf` or `pacman`. The `xdg-utils` package is usually available on KDE based systems, some Arch based systems may require manual installations. + ## Issues and Contributions ## Issues can be reported to the [Issue tracker](https://github.com/gluonhq/scenebuilder/issues/)