I met the same problem in version 0.14.3702+dfsg-1, after building the package (from jessie source) in a (amd64) wheezy system (with some packages from wheezy-backports and jessie to meet requirements build-depends and depends conditions).
I haven't tried to rebuild it with any adjustments yet, but temporarily adding a few symbolic links under /usr/lib/Freecad/mod and /usr/lib/freecad/Mod/Material I did manage to get the Start Center and the missing Workbench menu entries: cd /usr/lib/freecad/Mod ln -sv ../data/Mod/Start ./ ln -sv ../data/Mod/Drawing ./ ln -sv ../data/Mod/Robot ./ cd Material ln -sv ../../data/Mod/Material/StandardMaterial ./ Actually in my first attempt to run freecad after the above I met another issue, apparently the one described http://www.freecadweb.org/wiki/index.php?title=FAQ#FreeCAD_freezes_after_startup and indeed the KDE widget style in use was Oxygen --- after changing it to QtCurve freecad started up apparently without problems. Best regards J Esteves -- +351 939838775 xmpp: [email protected], [email protected] http://jmce.eu/ -- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
