Skip to content
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

Various Installation Issues #8

Open
SherrifsNear opened this issue Jan 15, 2025 · 7 comments
Open

Various Installation Issues #8

SherrifsNear opened this issue Jan 15, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@SherrifsNear
Copy link

Installation under EndeavousOS results in a few issues.

OS : EndeavousOS
Kernel : 6.12.9-arch1-1
Desktop Environment : KDE Wayland

(1) The X86_64 package for flatpak builder must first be installed from Flathub. This isn't an installation issue per se, but could possibly be mentioned in the instructions.

(2) After building the flatpak through the included sh file, attempting to launch the flatpak results in another missing X86_64 package. The error message is looking for these files to be in /var/lib/net.azurewebsites.pathos, however there is no X86_64 directory in this location. Copying the X86_64 directory from /var/lib/org.flatpak.Builder into the .net.azurewebsites.pathos directory solves this issue.

(3) Attempting to run the command "flatpak run net.azurewebsites.pathos" (as the documentation states) actually launches flatpak-builder. To run the flatpak installation for pathos the command appears to be "flatpak run net.azurewebsites.pathos.flatpak". Message output follows when running without the appended ".flatpak" portion of the command:

DIRECTORY must be specified
Usage:
flatpak-builder [OPTION…] DIRECTORY MANIFEST - Build manifest

(4) Launching the flatpak from either the desktop (KDE games menu) or from the terminal results in the following error messages:

Setting up Windows (Wine) is being setup. This may take a while.

Setting-up wine prefix...
WINEPREIX: /var/data/wineprefix
xterm: Xt error: Can't open display:
xterm: DISPLAY is not set

Wineboot failed

wine_setup failed

This may very well be a specific Wine issue in my particular installation, but this has yet to be resolved.

@hydrian
Copy link
Owner

hydrian commented Jan 15, 2025

Are you using Wayland or Xorg?

@SherrifsNear
Copy link
Author

Running KDE Wayland.

@hydrian
Copy link
Owner

hydrian commented Jan 15, 2025

Wayland is probably the issue. Do you have XWayland installed?

@SherrifsNear
Copy link
Author

XWayland is installed.

Switching to a X11 session did indeed result in a successful installation and the game seems to run fine in a X11 session.

In case you were curious, the flatpak will still not run after switching back to a Wayland session, but that is something I can play around with.

@SherrifsNear
Copy link
Author

OK, everything seems to be working now.

Removing the Wayland windowing system socket from the flatpak permissions for "net.azurewebsites.pathos.flatpak" took care of the last issue. It would have been interesting to see if the Wine installation would have worked this way as well.

@hydrian
Copy link
Owner

hydrian commented Jan 15, 2025

The issue is that some of run/installation tools are Xorg only. I'm trying to find good replacements for the that support both.

@hydrian
Copy link
Owner

hydrian commented Jan 15, 2025

I think I've found a workable technology stack that will support both Xorg and Wayland. Need some time to implement it. Hopefully I'll have a fix in a few days.

@hydrian hydrian added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants