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: screenshot of cursor problem.

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:

normal cursor xcursor_size=16

note environment variable can set in ~/.bashrc file, set on start-up.

reference links:


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -