godot/platform/linuxbsd
Rémi Verschelde 576ca44762
Linux: Don't use udev for joypad hotloading when running in a sandbox
udev doesn't work in sandboxes, notably the new Steam container runtime
as found notably on the Steam Deck, and in Flatpak/Snap packages.

Like SDL does, when we detect such a containerized environment, we fall
back to parsing `/dev/input` directly.
See smcv's comments in #76879 for details.

Fixes #76879.

(cherry picked from commit 788cb74cc6)
2023-05-12 14:14:05 +02:00
..
export Fix split allow empty string in SSH export plugin 2023-01-27 05:09:30 -03:00
x11 Enable shadow warnings and fix raised errors 2023-05-12 13:56:48 +02:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
SCsub [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00
crash_handler_linuxbsd.cpp Make PIE relocation detection glibc-only 2023-01-21 17:59:52 +01:00
crash_handler_linuxbsd.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dbus-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
dbus-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
detect.py SCons: Cleanup pulseaudio defines for Linux 2023-03-27 17:20:16 +02:00
fontconfig-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
fontconfig-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
freedesktop_portal_desktop.cpp [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00
freedesktop_portal_desktop.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
freedesktop_screensaver.cpp [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00
freedesktop_screensaver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
godot_linuxbsd.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joypad_linux.cpp Linux: Don't use udev for joypad hotloading when running in a sandbox 2023-05-12 14:14:05 +02:00
joypad_linux.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
libudev-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
libudev-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
logo.svg [Export] Add one-click deploy over SSH for the desktop exports. 2022-12-29 09:42:00 +02:00
os_linuxbsd.cpp [TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts lookup to TrueType/CFF only. 2023-03-13 14:17:42 +01:00
os_linuxbsd.h [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00
pck_embed.ld Effective DisplayServer separation, rename X11 -> LinuxBSD 2020-03-26 15:49:34 +01:00
pck_embed.legacy.ld Effective DisplayServer separation, rename X11 -> LinuxBSD 2020-03-26 15:49:34 +01:00
platform_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
platform_linuxbsd_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
run_icon.svg [Export] Add one-click deploy over SSH for the desktop exports. 2022-12-29 09:42:00 +02:00
speechd-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
speechd-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
tts_linux.cpp [Linux TTS] Use Callable instead of registering methods. 2023-02-22 16:05:17 +02:00
tts_linux.h Windows TTS: Use HashMap instead of RBMap for ids 2023-04-24 16:28:24 +02:00
xkbcommon-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
xkbcommon-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00

README.md

Linux/*BSD platform port

This folder contains the C++ code for the Linux/*BSD platform port.

See also misc/dist/linux folder for additional files used by this platform.

Documentation

Artwork license

logo.png is derived from the Linux logo:

Permission to use and/or modify this image is granted provided you acknowledge me lewing@isc.tamu.edu and The GIMP if someone asks.