You are not logged in.

#1 2013-04-26 01:22:11

jesseschalken
Member
Registered: 2013-04-19
Posts: 7

Configure X cursor theme for non-Gtk applications

I am using GNOME 3 and have configured an X cursor theme using gnome-tweak-tool. However, the default X cursor theme shows whenever I have the cursor inside a Java or Qt application. Gtk2/Gtk3 applications all use the correct cursor.

How do I configure the X cursor to be used for Qt or Java applications?

Last edited by jesseschalken (2013-04-26 01:25:08)

Offline

#2 2013-04-26 02:27:21

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: Configure X cursor theme for non-Gtk applications

try this

mkdir /usr/share/icons/default
cd /usr/share/icons/default
echo "[Icon Theme]" >> index.theme
echo "Inherits=YOUR_CURSOR_THEME" >> index.theme

LENOVO Y 580 IVYBRIDGE 660M NVIDIA
Unix is user-friendly. It just isn't promiscuous about which users it's friendly with. - Steven King

Offline

#3 2013-04-26 02:47:11

jesseschalken
Member
Registered: 2013-04-19
Posts: 7

Re: Configure X cursor theme for non-Gtk applications

I started up KDE's System Settings and set the cursor through that, and that has now applied to Qt, KDE and Java applications, which is good.

But why doesn't gnome-tweak-tool's cursor theme apply to Qt/KDE/Java applications, while KDE's settings do? Neither of the programs are doing the things recommended by the wiki (they don't create ~/.icons/default, /usr/share/icons/default, nor ~/.Xresources).

Offline

Board footer

Powered by FluxBB