Fits whole and Fits Selected Icons missing

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
regis
Posts: 725
Joined: Sun Jul 12, 2015 8:17 am
Contact:

Fits whole and Fits Selected Icons missing

Post by regis »

has anyone noticed that these 2icons suddenly are missing? no matter how much I install resintall, no matter the version it doesn't show up. How to fix this?
Attachments
Screenshot from 2019-02-17 18-52-08.png
Screenshot from 2019-02-17 18-52-08.png (14.15 KiB) Viewed 1040 times
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Fits whole and Fits Selected Icons missing

Post by triplus »

Are you using a custom desktop icon theme? Does this fix it:

https://forum.freecadweb.org/viewtopic. ... 50#p286809
User avatar
regis
Posts: 725
Joined: Sun Jul 12, 2015 8:17 am
Contact:

Re: Fits whole and Fits Selected Icons missing

Post by regis »

yes it it fixed it for the appimage which uses python3.6
but did not fix it for the daily ppa thich uses python 2.7
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Fits whole and Fits Selected Icons missing

Post by triplus »

Are you sure the AppImage had the issue in the first place? If you revert to defaults:

Code: Select all

p = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Bitmaps/Theme")
p.RemString("Name")
And re-start FreeCAD, AppImage has the issue? If yes, you are likely using a custom desktop icon theme? What happens if you revert that to defaults?

P.S. Note that FreeCAD must not crash on close, for the changes to have an effect. Only have one instance of FreeCAD running, when applying the changes and doing tests.
Post Reply