-
Notifications
You must be signed in to change notification settings - Fork 5
Flatpak
Nico Rittstieg edited this page Jan 23, 2021
·
1 revision
https://flathub.org/apps/details/com.github.nrittsti.NTag
flatpak install flathub com.github.nrittsti.NTag
flatpak run com.github.nrittsti.NTag
The configuration files are stored in a different location:
~/.var/app/com.github.nrittsti.NTag/config/ntag
hidpi.config must also be created in that location.
Further informations: https://github.com/flatpak/flatpak/wiki/Filesystem
File System Access is limited to the following locations:
--filesystem=xdg-music
--filesystem=xdg-download
--filesystem=/run/media
--filesystem=/media
You can override these restricted defaults:
flatpak override --filesystem=host com.github.nrittsti.NTag
For example --filesystem
can be one of:
- home
- host
- xdg-desktop
- xdg-documents
- xdg-download
- xdg-music
- xdg-pictures
- xdg-public-share
- an absolute path
- a homedir-relative path
For further informations take a look at the manpage: man flatpak-override
Links cannot be opened in the sandbox.
java.awt.Desktop.getDesktop().browse(uri)
This is probably a Java bug.