[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2023-07-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432962

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||6.0

--- Comment #13 from Nate Graham  ---
This problem is being "solved" by being made no longer possible to happen at
all in Plasma 6. This is because in Plasma 6, icons in the Plasma theme will no
longer be used; all icons will come from the icon theme.

If there is still a valid case for using different icons but only in Plasma, we
can re-add that feature by having KIconLoader load icons from a completely
different theme for Plasma.

See https://invent.kde.org/plasma/plasma-desktop/-/issues/82.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2023-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432962

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=438191

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-10-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432962

doncb...@gmail.com changed:

   What|Removed |Added

 CC||doncb...@gmail.com

--- Comment #12 from doncb...@gmail.com ---
(In reply to Nate Graham from comment #10)

> Personally I think we should remove icons from Plasma themes entirely in KF6
> and only have icons in the icon theme. This would be way less confusing to
> users and prevent bugs like this automatically.

As long as this allows distinct icons for the plasma style, this should be
acceptable. Oxygen and Air are the styles that come to mind. Rules for the
style would have to be much stricter since the line between icon and widget is
fuzzy at best. Of course, the task of making a theme would become much more
daunting from the current smaller set of assets.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432962

Nate Graham  changed:

   What|Removed |Added

 CC||funkybom...@gmail.com

--- Comment #11 from Nate Graham  ---
*** Bug 439962 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-02-20 Thread Michal Kec
https://bugs.kde.org/show_bug.cgi?id=432962

Michal Kec (MiK)  changed:

   What|Removed |Added

 CC||k...@kecnet.cz

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-02-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432962

--- Comment #10 from Nate Graham  ---
That could work too: first fall back to the icon in the Breeze plasma theme,
and if nothing is found, fall back to the active icon theme.

Personally I think we should remove icons from Plasma themes entirely in KF6
and only have icons in the icon theme. This would be way less confusing to
users and prevent bugs like this automatically.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-02-15 Thread Alexander Schier
https://bugs.kde.org/show_bug.cgi?id=432962

--- Comment #9 from Alexander Schier  ---
My usual plasma theme is Aya and I guess it may have less maintenance than
Breeze and Oxygen.
A fallback to a safe default (should it be breeze or should there be some
fallback icon provided by plasma itself without any theme?) would be nice.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 432962] When an icon isn't found in the Plasma theme and it falls back to the icon theme, it can't fall back again to the icon theme's fallback theme

2021-02-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432962

Nate Graham  changed:

   What|Removed |Added

Summary|Missing icon for|When an icon isn't found in
   |notifications in DnD mode   |the Plasma theme and it
   ||falls back to the icon
   ||theme, it can't fall back
   ||again to the icon theme's
   ||fallback theme
Version|5.20.5  |5.79.0
 Ever confirmed|0   |1
 CC||plasma-b...@kde.org
Product|Breeze  |frameworks-plasma
 Status|REPORTED|CONFIRMED
  Component|Icons   |libplasma
   Assignee|visual-des...@kde.org   |notm...@gmail.com

--- Comment #8 from Nate Graham  ---
Okay, I understand what's going on here now.

When you use the Oxygen Plasma theme, the notifications applet asks for the
notifications-disabled icon, which isn't present in the Plasma theme. No
problem; it falls back to the icon theme. But since your icon theme is Oxygen,
that also doesn't have the notifications-disabled icon in it!

At this point it's stuck and no icon is found. That's why when you use the
Breeze icon theme it works: it's falling back to the icon theme which has that
icon in it.

But there is a real bug here: when it falls back to Oxygen and doesn't find the
icon, it isn't capable of falling back once more to Breeze to find the icon,
which is the fallback specified in the Oxygen icon theme. This fallback from
one icon theme to another works when an app asks for an icon directly from the
icon theme, but not when Plasma asks for an icon from the Plasma theme and then
it falls back to the icon theme. It should fall back a second time, but
doesn't.

In the meantime, if either the Oxygen icon or Plasma theme gains an
Oxygen-style version of this icon, it will be fixed for you.

-- 
You are receiving this mail because:
You are watching all bug changes.