Bug 483506

Summary: /usr/share/icons/default missing and XCURSOR_THEME not set
Product: [KDE Neon] neon Reporter: Gabriel Devenyi <gdevenyi>
Component: Packages User EditionAssignee: Neon Bugs <neon-bugs-null>
Status: REPORTED ---    
Severity: normal CC: AndyKluger, jr, neon-bugs-null, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Gabriel Devenyi 2024-03-14 01:56:08 UTC
The lack of XCURSOR_THEME not being set means applications who wish to manipulate the cursor like wezterm, can't properly do so because they don't know the theme, and the default theme is missing.

The lack of this default theme also results in a missing cursor in the wayland SDDM screen under the kwin_wayland

Adding /usr/share/icons/default/index.theme
with the content
```
[Icon Theme]
Inherits=breeze_cursors
```

Fixes both issues, though  XCURSOR_THEME should probably be set somewhere