Skip to main content

Questions tagged [qt]

Qt is a cross-platform application development framework widely used for the development of application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while having the power and speed of native applications. Qt is available with both commercial and open source licenses. Questions about programming with Qt should be asked on Stack Overflow.

0 votes
0 answers
63 views

I want to compile Kvantum on my Debian 12 machine

I want to complie kvantum on my debian 12 machine with kde. But I can't install the following dependecy: libkf6windowsystem-dev. When I run the command sudo apt install libkf6windowsystem-dev I get ...
Oberwalder Sven's user avatar
0 votes
0 answers
86 views

Setcap is not allowing qt program to load libraries

For loading libraries I am doing export LD_LIBRARY_PATH=./SupportLibs:$LD_LIBRARY_PATH Loading of libraries fails when any cap abilities is set for qt application, sudo setcap =ep Application If I ...
UNREAL's user avatar
  • 101
1 vote
1 answer
30 views

All Qt GUI applications hang up trying to open or save a file

I use Mint Linux 20.3 on my office workstation, with a custom Qt 5.15.6 build, Qt Creator, and TeXStudio. Some side applications, like the VLC Media Player I use, are also compiled with this Qt build. ...
Andrei Vukolov's user avatar
1 vote
1 answer
375 views

How to force a linux binary to use only its own provided shared libraries?

I'm using an application, PowerISO, that comes with no source code, only its binary and the required shared libraries. I've used it for a number of years on Debian 10, but now I'm on Debian 12, it no ...
jimjamz's user avatar
  • 35
0 votes
0 answers
196 views

Qt5 development libraries for Debian

So, I'm trying to compile VLC myself, as I noticed the Debian package refused to show VA-API support in the settings (and according to intel_gpu_top isn't using it). And while the flatpak version does ...
Richard Rosner's user avatar
0 votes
0 answers
563 views

Install qt 5.15 onto CentOS 7

I have a program I want to compile on Red Hat 7.8 which uses Qt 5.15 features, yet the last available Qt 5 library (from repo's) is Qt 5.9 How can I install Qt 5.15 on CentOS 7 to compile my program? ...
TSG's user avatar
  • 309
0 votes
0 answers
112 views

What is qt6-tools equivalent of qt5-tool uic option?

What is qt6-tools equivalent of qt5-tool uic option? Looking thru qt6-tool help is not so helpful. nov25-1@nov251-desktop:~$ qt6-tools --help Usage: qt6-tools [OPTIONS] COMMAND [ARGS]... Options: --...
Jan Hus's user avatar
  • 101
0 votes
1 answer
139 views

What script does set my QT_AUTO_SCREEN_SCALE_FACTOR env variable to zero by default?

I'm struggling to set default value of QT_AUTO_SCREEN_SCALE_FACTOR in my system (debian bullseye). But it seems that value I put a setter into .profile is ignored. Anyway the environment variale is ...
ardabro's user avatar
  • 485
4 votes
1 answer
733 views

Black out application window on KDE Plasma after long uptime

After using for a long time, application window fails to render application windows. Problem: application screen sometimes blacks out (Attached image) occurs in any application (Chrome, Thunderbird, ...
yuki's user avatar
  • 51
8 votes
1 answer
20k views

how to install qt5 in debian 11 stable?

I'm trying to play an NES emulator named punes, and on its github page, it says I need to configure and build manually. When I do ./configure, I get configure: error: Qt5 library not found. However, ...
xdavidliu's user avatar
  • 1,240
1 vote
0 answers
70 views

luckybackup-pkexec (as root) fails in Linux Mint Cinnamon 20.3

I tested the failure in the terminal of its app's source folder to see the errors. The question is, what is needed to re-install, Qt? because the app has been purged and reinstalled twice. root@...
ineuw's user avatar
  • 43
0 votes
0 answers
3k views

"This application failed to start because no Qt platform plugin could be initialized"

I have created a Kali-Linux environment on Windows using Oracle VM VirtualBox 6.1.32. I've been trying to run wireshark on kali-linux. But when I type wireshark in the terminal, I get this error. I've ...
Sunghyeon Lee's user avatar
3 votes
1 answer
1k views

Qt5's QPA can not connect to my display?

I am trying to launch the Garuda Boot Manager and get this: qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though ...
Ingwie Phoenix's user avatar
0 votes
0 answers
76 views

Arch Linux on Pi4 double display

I'm trying to build a Qt double display Application on Raspberry Pi4 with Arch linux. But my Rasp cannot find the two HDMI displays. " [root@trolly home]# xrandr Can't open display " How can ...
Olly's user avatar
  • 1
1 vote
1 answer
535 views

Is there a way to search for Cygwin packages by command, and then download the package, and all its dependents?

I'm currently trying to use a program called Paml, in Cygwin but to initially configure it I need to use the "qmake" command in a Cygwin which as far as I can tell, seems to be part of the ...
Zerraphin's user avatar

15 30 50 per page
1
2 3 4 5
10