[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2022-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=256856

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #27 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2022-11-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=256856

--- Comment #26 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2022-10-23 Thread John O'Shaughnessy
https://bugs.kde.org/show_bug.cgi?id=256856

--- Comment #25 from John O'Shaughnessy  ---
Sorry, Justin, but I have stopped using KDE / Plasma . I now only have GNOME or
macOS Monterey.

> On 22 Oct 2022, at 00:59, Justin Zobel  wrote:
> 
> https://bugs.kde.org/show_bug.cgi?id=256856
> 
> Justin Zobel  changed:
> 
>   What|Removed |Added
> 
> Resolution|--- |WAITINGFORINFO
> Status|REPORTED|NEEDSINFO
> 
> --- Comment #24 from Justin Zobel  ---
> Thank you for reporting this bug in KDE software. As it has been a while since
> this issue was reported, can we please ask you to see if you can reproduce the
> issue with a recent software version?
> 
> If you can reproduce the issue, please change the status to "CONFIRMED" when
> replying. Thank you!
> 
> -- 
> You are receiving this mail because:
> You are on the CC list for the bug.

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

[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2022-10-21 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=256856

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #24 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "CONFIRMED" when
replying. Thank you!

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

[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2016-07-11 Thread Pulfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256856

--- Comment #23 from Pulfer  ---
(In reply to Pulfer from comment #22)
> Michael, should kbuildsycoca5 update ~/.cache/icon-cache.kcache? It actually
> doesn't, but I don't know if it's a bug. Something is Plasma 5 creates
> broken icon-cache.kcache file after icons theme change from System Settings.
> Usually I need to switch to new theme twice to make it fully applied.
> Otherwise I get mixed icons (some from current theme, some from previous).

Well, it seems to be another bug: https://bugs.kde.org/show_bug.cgi?id=365363

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


[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2016-07-10 Thread Pulfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256856

Pulfer  changed:

   What|Removed |Added

 CC||pul...@list.ru

--- Comment #22 from Pulfer  ---
Michael, should kbuildsycoca5 update ~/.cache/icon-cache.kcache? It actually
doesn't, but I don't know if it's a bug. Something is Plasma 5 creates broken
icon-cache.kcache file after icons theme change from System Settings. Usually I
need to switch to new theme twice to make it fully applied. Otherwise I get
mixed icons (some from current theme, some from previous).

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


[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2016-06-18 Thread Michael Pyne via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256856

--- Comment #21 from Michael Pyne  ---
Based on the comments that the bug is still present, and fixed by removing the
icon cache, I've tried to reproduce but still cannot. I've also tried adding
some debugging code to the base KSharedDataCache class, which is what uses the
'icon-theme.kcache' file.

What I have seen is that sometimes changing the icon theme (from "kcmshell5
icons" or through System Settings) results in a new icon-theme.kcache which
duplicates a previous theme's inode number. E.g. if I run "ls -i
~/.cache/icon-cache.kcache" (where ~/.cache is the modern location for the icon
caches), I get 4589980 as the inode, then 4587597 (after changing the icon
theme from System Settings), then back to 4589980. But the kernel is allowed to
reuse inode numbers, and in fact reusing existing entries is even quicker than
creating new inodes, which implies that we can expect this happen, as long as
the kernel is satisfied there won't be mixed references into the file by
accident.

The debugging code I added assigns a unique ID when creating a new cache, and
this unique ID *is* different each time I change the icon theme, even when the
inode number is duplicated. So if you're still seeing this bug, after using
System Settings to change the icon theme, then I'd have to look into something
else (e.g. maybe it works on some file systems but not on others).

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


[kdelibs] [Bug 256856] Changing icon theme does not take effect in Dophin

2016-06-11 Thread Tom Kijas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256856

Tom Kijas  changed:

   What|Removed |Added

 CC||t.ki...@gmail.com

--- Comment #20 from Tom Kijas  ---
Yep, them bug is still here. After I installed Unity next to KDE5, it messed up
icons in KDE (and other graphical-related things).

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