mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3551] private-tmp in meld breaks diff view #2231
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#2231
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?
Originally created by @bbhtt on GitHub (Jul 26, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3551
Firejail 0.9.62,0.9.63Meld 3.20.2Seems like files are sourced from
/tmpandprivate-tmpis creating problems in the diff view: https://imgur.com/SlIahe8. Not sure if this has something to with CLI/frontends using git. Other diff viewers seem to work.The repo is cloned in/home/git/GitHub/.Maybe a comment should be written above it.
@rusty-snake commented on GitHub (Jul 26, 2020):
With diffview you mean what? Which command or menu?
@bbhtt commented on GitHub (Jul 26, 2020):
The comparison view you get when you change a file.
@rusty-snake commented on GitHub (Jul 26, 2020):
For me it works, can you give more detailed steps.
@bbhtt commented on GitHub (Jul 26, 2020):
It works in CLI I think. Set meld as diff tool in it, open a file in text editor through cola, change something, right click on unstaged chages, view using diff tool.
Commenting
private-tmpsolves the issue.@rusty-snake commented on GitHub (Jul 26, 2020):
git difftool file_with_changes@bbhtt commented on GitHub (Jul 26, 2020):
Doesn't work without that patch, I had it commented already in another terminal when I said "CLI" works. Thanks,