[PR #4964] [MERGED] qbittorrent.profile: fix data directory location #5314

Closed
opened 2026-05-05 10:36:09 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4964
Author: @avallach2000
Created: 2/20/2022
Status: Merged
Merged: 2/20/2022
Merged by: @netblue30

Base: masterHead: fix-qbittorrent-profile


📝 Commits (2)

  • 43e94f2 qbittorrent.profile: fix data directory location
  • d47c8d9 disable-programs.inc: blacklist new qbittorrent data directory

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 etc/inc/disable-programs.inc (+1 -0)
📝 etc/profile-m-z/qbittorrent.profile (+3 -0)

📄 Description

Since version 4.3.3 qBittorrent switched to new data directory location (~/.local/share/qBittorrent instead of ~/.local/share/data/qBittorrent).
ChangeLog says that legacy 'data' directory is now used only as a fallback. Also, when using current profile the following warning appears on the terminal:

The legacy data directory '/home/avallac_h/.local/share/data/qBittorrent' is used. It is recommended to move its content to '/home/avallac_h/.local/share/qBittorrent'

The proposed pull request should fix this issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/4964 **Author:** [@avallach2000](https://github.com/avallach2000) **Created:** 2/20/2022 **Status:** ✅ Merged **Merged:** 2/20/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `fix-qbittorrent-profile` --- ### 📝 Commits (2) - [`43e94f2`](https://github.com/netblue30/firejail/commit/43e94f2bb52aef3fa2b9389b80035f30be5ca9b2) qbittorrent.profile: fix data directory location - [`d47c8d9`](https://github.com/netblue30/firejail/commit/d47c8d9a0227593fde43efc3da2c4e3e869e10cc) disable-programs.inc: blacklist new qbittorrent data directory ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+1 -0) 📝 `etc/profile-m-z/qbittorrent.profile` (+3 -0) </details> ### 📄 Description Since version 4.3.3 qBittorrent switched to new data directory location (`~/.local/share/qBittorrent` instead of `~/.local/share/data/qBittorrent`). ChangeLog says that legacy 'data' directory is now used only as a fallback. Also, when using current profile the following warning appears on the terminal: ``` The legacy data directory '/home/avallac_h/.local/share/data/qBittorrent' is used. It is recommended to move its content to '/home/avallac_h/.local/share/qBittorrent' ``` The proposed pull request should fix this issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:36:09 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5314
No description provided.