Questions tagged [qt5]
5 questions
10
votes
1 answer
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, when I do apt list *qt5*, it gives me an extremely…
xdavidliu
- 1,471
- 3
- 17
- 32
1
vote
2 answers
QT Creator hangs on opening a file or project
My previously installed QT SDK 1.2.1 was working fine.
Then, I tried to upgrade it to QT OpenSource 5.6.1. It was working fine.
One day, it started hanging on clicking "File--->Open a New File or Project".
I have reinstalled QT 5.6.1 multiple times,…
dashthird
- 11
0
votes
0 answers
Qt theming and appmenu issues
I have a couple of problems with Qt5/Qt6 applications.
I have installed xfce4-appmenu-plugin vala-panel-appmenu and vala-panel-appmenu-common packages. I have configured xfce4 specific settings with xfconf-query as mentioned in vala's github page.…
VD-Flash
- 3
0
votes
0 answers
Monospaced font in Manjaro
I have been a user of KeePassXC for pwd-management for a while not and am quite happy with that. When I started using Manjaro with xfce I have not been able to use the monospaced font in notes of KeePassXC entries. I have been trying to solve this…
Zedoku
- 21
0
votes
1 answer
Qt5 on Wayland - how to set keyboard repeat rate?
I'm running SwayWM. I set the keyboard repeat delay and rate in ~/.config/sway/config as:
input * repeat_delay 180
input * repeat_rate 50
This works in everything except Qt5 applications. Qt5 applications use their own repeat delay and rate, and it…
Owen
- 865