Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] update-alternatives --config x-cursor-theme ignoriert  (Read 382 times)

Offline Pergola

  • User
  • Posts: 19
[DE] update-alternatives --config x-cursor-theme ignoriert
« on: 2025/03/15, 14:23:50 »
Hallo zusammen,

ich möchte den redglass-Cursor verwenden, und habe ihn in update-alternatives --config x-cursor-theme ausgewählt.
Steht auch in /usr/share/icons/default/index.theme.
Das bewirkt aber nichts - mein Cursor sieht immer so aus, wie in systemsettings ausgewählt und dort finde ich kein redglass.

Hat jemand eine Idee, was hier schief läuft?
  [ You are not allowed to view this attachment ]  


edit: Außerdem habe ich in .xsession-errors immer wieder die Meldung
Code: [Select]
kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "Fusion"hängt das womöglich zusammen?
« Last Edit: 2025/03/15, 15:39:39 by Pergola »

Offline Pergola

  • User
  • Posts: 19
Re: update-alternatives --config x-cursor-theme ignoriert
« Reply #1 on: 2025/04/14, 21:23:20 »
Any idea...? In which folder should the redglass theme be found?

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 1.102
Re: update-alternatives --config x-cursor-theme ignoriert
« Reply #2 on: 2025/04/15, 08:42:36 »
Code: [Select]
System:
  Host: hhl-2 Kernel: 6.14.2-1-siduction-amd64 arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 6.3.4 Distro: siduction 22.1.2 Masters_of_War -
    kde - (202303151559)

Code: [Select]
~$ ln -s /etc/X11/cursors/redglass.theme ~/.icons/default/index.theme
~$ sudo nano ~/.icons/default/index.theme

Code: [Select]
~$ cat ~/.icons/default/index.theme
[Icon Theme]
Name = redglass
Comment = Cursor theme redglass
Inherits = redglass

Gerade getestet, hier™ funktioniert es, habe roten Zeiger/cursor/pointer oder wie auch immer genannt.
Taucht dann auch in den "systemsettings" auf.


Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 1.102
Re: update-alternatives --config x-cursor-theme ignoriert
« Reply #3 on: 2025/04/15, 09:46:24 »
Möchte man, dass jener Zeiger/cursor auch in der Größe veränderlich ist (via systemsettings), so muss man entsprechende Datei nach ~/.icons kopieren und eine Textdatei namens index.theme dort anlegen.

Code: [Select]
cp -rf  /usr/share/icons/redglass ~/.icons/redglass

echo -e "[Icon Theme]\nName = redglass\nComment = redglass cursor theme" > ~/.icons/redglass/index.theme

Code: [Select]
ls -1 .icons/redglass/
cursors
index.theme


Edit, fixed typo
« Last Edit: 2025/04/15, 13:30:01 by hendrikL »

Offline Pergola

  • User
  • Posts: 19
Re: update-alternatives --config x-cursor-theme ignoriert
« Reply #4 on: 2025/04/15, 17:54:06 »
Irgendwie gab es den Ordner ~/.icons/default nicht. Ist jetzt gefixt, danke!