-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Is your feature request related to a problem, or particular use cases? Please describe.
As of now, pano-scrobbler uses x11 on Linux, resulting the use of xwayland if a system is using Wayland
Describe the solution you'd like
allow to use a flag to specify which awt toolkit to use if possible
this will allow to experiment with WLToolkit without creating breaking changes
the jvm option in question -Dawt.toolkit.name=WLToolkit
A quick look seems tho that you embed all those flags and crate a binary with graalvm (? pls correct me if i'm wrong)
so idk if possible to add flags at runtime and if the WLToolkit is stripped at build time if the flag is not specified