Appimage could run from USB, but I need to set it executable. Fedora does not let me do that. How to run an application from USB (fedora31) Be it with AppImage or other.
Want to make a portable password manager on USB.
1 Like
GNOME Disks > USB Drive Name > Volumes > Edit Mount Options…
- User Session Defaults: Disable
- Mount options:
...,umask=0
On the other hand, it may be risky to keep application binaries on the removable storage.
1 Like