From b8cea0fa59f882e7dfcf59d9f6004624dc14f824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 27 Jun 2024 09:46:57 +0200 Subject: [PATCH] Updated Linux faq with Steam flatpak permissions --- docs/en/shared/linux-faq.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/shared/linux-faq.md b/docs/en/shared/linux-faq.md index 326640bf..27710359 100644 --- a/docs/en/shared/linux-faq.md +++ b/docs/en/shared/linux-faq.md @@ -112,7 +112,7 @@ Then you need to install *libopenal1*. The package name varies between distribut $ apt-get install libopenal-dev ``` -#### Q: Why does the top menu close before I can select something? +#### Q: Why does the top menu close before I can select something? A: This is likely caused by the window manager used (for instance Qtile or i3). This is a [known issue in JavaFX](https://bugs.openjdk.org/browse/JDK-8251240?focusedCommentId=14362084&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14362084) and it can either be solved by setting the `GDK_DISPLAY` environment variable to 1:ยจ @@ -129,3 +129,7 @@ Or by modifying the `Defold/config` file and on the `vmargs` line add `-Djdk.gtk vmargs = -Djdk.gtk.version=2,-Dfile.encoding=UTF-8,... ``` + +#### Q: Why am I not able to browse all available file locations when I select Open From Disk? + +A: If you are running Defold from [Steam using Flatpak](https://flathub.org/apps/com.valvesoftware.Steam) you need to give Steam permission to access your other drives. You can modify the permissions of your Flatpak applications using [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal) or similar tool. \ No newline at end of file