I try to develope a java application with LibGdx for Raspberry 4. The Raspberry runs the standard OS.
For short debug cycles I ran this application during developement mostly on windows and only deploy it to the raspberry after bigger features are complete.
I want the app to get a "Taskbar-Item" and to start in fullscreen mode. Since both happends on windows, i would assume I configured the app internal settings correct.
On the raspberry there are two problems.
- The app starts minimized / iconified. There is no visual window on the desktop.
- The app gets no "Taskbar-Item". There is no "clickable instance" on the desktop to bring the app to front.
I already opened a thread to the second problem in the raspberry forum, but got no answer:
Raspberry Forum Post (https://forums.raspberrypi.com/viewtopic.php?p=2281669&hilit=panel+pi#p2281669)
My main problem is, that I cannot figure out the root cause and the element to take care of.
What participates on this problems and must be changed?
- Java Runtime Environment?
- LibGdx?
- LWJGL?
- OpenGL?
- Wayfire?
- Wayland?
- LabWC?
- mf-panel-pi?
- ..... ?
The only point I can say is that this does not happend with a selfmade Java-Swing-Gui-App to test this.
The swing app gets a Taskbar-Item and the window show up on startup normally.
And all other applications like the raspberry terminal app getting window and taskbar-item, too
This seems to happend only with LibGdx/LWJGL - Java - Appllications.