You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/faq.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,6 @@ questions:
30
30
Flatpak apps are sandboxed and get their own copy of configuration files. Go to Settings > Connection > Browse... and select your old data file.
31
31
The file picker is aware of Flatpak, and automatically grants Flowkeeper access to selected file outside of its sandbox. By the way, that's why
32
32
all file input boxes are grayed out when we run in a sandbox, as you have to use file pickers.
33
+
- q: My keyboard doesn't work in Flowkeeper on Linux
34
+
a: |
35
+
This happens rarely, and seems to be related to the portable binaries built by PyInstaller. Try another version, e.g. AppImage or Flatpak. If it still doesn't work -- try to install libxcb-cursor0, libxcb-keysyms1 and libxcb-icccm4. If it still doesn't work -- please raise an issue on GitHub.
0 commit comments