mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5496] [MERGED] kcalc.profile: fix mkfile without mkdir & comment legacy paths #5515
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5515
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5496
Author: @kmk3
Created: 12/1/2022
Status: ✅ Merged
Merged: 12/8/2022
Merged by: @kmk3
Base:
master← Head:kcalc-fix-mkfile📝 Commits (2)
9b87289kcalc.profile: fix mkfile without mkdirf6360fckcalc.profile: stop creating legacy KDE paths📊 Changes
1 file changed (+6 additions, -2 deletions)
View changed files
📝
etc/profile-a-l/kcalc.profile(+6 -2)📄 Description
kcalc.profile: fix mkfile without mkdir
firejail may fail to create the following files:
Because it does not create the preceding directories beforehand:
kcalc.profile: stop creating legacy KDE paths
Leave them commented.
With this commit, there are no more profiles creating paths in ~/.kde
nor in ~/.kde4:
Relates to #5415.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.