SHA256
1
0
forked from pool/river
river/river-run.sh
Soc Virnyl Estela f491b7d697 - Restrict wlroots requirement to >= 0.18.x. This
should fail if this was not met. But seems upstream has no
  code to detect wlroots version. Allow this failure for now
  until 0.18.0 is merged to Factory.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=65
2024-07-22 02:24:32 +00:00

17 lines
457 B
Bash

#!/bin/sh
export MOZ_ENABLE_WAYLAND=1
# Let the windows decide to use Wayland
# export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export ECORE_EVAS_ENGINE=wayland
export ELM_ENGINE=wayland
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export NO_AT_BRIDGE=1
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=river
export XDG_CURRENT_DESKTOP=river
systemd-cat --identifier=river /usr/bin/river -log-level debug $@