pycharm - Fix a badly sized Xorg cursor that is clipped / truncated -
symptom:
my cursor looks funny in pycharm: it's big; bottom , right sides have been clipped off:
cause:
my desktop resolution , orientation appears confusing automatic xorg cursor size.
system information:
- windows 7 pc
- 3x 2560x1400 monitors (one in portrait orientation)
- terminal access opensuse virtual machine using mobaxterm
- running bash
- running pycharm x11 window forwarding
solution:
set cursor size explicitly using environment variable:
export xcursor_size=16
cursor looks normal:
note environment variable can set in ~/.bashrc file, set on start-up.
Comments
Post a Comment