mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #938] atom profile breaks git integration #637
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#637
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 @raffomania on GitHub (Nov 25, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/938
When using the atom profile, atom doesn't hide files specified in the
.gitignorefile anymore. I'm not sure how this happens, atom definitely has access to the .gitignore file.@netblue30 commented on GitHub (Nov 27, 2016):
Seems to be working fine for me, I can access .gitignore file:
What exactly are you doing?
@raffomania commented on GitHub (Nov 28, 2016):
Example
.gitignore:in a folder with
test.txtand.gitignorepresent, I start atom with the firejail profile, making sure thatSettings->Packages->tree-view->Hide VCS Ignored Filesis enabled. Atom shouldn't showtest.txtin the sidebar, but still does.update: Atom seems to be using libgit2 to check for ignored files (see this method in the git-modules npm package). I'm not sure, but maybe libgit2 fails somewhere along the way.