-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supertuxkart: cannot see controller without netlink #4605
Comments
FWIW the game also crashes on changing resolutions if |
Also it's not just about xbox360 controller, it also affects my SNES-like DPAD. |
Fixed, thanks! |
|
Something went very very wrong there! I added it to supertuxkart. Do you need it for any other games? |
@netblue30 commented on Jan 22:
Please consider using For example, in this case, And if there were multiple commits to be reverted, the one thing to keep in $ git log -n 4 --oneline --graph
* C bar 3
* B bar 2
* A bar 1
* X foo To revert commits A, B and C, one would do: git revert C
git revert B
git revert A
Can this be closed then? |
I think so. |
As mentioned by @rusty-snake[1]. This amends commit 39654d0 ("adding netlink to --protocol list (netblue30#4605)", 2022-01-21). See also commit 75073e0 ("man: mention that private-bin and private-etc are cumulative", 2022-01-22) and issue netblue30#4078. [1] https://github.com/netblue30/firejail/pull/5042/files#r825477891
If I want to be able to configure/use my SN30pro+ controller (wired mode) in
supertuxkart
I need to addnetlink
tofirejail/etc/profile-m-z/supertuxkart.profile
Line 46 in 2164412
This is probably
xpad
driver specific issue.The text was updated successfully, but these errors were encountered: