How to resolve VSTs segfaulting lmms on wayland #7083
Iron-Squid
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very short and simple solution to the problem. Run lmms with the
XDG_SESSION_TYPE=x11
environment variable.So, edit your
desktop
file,sh
script, or whatever to haveXDG_SESSION_TYPE=x11
as an environment variable.In practice, it'd look like this on your
exec
line:XDG_SESSION_TYPE=x11 /path/to/lmms
Beta Was this translation helpful? Give feedback.
All reactions