(Solved) Intellij Black Screen after creating on project on BSPWM

Answered

That's Intellij on BSPWM and it goes on a blackscreen after making a project. It's still functional because my cursor is changing depending on it's position but I can't exactly see anything. 

2
8 comments

I ran `export _JAVA_AWT_WM_NONREPARENTING=1` but it didn't fix the issue even after restarting the computer. I even changed the WM name to something else using `wmname` but it didn't fix the issue.

0

Nevermind, I fixed the issue by adding export _JAVA_AWT_WM_NONREPARENTING=1 and wmname LD3D directly to the BSPWM config file.

1

On macOS Monterrey (12.5.1 (21G83)) an IntelliJ IDEA 2022.2.3 (Community Edition), Build #IC-222.4345.14, built on October 5, 2022, just maximize the window and will redraw the internals, then just unmaximize or whatever.

Minimizing does not redraw, however, only maximizing to fulls screen forces redraw/refresh of contents.

Alternatively, if everything fails, just save-all and close the project and re-open (no need to close or force close IDEA because the menus work fine).

I tried figuring out how to set _JAVA_AWT_WM_NONREPARENTING=1 but I couldn't find where to setup the IDEA runtime env.

0

Oh, that's great to hear. It also explodes from time to time after suspend. So can't wait for the next release!

Thank you!!

 

0

Sounds great! Does the same apply to the next release of Android Studio?

0

Khosraw Azizi It depends on what JetBrains Runtime it will use, we don't know for sure, it's better to ask via https://developer.android.com/studio/report-bugs.html.

0

Please sign in to leave a comment.