fix(Wayland): systemd - add new variables for Electron and QT apps

This commit is contained in:
Olivier DOSSMANN 2024-11-20 20:13:58 +01:00
parent 6f83dc81c4
commit 8ad8d2e6d8

View File

@ -2,3 +2,8 @@
MOZ_ENABLE_WAYLAND=1 MOZ_ENABLE_WAYLAND=1
# Modifie le comportement JAVA pour PHPStorm # Modifie le comportement JAVA pour PHPStorm
_JAVA_AWT_WM_NONREPARENTING=1 _JAVA_AWT_WM_NONREPARENTING=1
# Demandé par les applications QT (notamment Slack)
QT_QPA_PLATFORM=wayland
# Pour les applications utilisant Electron
# Cf. https://www.electronjs.org/docs/latest/api/environment-variables
ELECTRON_OZONE_PLATFORM_HINT=wayland