qt on linux 22.04

Linux specific forum
TassyJim
Enthusiast
Enthusiast
Posts: 186
Joined: Sun Jun 16, 2013 6:27 am
Location: Tasmania (Australia)

qt on linux 22.04

Post by TassyJim »

I have user who has been happy with my application until he tried Ubuntu 22.04
Bad news. I recently installed Ubuntu on a new (2'nd hand) laptop, and the flavour was Ubuntu 22.04. All my previous installs where Ubuntu 20.04.

In 22.04 the qt5-default library does not exist anymore (the WebKit is stille there). For some reason Debian has dropped the qt5-default, and therefore Ubuntu does not provide the qt5-default anymore.
I had too many problems using GTK and qt has been much better for me, until now.
Are there any workarounds I can try?

Linux packages are not something I can get my head around at the best of times.

Jim
User avatar
moulder61
Enthusiast
Enthusiast
Posts: 193
Joined: Sun Sep 19, 2021 6:16 pm
Location: U.K.

Re: qt on linux 22.04

Post by moulder61 »

HI TassyJim,

I don't use Ubuntu myself, but if you give me some more details I could do an install just to test it out.

I tend to use the GTK toolkit, but I know that KDE/Plasma recently went to version 6 and I think qt is up to version 6 too?

Is there a qt6-default library that could be used instead?

This may or may not be relevant, I'm just thinking out loud. :D

Give me a shout if you want me to experiment at all. I like to try to help the Linux community.

Moulder.
"If it ain't broke, fix it until it is!

This message is brought to you thanks to SenselessComments.com

My PB stuff for Linux: "https://u.pcloud.link/publink/show?code ... z3MR0T3jyV
User avatar
mk-soft
Always Here
Always Here
Posts: 6240
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: qt on linux 22.04

Post by mk-soft »

My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
TassyJim
Enthusiast
Enthusiast
Posts: 186
Joined: Sun Jun 16, 2013 6:27 am
Location: Tasmania (Australia)

Re: qt on linux 22.04

Post by TassyJim »

Thanks for the link.
Reading it, all we should need is "sudo apt-get install qtbase5-dev"
I asked him to install the full developer packages(as listed in the easy install thread) and that worked so I will have to set up a clean VM to test.
Linux doesn't seem to be very good at backwards compatibility.

Jim
Post Reply