Bug#884947:

2018-04-06 Thread Yorik van Havre
This bug depends on #874727 Sorry, I don't know a better way to mark/inform that here... Cheers Yorik -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#882532: freecad: FreeCADGuiInit.py not existing but mentioned in the log file

2017-11-27 Thread Yorik van Havre
IIRC this file is generated at runtime, the message might be a little puzzling, but I'm not sure it is really a bug.. -- Yorik van Havre November 23, 2017 4:39 PM, "Christian Buhtz" wrote: > Package: freecad > Version: 0.16.6712+dfsg1-1+b2 > Severity: normal > &

Bug#813442: SIGSEGV in _PyObject_GC_Malloc while drawing DWires

2016-02-06 Thread Yorik van Havre
I cannot reproduce that bug here... Would you provide a bit more information about what must be done exactly to see that crash happen? Thanks Yorik -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo

Bug#726805: closed by Anton Gladky (Fixed)

2015-08-13 Thread Yorik van Havre
August 13 2015 3:33 PM, "Francesco Poli" wrote: > I see at least the following outdated parts of the debian/copyright > file: > > • src/Doc/Start_Page.html licensing is described three times with > inconsistent information: please clarify and merge This is an old file left over from a previous v

Bug#778509: freecad crashes whis SIGSEV when attempting to save a file created in a previous session

2015-02-16 Thread Yorik van Havre
It works for me... I'm able to save/restore, no crash. This is most probably a problem related to the 3D driver (the first item of the stack trace is related to OpenGL). Disabling thumbnails in files (Menu Edit -> Preferences -> General -> Document -> uncheck "Save thumbnails into project files")

Bug#764814: freecad downloads and executes code

2014-11-07 Thread Yorik van Havre
In 0.14 version (the one in debian right now), the preferences option is in Preferences->Draft->DXF instead of Preferences->Import/export->DXF. This is already fixed upstream and will appear correctly in next versions. The message also appears in the FreeCAD UI if you enable/show the output window

Bug#764814: freecad downloads and executes code

2014-10-23 Thread Yorik van Havre
Hi Anton, Actually that Draft_rc.py file is generated after something was changed to some of the UI files. I need to make that happen at compile time some day... In our case here it is necessary because the preferences settings UI was changed to add the possibility to reenable auto downloads. You

Bug#764814: freecad downloads and executes code

2014-10-18 Thread Yorik van Havre
Hi Anton, I just committed[1] a fix to this problem. From now on, downloads are disabled by default. The fist time you want to use the DXF import or export feature, the user receives a message explaining him that he needs either to enable automatic downloads, via the freecad preferences settings,

Bug#764814: freecad downloads and executes code

2014-10-17 Thread Yorik van Havre
Okay, I'll try to do that this weekend -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#764814: freecad downloads and executes code

2014-10-15 Thread Yorik van Havre
Hi Anton, No, not directly... It's just an example of how to do it. But Francesco doesn't like that solution, and I'm afraid we're again embarking in a long-term issue if I apply the solution from the patch. I wonder if it's not easier to simply disable the whole DXF import/export, and indicate t

Bug#764814: freecad downloads and executes code

2014-10-13 Thread Yorik van Havre
Hi Thanks a lot for that example D, it is indeed much simpler than I thought... I change my mind, this now seems a very good solution ;) Would it be enough, though? The final user won't be able to judge... Maybe popping up a dialog the first time, explaining what will happen, would be a good thing

Bug#764814: freecad downloads and executes code

2014-10-11 Thread Yorik van Havre
Hi Thanks for the reply These are all pretty complex solutions, any of them will take time to implement I'm afraid. As a short-term solution, the only idea I can come up with is disabling DXF import/export by default and advising users to download and install the required libraries themselves if t

Bug#764814: freecad downloads and executes code

2014-10-11 Thread Yorik van Havre
Hi, This download happens the first time a user wants to use the DXF import/export feature. Since the license of our DXF exporter is GPL, and other components of FreeCAD prevent from linking to GPL code (namely OpenCasCade and Coin3D) (the whole story is another Debian bug), we found this trick of