[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2020-01-06 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=402172 --- Comment #7 from Kevin Kofler --- It looks like the same bug was reported to https://bugreports.qt.io/browse/QTBUG-74252 – I have cross-linked the 2 reports. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2020-01-06 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=402172 Kevin Kofler changed: What|Removed |Added See Also||https://bugreports.qt.io/br |

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2020-01-06 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=402172 Rex Dieter changed: What|Removed |Added CC||rdie...@gmail.com -- You are receiving this mail

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2020-01-06 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=402172 --- Comment #6 from Kevin Kofler --- Should the Plasma platform plugin call QIconLoader::updateSystemTheme()? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2020-01-06 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=402172 Kevin Kofler changed: What|Removed |Added CC||kevin.kof...@chello.at --- Comment #5 from

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2019-11-10 Thread Johannes Jordan
https://bugs.kde.org/show_bug.cgi?id=402172 Johannes Jordan changed: What|Removed |Added CC||k...@lanrules.de --- Comment #4 from

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2019-09-20 Thread Bobby
https://bugs.kde.org/show_bug.cgi?id=402172 Bobby changed: What|Removed |Added CC||bo...@fiery.me --- Comment #3 from Bobby --- Hi

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2019-01-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402172 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2018-12-18 Thread Ongun Kanat
https://bugs.kde.org/show_bug.cgi?id=402172 Ongun Kanat changed: What|Removed |Added CC||ongun.ka...@gmail.com -- You are receiving this

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2018-12-18 Thread JanKusanagi
https://bugs.kde.org/show_bug.cgi?id=402172 JanKusanagi changed: What|Removed |Added CC||jan-b...@gmx.co.uk -- You are receiving this

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2018-12-15 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=402172 --- Comment #2 from Fabian Vogt --- I debugged this a bit. The reason this fails is because the call to QIcon::setFallbackThemeName causes QIconLoader::ensureInitialized to be called, which sets up the internal configuration. At this point, however,

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2018-12-15 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=402172 Fabian Vogt changed: What|Removed |Added Ever confirmed|0 |1 CC|

[frameworks-kiconthemes] [Bug 402172] Compiling against Qt 5.12 breaks QIcon::themeName with Plama platform plugin

2018-12-15 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=402172 --- Comment #1 from Antonio Rojas --- Removing the QIcon::setFallbackThemeName("breeze"); line in setBreezeFallback() fixes the problem -- You are receiving this mail because: You are watching all bug changes.