[In progress] MacOS menu Settings bug.

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

[In progress] MacOS menu Settings bug.

Post by Evgeniy »

I do not have a MacOS computer at my disposal , but other users have informed me about of specific localization bug in the 0.19 version of FreeCAD.

Its essence is that if you set the Russian language in the FreeCAD settings. And after that "Settings" menu is goes out and becomes unavailable. I.e., the settings can no longer be changed.

Can anyone check for this bug in the latest version(0.20 for example) for MacOS?
And write your answer in this branch?
Maybe that is already been fixed?

Important! After changing the language, the settings menu may become unavailable. And it will be impossible to change it back.

If the settings menu is be blocked during the check. Use the python console to enter the settings.

Code: Select all

Gui.runCommand('Std_DlgPreferences',0)
Menu on English:
Image

Menu on Russian:
Image
Last edited by Evgeniy on Thu Aug 19, 2021 2:32 pm, edited 1 time in total.
chrisb
Veteran
Posts: 54190
Joined: Tue Mar 17, 2015 9:14 am

Re: For MacOS users. Need's to confirm one bug.

Post by chrisb »

You can go to Start workbench and use the Settings icon at the right upper corner.

We had not too long ago the same with the French locale. I don't know who fixed it.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: For MacOS users. Need's to confirm one bug.

Post by Evgeniy »

I intresting if it is fixed in Russian or not. It is quite possible that this error remained in the Russian language package.
As well as the version number of FreeCAD in which this has already been fixed.
chrisb
Veteran
Posts: 54190
Joined: Tue Mar 17, 2015 9:14 am

Re: For MacOS users. Need's to confirm one bug.

Post by chrisb »

It's still present in this version:
OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.25176 (Git)
Build type: Release
Branch: master
Hash: 909dfa7036f9fd36bbd3acee2a5dee161d2819fb
Python version: 3.9.5
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: C/Default (C)
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54190
Joined: Tue Mar 17, 2015 9:14 am

Re: For MacOS users. Need's to confirm one bug.

Post by chrisb »

And I can confirm in the very latest version.

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.25311 (Git)
Build type: Release
Branch: master
Hash: c5524bb58a7126fa2242d6137eb82ee9d54e82d4
Python version: 3.9.6
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: C/Default (C)
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54190
Joined: Tue Mar 17, 2015 9:14 am

Re: For MacOS users. Need's to confirm one bug.

Post by chrisb »

The forum search brought this up: issue #4491. I reopened the ticket.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: For MacOS users. Need's to confirm one bug.

Post by Evgeniy »

chrisb wrote: Mon Jul 26, 2021 7:40 am The forum search brought this up: issue #4491. I reopened the ticket.
Thanks!
Post Reply