https://bugs.kde.org/show_bug.cgi?id=435176
Bug ID: 435176
Summary: index.theme file missing Type value
Product: Breeze
Version: 5.21.3
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Icons
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
The index.theme file for the breeze icon theme is apparently in the category of
desktop entry files which are treated as executable even though they might not
have executable permissions.
When the index.theme file is (double) clicked, it's opened by the default text
editor (because it doesn't contain "Type=Application"), but it also results in
an unwanted error sound and an error message complaining that there is no
"Type=..." entry.
It seems a solution for this could be inserting the following two lines to
index.theme file:
[Desktop Entry]
Type=Icon Theme
Actually, it might look better if the line "Type=Icon Theme" could replace the
following line, i.e. "[Icon Theme], if it doesn't require too many changes
elsewhere.
--
You are receiving this mail because:
You are watching all bug changes.