Zren / material-decoration

Material-ish window decoration theme for KWin, with LIM, based on zzag's original design.
GNU General Public License v2.0
197 stars 17 forks source link

Unity Menu Bug #45

Open quiro90 opened 3 years ago

quiro90 commented 3 years ago

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

Zren commented 3 years ago

Sounds like a duplicate of Issue #43.

leleogere commented 1 year ago

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.