@nia
I've decided to take this for a spin and installed velox
and qt5-qtwayland
, the other needed packages were already installed.
I created ~/velox.conf
and the script bellow to make it easier ๐
#!/bin/sh
#
# ~/wayland-velox.sh
export QT_QPA_PLATFORM=wayland-egl
export QT_QPA_PLATFORMTHEME=qt5ct
export GDK_BACKEND=wayland
gsettings set org.gnome.desktop.interface gtk-theme 'Shades-of-gray-Harvest'
gsettings set org.gnome.desktop.interface icon-theme 'Orange-Aurora'
gsettings set org.gnome.desktop.interface font-name 'Liberation Sans 10'
gsettings set org.gnome.desktop.interface monospace-font-name 'Liberation Mono 11'
export MOZ_ENABLE_WAYLAND=1
mkdir /tmp/pin-runtime
export XDG_RUNTIME_DIR=/tmp/pin-runtime && swc-launch velox
Then, just to be sure, I've changed wscons
to us and rebooted.
$ ./wayland-velox.sh
launches the WM just fine and I can switch between workspaces.
Although, launching firefox68
, featherpad
or qterminal
all produce core-dumps.
I was able to launch galculator
and gnumeric
from dmenu-wld
but, then the display server crashed and I was back at console with the message BROKEN PIPE
.
Has the wayland-session been stable for you?