Skip to content

Commit

Permalink
Add Flatpak settings location (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmasterer committed Sep 1, 2024
1 parent d3679f3 commit 13e942e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Frequently-Asked-Questions.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,16 @@ GNU/Linux:
** <code>~/.local/share/qBittorrent/</code>
** <code>~/.local/share/data/qBittorrent/</code> (in case legacy data directory was used)
Linux/Flatpak:
* preferences:
** <code>~/.var/app/org.qbittorrent.qBittorrent/config/qBittorrent/</code>
* .torrent files, logs, etc:
** <code>~/.var/app/org.qbittorrent.qBittorrent/data/qBittorrent/</code>
Linux/SnapStore:
* preferences:
** <code>~/snap/qbittorrent-arnatious/current/.config/qBittorrent/</code>
* .torrent files, logs, etc (This is the standard [https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG] data folder):
* .torrent files, logs, etc:
** <code>~/snap/qbittorrent-arnatious/current/.local/share/data/qBittorrent/</code>
OS X:
Expand Down

0 comments on commit 13e942e

Please sign in to comment.