QHotkey icon indicating copy to clipboard operation
QHotkey copied to clipboard

SIGSEGV: x11Interface is null

Open SkyD666 opened this issue 1 year ago • 2 comments

Ubuntu 22.10 Qt 6.4

file: qhotkey_x11.cpp

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

x11Interface is null

screenshot

SkyD666 avatar Feb 06 '23 03:02 SkyD666

Are you on Wayland?

ManuelSchneid3r avatar Feb 09 '23 21:02 ManuelSchneid3r

oh sorry i'm using wayland.

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

thank you!

SkyD666 avatar Feb 10 '23 02:02 SkyD666

Closed by #98.

Shatur avatar May 20 '24 19:05 Shatur