You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install the launcher as in the readme (and also tried the install script), but when I try to run the launcher with Flatpak I get the error "error: app/com.jagex.launcher/x86_64/master not installed". Any ideas what is causing this? Apologies if I'm doing something wrong here I'm not familiar with Flatpak.
Running Arch Linux on a Acer C720 Chromebook
$ flatpak list
Name Application ID Version Branch Origin Installation
Jagex Launcher com.jagex.Launcher 0.30.1 stable JagexLauncher user
RuneLite com.jagex.Launcher.ThirdParty.RuneLite 2.6.10 stable JagexLauncher user
RuneScape com.jagex.RuneScape 2.2.11 stable flathub user
Freedesktop Platform org.freedesktop.Platform 22.08.14 22.08 flathub user
Freedesktop Platform org.freedesktop.Platform 23.08.9 23.08 flathub user
i386 org.freedesktop.Platform.Compat.i386 23.08 flathub user
Mesa org.freedesktop.Platform.GL.default 23.1.4 22.08 flathub user
Mesa (Extra) org.freedesktop.Platform.GL.default 23.1.4 22.08-extra flathub user
Mesa org.freedesktop.Platform.GL.default 23.3.1 23.08 flathub user
Mesa (Extra) org.freedesktop.Platform.GL.default 23.3.1 23.08-extra flathub user
Mesa org.freedesktop.Platform.GL32.default 23.3.1 23.08 flathub user
Intel org.freedesktop.Platform.VAAPI.Intel 22.08 flathub user
Intel org.freedesktop.Platform.VAAPI.Intel 23.08 flathub user
openh264 org.freedesktop.Platform.openh264 2.1.0 2.2.0 flathub user
$ flatpak run com.jagex.launcher
error: app/com.jagex.launcher/x86_64/master not installed
The text was updated successfully, but these errors were encountered:
Sorry to hear about the issue you're facing. I think I see what's going on here. Flatpak can either install apps system-wide (the default if just running flatpak in a terminal) or user-wide (my installation instructions and script use the --user installation).
To my understanding, since you're used the install script, your flatpak run com.jagex.Launcher command is trying to find the default master branch from the system installation, which doesn't exist thus it errors out like we see above.
Does adding --user to your flatpak run command make it launch properly for you? Like:
I've tried to install the launcher as in the readme (and also tried the install script), but when I try to run the launcher with Flatpak I get the error "error: app/com.jagex.launcher/x86_64/master not installed". Any ideas what is causing this? Apologies if I'm doing something wrong here I'm not familiar with Flatpak.
Running Arch Linux on a Acer C720 Chromebook
The text was updated successfully, but these errors were encountered: