-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XLM in Snap missing libxkbcommon-x11 #19
Comments
Now that's an interesting one. From what I can see your system is missing the Can you try something for me? I've prepared a script that will download an older version of XLM that I know worked with a previous snap user, I'd like you to run the following and see if it works: #!/bin/bash
if [[ $EUID -eq 0 ]]; then
echo 'Error: this script cannot be ran as the root user or with sudo. Please run it as a regular user.'
exit 1
fi
echo "-- XLM Snap Auto-Installer (PR #19) --"
echo ""
echo "[Step: 1] Downloading XLM"
curl -L https://github.com/Blooym/xlm/releases/download/v0.2.1/xlm-x86_64-unknown-linux-gnu > /tmp/xlm
echo "[Step: 2] Configuring XLM as a Steam Tool"
chmod +x /tmp/xlm
/tmp/xlm install-steam-tool --xlm-updater-disable --extra-launch-args="--xlm-updater-disable" --steam-compat-path ~/snap/steam/common/.local/share/Steam/compatibilitytools.d/
echo "[Step: 3] Cleanup XLM binary"
rm /tmp/xlm Create a new file locally ending in If this doesn't work then it's definitely a missing library and I'm not sure if I have control over that, might be a good idea to try the native (non snap) version of Steam next. |
Your suggestion you wanted me to try (create the .sh script) did the trick and launched XIVLauncher immediately, it's kinda late here so don't want to wait for the 100GB to download but wanted to give you this update regardless. Will leave a comment tomorrow if everything is running smoothly. |
Everything working to order, happy to provide more info or test if needed! |
Not entirely sure what causes this, I wonder if snap Steam on X11 doesn't work but snap Steam on Wayland does? Either way I'll keep this open for if anyone else has this issue and if it becomes really common I'll update the snap install script to just install an old version of XLM |
I've got the snap version of steam installed, followed the steps as described but FFXIV fails to launch (after clicking play it says launching/running and right after stops and enables me to click play again).
Running steam through the terminal gives me the following:
I'm not too familiar with linux yet but if more info is needed i'm happy to provide it.
Running on Ubuntu 24.04.1 LTS / GNOME 46 / X11
The text was updated successfully, but these errors were encountered: