Flatpak - nrittsti/ntag GitHub Wiki

https://flathub.org/apps/details/com.github.nrittsti.NTag

Installation

flatpak install flathub com.github.nrittsti.NTag

Running

flatpak run com.github.nrittsti.NTag

Config files

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

Known limitations

Files System Access

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

Links cannot be opened in the sandbox.

java.awt.Desktop.getDesktop().browse(uri)

This is probably a Java bug.