I got off to an embarrassing start with this topic, what did I think about not doing a SEARCH on Forum and DraftSight. I would have found valuable information and also that I had been posting myself
A little backgroundWell perhaps something good came out of it. As I am a VariCAD user I have been working in 3D which is fine for some things and very fascinating too. As I am also involved with electronics a small team is getting under way with some very experienced people from my past. One thing we have in common was the use of 2D drawings, an instrumentation system we set up when we worked for a paper mill. Countless hours went into this and the result we have certain things hammered into our brains but it was all based on AutoCad-Lite.
VariCAD does have quite a good 2D system but as anything new this happens to have a different philosophy and difference is just enough to be rather frustrating in use when you know how easy it used to be. This is why the need for an AutoCad LT clone would be more than welcome in Linux. I am on the difficult path jumping ship to Linux, which I can allow myself now I am retired. This does make it precarious for the electronics team where the chief operator is not going to change. So I am looking forward to see what DraftSight can offer, as a project now is under way, file exchanges have been reviewed and while 2D VariCad would have worked, with some frustration on my part, something AutoCAD LT would be a breeze.
Personally wine is not on for me I feel the mix is too much of a complication. Since I have AutoCAD LT this has been a hard decision but I feel it needed to be made, and I would have battled on with VariCAD 2D. I did know about Qcad but it was also discarded at the time.
Some more findingsThe Forum search using "DraftSight" produced a handful of hits which I decided to look close at because at least 5 people said they had it running. The in a topic
Just-19 mentioned it appeared to run but throwing up a number of errors.
I decided to Google:
error while loading shared libraries: libFXExport.so.1 I picked an ArchLinux response ( about the only one matching closely) and in here I found some more details that made me wonder if my system would run despite all the errors I was getting.
1.. There was an indication that DraftSight had installed, rpm tools told me as well as an attempt at re-install said already installed.
2.. updated database, ran locate DraftSight an got an idea of where program located
[root@localhost gert]# updatedb
[root@localhost gert]# locate DraftSight
/home/gert/.kde4/share/apps/RecentDocuments/111125-DraftSight_CAD_AutoCad_LT.glk.desktop
/home/gert/Documents/111125-DraftSight.glk
/opt/dassault-systemes/draftsight/bin/DraftSight
/opt/dassault-systemes/draftsight/bin/DraftSight.bin
[root@localhost gert]#
3.. Unfortunately I picked the *.bin file as my run file, this sets you back. My last attempt was to just run "the other file" I was dreaming a bit and initially thought here comes the error lines again. While pondering my next step, the programs started running.
[root@localhost gert]# /opt/dassault-systemes/draftsight/bin/DraftSight
QFSFileEngine::open: No file name specified
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFileInfo::absolutePath: Constructed with empty filename
QFSFileEngine::open: No file name specified
4.. I had run the following command and in my case the first 30 lines of response was "not found" (listing available on request

) followed by a lot of lines that looked ok.
[root@localhost gert]# ldd /opt/dassault-systemes/draftsight/bin/DraftSight.bin
linux-gate.so.1 => (0xffffe000)
libFXExport.so.1 => not found
libFXRenderBase.so.1 => not found
..
..etc
At this stage I was just about giving up when I decided to
run the none *.bin file above:
[root@localhost gert]# /opt/dassault-systemes/draftsight/bin/DraftSight
Edit: I am not sure but I think I had to start with root privileges, which has caused me some headache along the way from a file management point only as far as I can see. (Did not have time to sort out how I was going to use the program if I would ettle on its use.)
Ok, it seems the system is running on my fully updated KDE-mini, I have not had time to check importation of a *.dxf yet but since it now may not be needed as we should be able to exchange *.dwg files we/I are/am in business I hope

Fingers crossed.
Will do some checking over the weekend if I can find time.