#1
|
|||
|
|||
JD runs, but blank window
[edit: solved the original problem with switching from wayland to x11 via sudo raspi-config => advanced options => wayland. thanks everyone for rubberducking ]
Hi first thank you all for providing this great tool! When I start JD on a freshly set up and updated Raspberry Pi 4 Model B Rev 1.5 with debian bookworm in GUI mode with openjdk ov version 17.0.13 with Code:
sudo java -jar JDownloader.jar however after closing and starting JD subsequently times in the same way again, JD starts up, but the main window stays blank: The program seems running as the cmd window keeps showing activity, for example when resizing the window, but the window stays blanc. Google results so far seem really old, so I'd like to ask here if a solution is known. thanks! so far tried: added Code:
export _JAVA_AWT_WM_NONREPARENTING=1 AWT_TOOLKIT=MToolkit checking on the window manager i found Code:
>>echo $DESKTOP_SESSION LXDE-pi-labwc Code:
export GDK_BACKEND=x11 running the program with Code:
java -Dsun.java2d.uiScale=1 -Dsun.java2d.opengl=true -jar JDownloader,jar other references: https://board.jdownloader.org/showthread.php?t=76920 https://board.jdownloader.org/showpo...0&postcount=22 from thread https://board.jdownloader.org/showthread.php?t=76920 **External links are only visible to Support Staff****External links are only visible to Support Staff** Thank you for any hints to get this to run! Last edited by jd_user123; 01.12.2024 at 20:21. Reason: problem solved |
#2
|
||||
|
||||
@jd_user123: You switched to wayland and thus requires xwayland to be installed. Java does not support pure wayland environment yet. So switching back to x11 or proper xwayland should solve the issue.
Your edit shows that you already solved it by yourself with same solution Thanks for the feedback!
__________________
JD-Dev & Server-Admin |
Thread Tools | |
Display Modes | |
|
|