comp500 / ScreenshotToClipboard

Screenshots taken are copied to the clipboard.
https://www.curseforge.com/minecraft/mc-mods/screenshot-to-clipboard
MIT License
33 stars 1 forks source link

wayland compatibility #34

Open ka-xa-ta opened 1 week ago

ka-xa-ta commented 1 week ago

it looks like the game is crashing because the mod is looking for an xorg server but i have disabled xwayland. https://mclo.gs/awcCotB is xorg necessary for this mod to work?

comp500 commented 6 days ago

Screenshot to Clipboard uses Java's AWT library, which currently doesn't support Wayland. You might be able to fix this by using the Jetbrains Runtime as your JVM, as they've implemented preliminary Wayland support with the -Dawt.toolkit.name=WLToolkit command line argument for their IDEs.