[dolphin] [Bug 490685] Dolphin causes compositor to lag when XDG_CONFIG_HOME variable contains a closing slash
Adam Fontenot
bugzilla_noreply at kde.org
Sat Jul 27 02:08:02 BST 2024
https://bugs.kde.org/show_bug.cgi?id=490685
--- Comment #7 from Adam Fontenot <adam.m.fontenot+kde at gmail.com> ---
It looks like the check here is repeatedly failing:
https://invent.kde.org/frameworks/kservice/-/blob/master/src/sycoca/ksycoca.cpp?ref_type=heads#L662
return extraFiles.keys() != files;
I'm not sure how to inspect these QStringLists within gdb, but I wonder if this
comparison could involve the kind of string comparison issue I speculated about
above.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list