Sketcher constraint dialog problem

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Joel_graff
Veteran
Posts: 1949
Joined: Fri Apr 28, 2017 4:23 pm
Contact:

Sketcher constraint dialog problem

Post by Joel_graff »

Downloaded the latest AppImage and was modifying a sketcher constraint when the dialog popped up looking like this:


Screenshot from 2019-01-23 04-15-05.png
Screenshot from 2019-01-23 04-15-05.png (9.17 KiB) Viewed 385 times


OS: Pop!_OS 18.10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15671 (Git) AppImage
Build type: Release
Branch: master
Hash: 28cbe2bd8986701bb7404842cf60138957e23ed6
Python version: 3.6.7
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
FreeCAD Trails workbench for transportation engineering: https://www.github.com/joelgraff/freecad.trails

pivy_trackers 2D coin3D library: https://www.github.com/joelgraff/pivy_trackers
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Sketcher constraint dialog problem

Post by triplus »

Likely the issue should be reported against the System76 Pop GTK+ Theme:

https://github.com/pop-os/gtk-theme

Some solutions:
  • You could add the PPA and install/update the theme to the latest version. To see if the issue was already resolved. Note that from the PPA they provide some other packages. And therefore if you want to update only the theme you will likely need to take care of that manually (apt). And after to remove the PPA.
  • Use different Linux theme not having such issues.
  • Set and use one of the FreeCAD Stylesheets from FreeCAD preferences.
  • Create and set a minimal FreeCAD stylesheet, that will provide better styling for such Qt widgets.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Sketcher constraint dialog problem

Post by triplus »

Note that i tested it and the theme related package on the PPA is the same as the one provided by default. Therefore this is a current issue with System76 Pop GTK+ Theme.

P.S. Feel free to report it to them if you would like to get it fixed.
Post Reply