
qDebug doesn't display anything in application output / Programming ...
Sep 4, 2011 · I assume something in the local Qt config redirected qdebug into stderr. So I added "printf ("snafu\n");" and that does indeed not show up. fprintf (stderr, "snafu error\n"); however does. The …
[SOLVED] Why does Qt Creator make Qt logging redirect to journalctl ...
May 9, 2022 · qDebug (const char *format, ...) Logs debug message format to the central message handler. BTW It's just not intuitive to me, and also leave unnecessary footprints. In fact I'm choosing …
["SOLVED"] Problem with QT Creator after last Qt update. / System ...
May 31, 2014 · In Qt Creator I have now no application output at all: qDebug () and cout are not working. In "Build & Run"/"Qt Versions" it was set to 5.2 and I found that this problem may be related to bad …
[SOLVED] QT build error: invalid use of incomplete type ‘class QButton ...
Oct 22, 2011 · I have the same situation with the AUR package keepassxc-git. I wonder if this is a problem on my machine or if the package is broken? It appears odd to me that I didn't find any …
[SOLVED] Result of DBUS call (QT) / Programming & Scripting / Arch ...
Oct 15, 2006 · Everything works nicely, popup is shown, but commandline shows "Error" that means QDBusReply is invalid. How can I read the result of this function? This should return ID of the …
How does vscode know which extensions are disable for a workspace ...
4 days ago · Disabled some extensions for workspace, it works, but I can't find where did vscode save the settings. no folder .vscode and the .code-workspace fiel is as below
[solved] makepkg does not build obs-studio with debug symbols / …
Jan 10, 2020 · Hi I use fully updated Arch + KDE Plasma. I'm trying to build obs-studio with debug symbols using makepkg because I need to report a crash to its developers. But building fails with the …
(Solved) lftp nm:[email protected] with 192.168.0.101 does not work ...
Dec 14, 2010 · Previously, I could contact 192.168.0.102 via lftp nm:[email protected]. Connect, put, get. Or nm:[email protected] with 192.168.0.101. Connect, put and get. Now nm ...
[Closed] Make NetworkManager not create tun interface / Networking ...
4 days ago · Is there a way to make NetworkManager apply a profile to a tun interface, but not create a new tun interface when the original one disappears and deactivate the profile instead? I have a …
[SOLVED] Put internal display to sleep on ThinkPad X201 laptop / …
Jan 4, 2026 · I've just installed Arch on a ThinkPad X201 laptop that I use as a home server. Since it is a server, I access it typically by SSH and the internal display is not needed after boot. I don't want the …