Missing main icons

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
Drakelive
Posts: 5
Joined: Wed May 27, 2015 10:52 am

Missing main icons

Post by Drakelive »

I have problems on the first 4 icons in the upper left (photo in red). I used Ubuntu 18.10 until the week before Christmas with the Daily version without problems. I took advantage of the Christmas holidays to reformat the notebook to solve other problems but nothing, even installing FreeCAD first I found the icons this way.
Yesterday evening I realized that with changing the theme of the icons (by default I had YARU) choosing Ubuntu-mono-light I change some icons but at least Freecad 0.18 can find and display them correctly. Maybe we have a problem with the Yaru Theme or in the latest daily FreeCAD have called wrong names for these icons?

OS: Ubuntu 18.10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15611 (Git)
Build type: Release
Branch: master
Hash: 64a94ae0f7c60fc981086fe157150a9c0dca29c6
Python version: 2.7.15+
Qt version: 5.11.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Italian/Italy (it_IT)
Attachments
freecad.jpg
freecad.jpg (113.06 KiB) Viewed 825 times
chrisb
Veteran
Posts: 53933
Joined: Tue Mar 17, 2015 9:14 am

Re: Missing main icons

Post by chrisb »

Moved to Help forum.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Missing main icons

Post by triplus »

Hi @Drakelive

If you will copy and paste this code snippet in the FreeCAD Python console:

Code: Select all

p = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Bitmaps/Theme")
p.SetString("Name", "None")
After FreeCAD restart default set of icons should be made available. On the image indeed the Yaru icon theme is being used.

Reference:
https://forum.freecadweb.org/viewtopic. ... 10#p276881
Post Reply