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
Describe the bug
A clear and concise description of what the bug is.
When attempting to install using the launcher i get an error saying "nothing matches com.jagex.Launcher in remote JagexLauncher. I am new to linux so im not sure if im missing something simple. To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Logs
when i ran flatpak run --user com.jagex.Launcher i got the error: app/com.Jagex.Launcher/aarch64/master not installed
Flatpak Log
LOGS GO HERE
Screenshots
If applicable, add screenshots to help explain your problem.
System
OS: Ubuntu
GPU Vendor:
Additional context
Add any other context about the problem here.
Again im new to linux so any help would be appreciated as i have no idea what part/step im missing
The text was updated successfully, but these errors were encountered:
From the aarch64 in the output, it looks like it's trying to install an ARM64 version, but this Flatpak doesn't work on ARM machines yet. I've actually got an arm machine in the last few days so I may go see about the viability of arm support.
Looks like since the base build is multiarch, flatpak-builder has no way of conditionally excluding packages causing the build to always fail: flatpak/flatpak-builder#381. So currently ARM support is not viable
This is an issue with (choose one or more):
Describe the bug
A clear and concise description of what the bug is.
When attempting to install using the launcher i get an error saying "nothing matches com.jagex.Launcher in remote JagexLauncher. I am new to linux so im not sure if im missing something simple.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Logs
when i ran flatpak run --user com.jagex.Launcher i got the error: app/com.Jagex.Launcher/aarch64/master not installed
Screenshots
If applicable, add screenshots to help explain your problem.
System
Additional context
Add any other context about the problem here.
Again im new to linux so any help would be appreciated as i have no idea what part/step im missing
The text was updated successfully, but these errors were encountered: