material-decoration
material-decoration copied to clipboard
Unity Menu Bug
When using material-decoration with the upper menu activated in the unity3D engine window it does not allow me to access the menu options, this does not happen if I use another theme such as breeze with said menu or if I remove the top menu.
I'm sorry it doesn't return any log through the terminal and this is a attached screenshots:
Sounds like a duplicate of Issue #43.
If anyone has an issue with this, I used this comment to disable global menus for the Unity Editor:
- Install Dconf Editor (GUI):
sudo apt install dconf-editor
- Launch Dconf Editor:
dconf-editor
- Navigate to
/org/appmenu/gtk-module/blacklist
. The description should beApplication Blacklist
- Toggle
Use Default Value
off. - Add the Unity editor executable name to list in the Custom Value box. E.g
['anjuta', 'freeciv', 'freeciv-gtk2', 'freeciv-gtk3', 'glade', 'gwyddion', 'Unity']
. - After committing changes, re-launch the app. The menu-bar should re-appear there.