mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
crash: run platform compat hooks in crash reporter init
For some reason, QtWayland crashes we work around trigger in this path. This was previously masked when the crash reporter didn't unmask signals, as long as the original process crashed with SIGSEGV.
This commit is contained in:
parent
308f1e249b
commit
6ef86dd5aa
4 changed files with 24 additions and 1 deletions
|
|
@ -33,8 +33,9 @@ class WaylandPlugin: public QsEnginePlugin {
|
|||
return isWayland;
|
||||
}
|
||||
|
||||
void preinit() override { installWlProxySafeDeref(); }
|
||||
|
||||
void init() override {
|
||||
installWlProxySafeDeref();
|
||||
installPlatformMenuHook();
|
||||
installPopupPositioner();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue