Alwin J. Schuster
Alwin J. Schuster
I've added the following line to my .bashrc ``` export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libXrandr.so /usr/bin/nvidia-settings ``` It fixed the error in the logs, BUT I still have the problem that some applications are...
I am still searching for a workaround. I tried all of the options below (in the .bashrc), but none of them targets the Jetbrains (Pycharm, IntelliJ, ...) problem. ``` export...
@phillipberndt Any workaround ideas?
I tried it out. I cloned the hard_coded_splits branch and rewrote it to Python3. Unfortunately after running `make install` and rebooting I destroyed the Ubuntu GUI as you can see...
A couple of days ago I contacted Jetbrains support again. This time they reviewed it. The issue is probably in the Jetbrains Runtime. Unfortunately, the YouTrack support link is now...
> Does someone know how I can uninstall this tool and have a working IDE again? Go into the fakexrandr directory again and write `sudo make uninstall`
Thanks to @mkartashev there is a patch now. You need to build the JetBrainsRuntime from branch [mkartash/fakexrandr](https://github.com/JetBrains/JetBrainsRuntime/tree/mkartash/fakexrandr) and use it for PyCharm, IntelliJ, ... I will write another post when...
This issue should be fixed with https://github.com/semmel/on-screen-keyboard-detector/pull/14.
@mojavelinux @dduportal Is there any news? Do you have a planned merge date?
Had the same problem, however the workarounds from above did not work. I fixed my bug using: ```css .react-transform-wrapper { width: 100% !important; height: 100% !important; } ```