[GH-ISSUE #1883] Firejailing Darkest Dungeon loses all controls (keyboard and mouse) #1269

Closed
opened 2026-05-05 07:45:25 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @kozross on GitHub (Apr 12, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1883

I tried running the GOG version of Darkest Dungeon with the following command:

firejail --net=none --noprofile ./start.sh

This runs, but inside the game, I have no control at all - no keyboard or mouse commands give any response. Additionally, the game runs considerably slower (to the point of visible audio-video desync).

My Firejail version (as per firejail --version) output is:

[koz@Sebastian ~]$ firejail --version
firejail version 0.9.52

Compile time support:
	- AppArmor support is disabled
	- AppImage support is enabled
	- bind support is enabled
	- chroot support is enabled
	- file and directory whitelisting support is enabled
	- file transfer support is enabled
	- git install support is disabled
	- networking support is enabled
	- overlayfs support is enabled
	- private-home support is enabled
	- seccomp-bpf support is enabled
	- user namespace support is enabled
	- X11 sandboxing support is disabled

I'm on Gentoo.

Originally created by @kozross on GitHub (Apr 12, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1883 I tried running the GOG version of Darkest Dungeon with the following command: firejail --net=none --noprofile ./start.sh This runs, but inside the game, I have no control at all - no keyboard or mouse commands give any response. Additionally, the game runs considerably slower (to the point of visible audio-video desync). My Firejail version (as per ``firejail --version``) output is: ``` [koz@Sebastian ~]$ firejail --version firejail version 0.9.52 Compile time support: - AppArmor support is disabled - AppImage support is enabled - bind support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - git install support is disabled - networking support is enabled - overlayfs support is enabled - private-home support is enabled - seccomp-bpf support is enabled - user namespace support is enabled - X11 sandboxing support is disabled ``` I'm on Gentoo.
Author
Owner

@Fred-Barclay commented on GitHub (Apr 12, 2018):

Try without --net=none, like so:
firejail --noprofile ./start.sh

<!-- gh-comment-id:380666701 --> @Fred-Barclay commented on GitHub (Apr 12, 2018): Try without `--net=none`, like so: `firejail --noprofile ./start.sh`
Author
Owner

@kozross commented on GitHub (Apr 12, 2018):

@Fred-Barclay That works fine.

<!-- gh-comment-id:380671697 --> @kozross commented on GitHub (Apr 12, 2018): @Fred-Barclay That works fine.
Author
Owner

@Vincent43 commented on GitHub (Apr 12, 2018):

If your goal is to disable network access you may try firejail --protocol=unix --noprofile ./start.sh

<!-- gh-comment-id:380763625 --> @Vincent43 commented on GitHub (Apr 12, 2018): If your goal is to disable network access you may try `firejail --protocol=unix --noprofile ./start.sh`
Author
Owner

@kozross commented on GitHub (Apr 13, 2018):

@Vincent43 That was my goal, and that works perfectly - I get no issues of any kind. Thank you!

<!-- gh-comment-id:381258003 --> @kozross commented on GitHub (Apr 13, 2018): @Vincent43 That was my goal, and that works perfectly - I get no issues of any kind. Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1269
No description provided.