[PR #5415] [MERGED] ktorrent.profile: fix mkfile without mkdir & comment legacy paths #5484

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5415
Author: @kmk3
Created: 10/11/2022
Status: Merged
Merged: 11/25/2022
Merged by: @netblue30

Base: masterHead: ktorrent-fix-mkfile


📝 Commits (3)

  • 7f1906d ktorrent.profile: fix mkfile without mkdir
  • 3ef0302 ktorrent.profile: stop creating legacy KDE paths
  • 72b662f ktorrent.profile: add missing private-bin paths

📊 Changes

1 file changed (+9 additions, -5 deletions)

View changed files

📝 etc/profile-a-l/ktorrent.profile (+9 -5)

📄 Description

firejail fails to create the following files:

  • ~/.kde/share/config/ktorrentrc
  • ~/.kde4/share/config/ktorrentrc

Because it does not create the preceding directories beforehand:

  • ~/.kde/share/config
  • ~/.kde4/share/config

Relates to #5414.


🔄 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/5415 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 10/11/2022 **Status:** ✅ Merged **Merged:** 11/25/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `ktorrent-fix-mkfile` --- ### 📝 Commits (3) - [`7f1906d`](https://github.com/netblue30/firejail/commit/7f1906dba7ba7c33cadb5af4a08f48cb47370b1d) ktorrent.profile: fix mkfile without mkdir - [`3ef0302`](https://github.com/netblue30/firejail/commit/3ef030257556f78cc55bc226999a7162e597948c) ktorrent.profile: stop creating legacy KDE paths - [`72b662f`](https://github.com/netblue30/firejail/commit/72b662fa68efd730c8f9d2f893eb6ba5e34bb5a8) ktorrent.profile: add missing private-bin paths ### 📊 Changes **1 file changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/ktorrent.profile` (+9 -5) </details> ### 📄 Description firejail fails to create the following files: * ~/.kde/share/config/ktorrentrc * ~/.kde4/share/config/ktorrentrc Because it does not create the preceding directories beforehand: * ~/.kde/share/config * ~/.kde4/share/config Relates to #5414. --- <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:39:16 -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#5484
No description provided.