Mouse cursor became a big X

cursorgtk2gtk3razor-qt

Below is a screenshot from Chromium browser, running in Razor-Qt desktop,

In other DEs, the cursor is just normal, but here you can see it becomes a big X, anyone know how to fix that? The cursor theme is not broken, as it works for KDE4 and XFCE4

enter image description here

P.S That happens to all GTK apps, Qt app works fine

Best Answer

That is the default cursor. You can run:

 xsetroot -cursor_name left_ptr

to set the pointer to the left arrow. Typically, this goes in your .xinitrc file.

Related Question