| 12 Dec 2025 |
raboof | unfortunately I also haven't quite figured out how to go from "these methods get inconsistently generated" to "this dependency is not declared" - so for powerdevil and libplasma I've opened upstream issues in kde with that pointer (which were 'confirmed' but no other action yet) | 12:54:56 |
| 14 Dec 2025 |
| srounce joined the room. | 10:12:46 |
srounce | Hey K900I made this PR to fix an issue in FreeCAD where it will crash under Gnome 49 whenever a file browser is opened, due to gtk3 gsettings-schema not being present. Would it be worth applying something like this to all Qt apps via wrapQtAppsHook as it seems many applications are affected. | 10:16:03 |
K900 (Old) | No | 10:16:15 |
K900 (Old) | This is the stupid thing again | 10:16:22 |
K900 (Old) | We need some sort of global solution but slapping wrapGAppsHook on every Qt application is not it | 10:16:33 |
srounce | Yes I was hoping you’d have a suggest for a better solution than that as it’s rather clumsy | 10:22:35 |
K900 (Old) | Possibly we should just patch Qt to take the XDG portal path | 10:24:38 |
srounce | aren’t all Qt applications using wrapQtAppsHook? | 10:29:16 |
K900 (Old) | Yes, and some of them do Really Interesting Things | 10:29:34 |
srounce | * | 10:29:36 |
K900 (Old) | That will break if you just do this globally | 10:29:39 |
srounce | Mmm ok | 10:30:27 |