Installation question [SOLVED]

Drop in here to discuss whatever you want.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Installation question [SOLVED]

Post by LongJohnShiver » Mon Jul 14, 2025 7:10 pm

Hello, Im using the latest 3.32.3 QCad from the shop. The installation guide says, that I can put the archive to any folder of my choice. But I got this error, appended to this post.

I looked at my installed libraries and I got the qt5x lib installed.

Should I set the path to QT or QCad in the system environment? In this case I need assistance, cause Im not really a linux pro. :)

What do I have to do with this error message?

Any help would be highly appreciated.
Thanks in advance.

LongJohnShiver
Attachments
qcadinsfail.png
qcadinsfail.png (39.56 KiB) Viewed 4510 times
Last edited by LongJohnShiver on Thu Jul 17, 2025 11:44 am, edited 2 times in total.

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Wed Jul 16, 2025 9:38 pm

No one an idea?

User avatar
Husky
Moderator/Drawing Help/Testing
Posts: 5054
Joined: Wed May 11, 2011 9:25 am
Location: USA

Re: Installation question

Post by Husky » Thu Jul 17, 2025 12:18 am

Here you can find step by step instructions for each by Qcad offered OS's

https://www.qcad.org/en/qcad-installation
Work smart, not hard: QCad Pro
QcadPro, QcadCam, Win11/64, 64GB RAM, 10-Core, SSD
If a thread is considered as "solved" pls. change the title of the 1. post to "[solved] Title..."

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 12:59 am

Yes, thanks. I already followed this instruction for the tar.gz archive. But unfortunately I got this error message from above.

What I did:

Extract the tar.gz archive to a folder of my choice. (as mentioned in the text from your link)

Set ./qcad in the cli from the folder where I put the files from the tar.gz archive.

Next I get this error message.

I cannot start the program from inside the folder, where I extract the tar.gz archive with ./qcad. I mean literally this is the text I wrote in my first post to this topic.

What can I do?

CVH
Premier Member
Posts: 4872
Joined: Wed Sep 27, 2017 4:17 pm

Re: Installation question

Post by CVH » Thu Jul 17, 2025 6:46 am

Hi,

A global forum search on the terms 'Qt platform plugin xcb' returns 20 hits.
Perhaps your problem is already answered. :wink:

Regards,
CVH

User avatar
andrew
Site Admin
Posts: 8766
Joined: Fri Mar 30, 2007 6:07 am

Re: Installation question

Post by andrew » Thu Jul 17, 2025 7:33 am

You are likely missing dependencies on your system.

You can check this with:

Code: Select all

LD_LIBRARY_PATH=. ldd qcad-bin
Feel free to post the output if you need more help.

Alternatively, since you are installing a snapshot release, you can install the flatpak (Linux x86 64bit Flatpak, qcad-3.32.3.1-pro-linux-qt6-x86_64.flatpak) instead of the tar.gz. A flatpak will install all dependencies along with QCAD automatically. Flatpaks are also sandboxed. We currently only have installation instructions for Chromebooks, but the installation is almost the same from step "Installing flatpak" onwards:

https://qcad.org/en/qcad-installation-o ... chromebook

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 9:44 am

CVH wrote:
Thu Jul 17, 2025 6:46 am
Hi,

A global forum search on the terms 'Qt platform plugin xcb' returns 20 hits.
Perhaps your problem is already answered. :wink:

Regards,
CVH
Yes, thanks. A look at my first post returns, that I have the qt5xcb libraries already installed.

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 9:45 am

andrew wrote:
Thu Jul 17, 2025 7:33 am
You are likely missing dependencies on your system.

You can check this with:

Code: Select all

LD_LIBRARY_PATH=. ldd qcad-bin
Feel free to post the output if you need more help.

Alternatively, since you are installing a snapshot release, you can install the flatpak (Linux x86 64bit Flatpak, qcad-3.32.3.1-pro-linux-qt6-x86_64.flatpak) instead of the tar.gz. A flatpak will install all dependencies along with QCAD automatically. Flatpaks are also sandboxed. We currently only have installation instructions for Chromebooks, but the installation is almost the same from step "Installing flatpak" onwards:

https://qcad.org/en/qcad-installation-o ... chromebook
Ill try the flatpack files out soon. Thanks!

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 10:10 am

Hello, if Im installing the CE Version from tar.gz archive (by deleting some plugins to turn the trial files into CE version), I can run ./qcad from folder without errors. The program opens.
After purchasing the pro version, this way to open qcad wont work for me anymore. I'll try to figure out a bit more and come back to here.

1. LD_LIBRARY_PATH=. ldd qcad-bin
This outputs a list that doesnt show any "not found" entries.
Last edited by LongJohnShiver on Thu Jul 17, 2025 10:26 am, edited 1 time in total.

User avatar
andrew
Site Admin
Posts: 8766
Joined: Fri Mar 30, 2007 6:07 am

Re: Installation question

Post by andrew » Thu Jul 17, 2025 10:13 am

Are you sure that the trial is the same version / package? For QCAD Professional, you downloaded a Qt 6 based development snapshot release (3.32.3.1). Could it be that for the trial you have downloaded the Qt 5 based stable release instead (3.32.3)?

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 10:51 am

Hi Andrew,
I double checked it. On my system I got the qt5xcb library installed and you are right. As I wrote the topic here, I was using the snapshot version with qt6 dependencies. So I was downloading the correct file with qt5xcb lib 5 min ago. But it seems that the error still occurs, even with this fresh downloaded qt5xcb version of qcad. I got an error message, literally the same as with qt6 version of qcad.

The exact file name is:
qcad-3.32.3-pro-linux-qt5.14-x86_64.tar.gz
from where I put the files to a folder of my choice (but in my userspace).

btw: the CE version still runs with ./qcad. The Pro version not.
Attachments
lklklk.png
lklklk.png (39.57 KiB) Viewed 4301 times

User avatar
andrew
Site Admin
Posts: 8766
Joined: Fri Mar 30, 2007 6:07 am

Re: Installation question

Post by andrew » Thu Jul 17, 2025 10:58 am

Can you try running it with:

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=1 LD_LIBRARY_PATH="." ./qcad-bin
Also, please indicate what exact Linux distribution you are using (name and version), thanks.

Did you have a chance to try the flatpak?

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 11:11 am

My Linux OS is Parrot Home 6.12.32-amd64.

The output from

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=1 LD_LIBRARY_PATH="." ./qcad-bin
is
Attachments
lklklkoooo.png
lklklkoooo.png (17.3 KiB) Viewed 4294 times

LongJohnShiver
Junior Member
Posts: 13
Joined: Sat Jul 12, 2025 10:44 am

Re: Installation question

Post by LongJohnShiver » Thu Jul 17, 2025 11:11 am

andrew wrote:
Thu Jul 17, 2025 10:58 am
Did you have a chance to try the flatpak?
No, not yet. But I do later this day.

User avatar
andrew
Site Admin
Posts: 8766
Joined: Fri Mar 30, 2007 6:07 am

Re: Installation question

Post by andrew » Thu Jul 17, 2025 11:19 am

LongJohnShiver wrote:
Thu Jul 17, 2025 11:11 am
My Linux OS is Parrot Home 6.12.32-amd64.
OK. We don't have that here.

Two other possibilities are:

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=1 LD_LIBRARY_PATH=".:./plugins" ./qcad-bin -platform xcb

Code: Select all

QT_AUTO_SCREEN_SCALE_FACTOR=1 LD_LIBRARY_PATH=".:./plugins" ./qcad-bin -platform wayland
Otherwise, the flatpak is the way to go as that runs in its own environment, pretty much independent from your system.

Post Reply

Return to “Chat”