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

sporttracker in arch #263

Open
Monirzadeh opened this issue Nov 28, 2023 · 3 comments
Open

sporttracker in arch #263

Monirzadeh opened this issue Nov 28, 2023 · 3 comments
Labels

Comments

@Monirzadeh
Copy link

Monirzadeh commented Nov 28, 2023

When i try to run sporttracker in arch linux (aur package)
get this error

WARNING com.sun.javafx.application.PlatformImpl startup Unsupported JavaFX configuration: classes were loaded from 'unnamed module @3783d7ca' 
Exception in thread "main" java.lang.UnsupportedOperationException: Unable to open DISPLAY
	at com.sun.glass.ui.gtk.GtkApplication.lambda$new$6(GtkApplication.java:202)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:200)
	at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
	at com.sun.glass.ui.Application.run(Application.java:146)
	at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:290)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:293)
	at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
	at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:659)
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:679)
	at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
	at java.base/java.lang.Thread.run(Unknown Source)

any one can help to resolve this error?
i use wayland.

@ssaring
Copy link
Owner

ssaring commented Nov 28, 2023

Do you have an X11 compatibility layer in your Wayland installation?
Due to lack of an Wayland-based system I've never tested how SportsTracker runs on such an environment. Is there anybody with some insights on that?

@ssaring ssaring assigned ssaring and unassigned ssaring Nov 28, 2023
@Monirzadeh
Copy link
Author

No. i don't have X11 compatibility layer on my system.
can we make this compatible with Wayland?

@ssaring
Copy link
Owner

ssaring commented Nov 28, 2023

As said, I don't have any Wayland system to test the compatibilty. Don't know whether JavaFX based applications are running on Wayland at all or whether there some special steps needed. Maybe some Linux user with Wayland can support here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants