JakobDev / io.github.hydrusnetwork.hydrus

Home Page:https://flathub.org/apps/details/io.github.hydrusnetwork.hydrus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass arguments (e.g. change database location)

From shell

flatpak run --command=hydrus_client io.github.hydrusnetwork.hydrus --db_dir=/home/ben/.local/share/hydrus/db

From desktop entry

[Desktop Entry]
[...]
Exec=/usr/bin/flatpak run --command=hydrus_client --file-forwarding io.github.hydrusnetwork.hydrus --db_dir=~/path/to/db  @@u %U @@
[...]