mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4605] supertuxkart: cannot see controller without netlink #2721
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#2721
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 @jose1711 on GitHub (Oct 14, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4605
If I want to be able to configure/use my SN30pro+ controller (wired mode) in
supertuxkartI need to addnetlinkto2164412bb5/etc/profile-m-z/supertuxkart.profile (L46)This is probably
xpaddriver specific issue.@jose1711 commented on GitHub (Oct 22, 2021):
FWIW the game also crashes on changing resolutions if
netlinkis not added to the list. Wonder if anyone else can confirm (ideally running a non-Arch distro).@jose1711 commented on GitHub (Oct 27, 2021):
Also it's not just about xbox360 controller, it also affects my SNES-like DPAD.
@netblue30 commented on GitHub (Jan 21, 2022):
Fixed, thanks!
@rusty-snake commented on GitHub (Jan 21, 2022):
protocol netlink39654d0166add a lot of duplicated code@netblue30 commented on GitHub (Jan 22, 2022):
Something went very very wrong there!
I added it to supertuxkart. Do you need it for any other games?
@kmk3 commented on GitHub (Jan 25, 2022):
@netblue30 commented on Jan 22:
Please consider using
git revertto revert commits whenever feasible, as itundoes every change at once and also makes it clear in the log that the
original commit was reverted.
For example, in this case,
git revert 8b92ac3ebwould have been a cleanrevert.
And if there were multiple commits to be reverted, the one thing to keep in
mind is that they have to be reverted in the opposite (topological) order that
they were committed. For example, given the following commits:
To revert commits A, B and C, one would do:
Can this be closed then?
@rusty-snake commented on GitHub (Jan 25, 2022):
I think so.