Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 397 Bytes

File metadata and controls

19 lines (12 loc) · 397 Bytes

com.github.reds.LogisimEvolution

Troubleshooting

Black window in wlroots

Add the _JAVA_AWT_WM_NONREPARENTING=1 variable:

Temporary:

flatpak run --env=_JAVA_AWT_WM_NONREPARENTING=1 com.github.reds.LogisimEvolution

Permanently:

flatpak override --env=_JAVA_AWT_WM_NONREPARENTING=1 com.github.reds.LogisimEvolution # Add '--user' if it is installed per user