diff options
| author | Simon Rettberg | 2025-05-14 14:52:29 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-05-14 14:52:29 +0200 |
| commit | 55cf3cc6116c123a014b88d3a87427136bb27a70 (patch) | |
| tree | 490ff3a4f8a91a38cb2ac0683a1e71184068cf79 | |
| parent | [kiosk-firefox] Allow setting language, default to de-DE (diff) | |
| download | mltk-55cf3cc6116c123a014b88d3a87427136bb27a70.tar.gz mltk-55cf3cc6116c123a014b88d3a87427136bb27a70.tar.xz mltk-55cf3cc6116c123a014b88d3a87427136bb27a70.zip | |
[beamergui] Don't ignore fixed res config when running with SLX_MINIMAL_GUI
| -rwxr-xr-x | core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script b/core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script index 4572b31f..e2f43386 100755 --- a/core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script +++ b/core/modules/beamergui/data/etc/X11/Xsession.d/99-beamergui-starter_script @@ -4,11 +4,11 @@ # HACK: Don't interfere when we're in remote access mode [ -n "$SLX_REMOTE_VNC" ] && return 0 -# Also don't interfere if we requested a minimal gui -. /opt/openslx/bin/slx-tools -is_on "$SLX_MINIMAL_GUI" && return 0 if [ -z "$SLX_FORCE_RESOLUTION" ]; then + # Also don't interfere if we requested a minimal gui + . /opt/openslx/bin/slx-tools + is_on "$SLX_MINIMAL_GUI" && return 0 # Nothing set, normal operation /opt/openslx/bin/beamergui -a # Detach |
