Blank screen when opening a new project
Answered
I wanted to try CLion ide after seeing Andreas Kling make a video on it but when I open it works fine besides the fact BSPWM resizes it and it doesn't resize properly but putting it in floating fixes this but then I make a new project then it just is a blank screen
This could be a drivers thing since nvidia Linux drivers are notoriously bad so here is my setup
driver: 460.39
GPU: NVIDIA GeForce GTX 1080
CPU: AMD Ryzen 7 3700X
WM: BSPWM
Resolution: 1920x1200
Distro: arch linux
Kernel: 5.10.16-zen1-1-zen
Please sign in to leave a comment.
now it won't even open
This was due to my WIndow Manager Clion should really try to support tiling window managers better since a lot of programmers use them
Hello!
Feel free to comment or upvote https://youtrack.jetbrains.com/issue/JBR-1370. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Sorry for the inconvenience.
Setting `export _JAVA_AWT_WM_NONREPARENTING=1` fixed this for me with
* berry window manager berrywm.org
* picom compositor
From Coleman Mcfarland, helped me
Thanks!