https://bugs.kde.org/show_bug.cgi?id=488965
--- Comment #34 from Anthony Fieroni <bvb...@abv.bg> --- (In reply to TraceyC from comment #30) > I can reproduce the bug in 6.1.3, but not in git-master. This fix is merged > in 6.2 and will be on your systems when they are updated to 6.2. > > on git-master > - Opened Touchpad settings and then Keyboard Shortcuts - both loaded properly > - Closed settings > - Installed Telegram from native package (not flatpak or snap), launched it > and connected my account > - Opened Touchpad settings and then Keyboard Shortcuts - both loaded > properly again Telegram or any other Qt doesn't matter, memory isn't shared, every process loads its own copy of shared libraries. They are shared during linking. So you could test only what I've mention above (https://bugs.kde.org/show_bug.cgi?id=488965#c26). Qt fixed bug is unrelated because it's "fixed" for Qt 6.7 but bug still exists in Qt 6.7.2. I don't see changes in master (Plasma 6.2) -- You are receiving this mail because: You are watching all bug changes.