Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
548 stars 161 forks source link

SIGSEGV: x11Interface is null #82

Closed SkyD666 closed 3 months ago

SkyD666 commented 1 year ago

Ubuntu 22.10 Qt 6.4

file: qhotkey_x11.cpp

line 134: const QNativeInterface::QX11Application *x11Interface = qGuiApp->nativeInterface<QNativeInterface::QX11Application>();

x11Interface is null

screenshot

ManuelSchneid3r commented 1 year ago

Are you on Wayland?

SkyD666 commented 1 year ago

oh sorry i'm using wayland.

Also, x11Interface should check for null first. (line 141 and line 135)

thank you!

Shatur commented 3 months ago

Closed by #98.