Page 1 of 1

installation on ubuntu 11.10

Posted: Thu Dec 08, 2011 7:32 pm
by tychwarel
I have downloaded and extracted the Tar.gz file into my home folder.

location at /home/paul/qcad-3.0.0-rc2-prof-linux.


I can get it to run only if I manually start it using the qcad shell script file within that folder

how do I get the program manger to recognise this as a valid program, so that i can get it to appear in the programs list.

Posted: Thu Dec 08, 2011 7:48 pm
by andrew
The tar.gz does not change your system configuration in any way.

If you would like to have an icon on the desktop and link DXF files and DWG files to QCAD, please download the installer for Linux instead.

Posted: Thu Dec 08, 2011 9:16 pm
by tychwarel
downloaded the installer qcad-3.0.0-rc2-prof-linux.bin to my downloads file
but nothing recognizes it. how do I use this file.

Posted: Thu Dec 08, 2011 9:40 pm
by andrew
It's an executable, an application that installs QCAD.

1. Make it executable: Right-click on the file. Select 'Properties', 'Permissions' tab, check the option "Allow executing file as program"
2. Run the file by clicking on it.

installation on ubuntu 11.10

Posted: Fri Dec 09, 2011 10:53 am
by tychwarel
That doesn't work either.

allow executing file as program is ticked

when I then click on the file I get the following message:-

Could not display "/home/paul/Downloads/qcad-3.0.0-rc2-prof-linux.bin".
The file is of an unknown type.

Posted: Fri Dec 09, 2011 11:01 am
by andrew
For some reason the file is not executable for you. Unfortunately, it is very difficult to give accurate advice for graphical user interfaces. If you are familiar with the Linux console (terminal), please run the installer from there:

Code: Select all

cd /home/paul/Downloads
chmod a+x qcad-3.0.0-rc2-prof-linux.bin
./qcad-3.0.0-rc2-prof-linux.bin

installation on ubuntu 11.10

Posted: Fri Dec 09, 2011 11:39 am
by tychwarel
Thank you

that worked perfectly. :D

QCAD3 does not run on Linux Mint 12

Posted: Tue Mar 13, 2012 8:08 am
by AgedGeek
Hi

I have installed QCAD3 on my laptop which has Ubuntu 11.04, and it runs perfectly (so far), as it ought to, since the RibbonSoft website indicates that QCAD3 has been tested on this platform.

However, QCAD3 does not run on my PC at work with Linux Mint 12 (32-bit), which is based on Ubuntu 11.10. It starts up and shows the initialization splash when I run the qcad shell script from the /opt directory. Then it seems to want to start by showing the main window for less than a second. The window then closes and nothing further happens.

Does anyone have an idea of what I need to do to make QCAD3 work on Linux Mint 12?

Thanks.

Posted: Tue Mar 13, 2012 10:07 am
by andrew
On Linux Mint 12, QCAD uses the GTK style by default which seems to be broken.

Try using another style, for example "plastique", "win32" or "cde":

./qcad -style plastique

Posted: Tue Mar 13, 2012 10:21 am
by AgedGeek
Thanks, Andrew

'plastique' works.