Add gnome.md
parent
474066ed4e
commit
eb4f2adb2d
@ -0,0 +1,14 @@
|
||||
# Gnome
|
||||
This tutorial applies mainly to Gnome 3,
|
||||
although some things may be applicable in Gnome 4.
|
||||
|
||||
## Problems
|
||||
### Some applications use the KDE cursor
|
||||
When using applications written in QT appears cursor from KDE Plasma.
|
||||
The solution is this:
|
||||
```
|
||||
sudo update-alternatives --set x-cursor-theme /usr/share/icons/Adwaita/cursor.theme
|
||||
```
|
||||
|
||||
PS: You can see a list of all available cursors with the command:
|
||||
`update-alternatives --list x-cursor-theme`
|
Loading…
Reference in New Issue