[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=455702

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Can you confirm if it happens with all apps; such as installing supertux from
discover?
Firefox has some quirks due to it being on the panel, the path through
prefferredbrowser://

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=455702

Alberto Garcia  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #2 from Alberto Garcia  ---
(In reply to David Edmundson from comment #1)
> Can you confirm if it happens with all apps; such as installing supertux
> from discover?
> Firefox has some quirks due to it being on the panel, the path through
> prefferredbrowser://

I tried a few more apps. The same problem happens with:

- Spotify
- ScummVM
- Steam
- Calibre

It does NOT happen with:

- Telegram

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=455702

--- Comment #3 from Alberto Garcia  ---
I forgot: it also does NOT happen with SuperTux

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=455702

--- Comment #4 from Alberto Garcia  ---
Hmmm... I tried again starting with a fresh session and this time the SuperTux
icon didn't appear.

Then I repeated the same process with Telegram and this one still shows the
correct icon.

Both apps installed from Discover.

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455702

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-06-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455702

Nate Graham  changed:

   What|Removed |Added

  Component|Application Menu (Kicker)   |general

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-07-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=455702

Harald Sitter  changed:

   What|Removed |Added

 CC||janbidle...@protonmail.com

--- Comment #5 from Harald Sitter  ---
*** Bug 455979 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-07-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=455702

--- Comment #6 from Harald Sitter  ---
*** Bug 455981 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-11-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=455702

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||aleix...@kde.org
 Ever confirmed|0   |1

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

[plasmashell] [Bug 455702] Icon missing after installing an application from Flatpak

2022-11-21 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=455702

David Redondo  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kded/commit/2663ef41
   ||927f4414ee2f305f5bb1d44e467
   ||0dabf
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.101

--- Comment #7 from David Redondo  ---
Git commit 2663ef41927f4414ee2f305f5bb1d44e4670dabf by David Redondo.
Committed on 21/11/2022 at 09:47.
Pushed by davidre into branch 'master'.

Watch for icons directory changes from KDED

Upon KIconTheme construction folders are checked to exist and only
existing ones are used later for lookup of icons.
Now consider that  a new program is installed and it installs its
icon into a  directory inside XDG_DATA_DIRS that before did either not
contain an 'icons' directory at all or there was no folder of
the specific theme  at this specific location.
A typically long running program that  wants to display such icons
like an  application launcher, taskmanager, system monitor  or
window manager won't be able to find these icons.
KDED can watch for 'icons' directories or new theme directories
(subfolders of 'icons' and notify running applications.
KDED seems the correct place to watch for such events, it alreay
does so for a bunch of subfolders of XDG_DATA_DIRS.
FIXED-IN:5.101

M  +17   -2src/kded.cpp

https://invent.kde.org/frameworks/kded/commit/2663ef41927f4414ee2f305f5bb1d44e4670dabf

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