material-decoration icon indicating copy to clipboard operation
material-decoration copied to clipboard

Unity Menu Bug

Open quiro90 opened this issue 3 years ago • 2 comments

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:

Screenshot_20210407_234759 Screenshot_20210408_000016 Screenshot_20210408_000153

quiro90 avatar Apr 08 '21 02:04 quiro90

Sounds like a duplicate of Issue #43.

Zren avatar Apr 08 '21 15:04 Zren

If anyone has an issue with this, I used this comment to disable global menus for the Unity Editor:

  1. Install Dconf Editor (GUI): sudo apt install dconf-editor
  2. Launch Dconf Editor: dconf-editor
  3. Navigate to /org/appmenu/gtk-module/blacklist. The description should be Application Blacklist
  4. Toggle Use Default Value off.
  5. Add the Unity editor executable name to list in the Custom Value box. E.g ['anjuta', 'freeciv', 'freeciv-gtk2', 'freeciv-gtk3', 'glade', 'gwyddion', 'Unity'].
  6. After committing changes, re-launch the app. The menu-bar should re-appear there.

leleogere avatar Mar 24 '23 10:03 leleogere