Re: "furniture icons in plan" option disable

by jurajmichalak » Sat Jan 30, 2021 4:53 pm

I had same problem when running sweethome3d on Ubuntu and fixed it:

Code: Select all

$ dpkg -L sweethome3d
Which gave me file /usr/share/sweethome3d/sweethome3d.sh which is used to start sweethome3d. I read that file and removed following line:

Code: Select all

 -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false \
It fixed my problem, I was able to enable top view after this change.

So maybe when everything is OK but swh3d does not check "off screen support" it does not allow to enable that feature.