Difference between revisions of "Ubuntu/11.10"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(related G+ posts)
(link: how to get classic gnome menu in Unity)
Line 20: Line 20:
  
 
'''Links''':  
 
'''Links''':  
* '''2011-11-05''' [https://plus.google.com/102282887764745350285/posts/5A7CExCY2De some steps I went through while figuring this out]
+
* '''2011-06-04''' [http://www.ubuntuvibes.com/2011/06/how-to-get-classic-gnome-menu-in-unity.html How to Get Classic Gnome Menu in Unity]
* '''2011-10-24''' [https://plus.google.com/102282887764745350285/posts/1L1m27SHyrN after removing some libraries to try and fix it]
+
* posts by [[User:Woozle|Woozle]]:
* '''2011-10-20''' [https://plus.google.com/102282887764745350285/posts/KWvLKz4oMJL Kate's menu unavailable in Gnome]
+
** '''2011-11-05''' [https://plus.google.com/102282887764745350285/posts/5A7CExCY2De some steps I went through while figuring this out]
 +
** '''2011-10-24''' [https://plus.google.com/102282887764745350285/posts/1L1m27SHyrN after removing some libraries to try and fix it]
 +
** '''2011-10-20''' [https://plus.google.com/102282887764745350285/posts/KWvLKz4oMJL Kate's menu unavailable in Gnome]
 
==Reviews==
 
==Reviews==
 
* [[User:Woozle/Unity desktop manager]]
 
* [[User:Woozle/Unity desktop manager]]

Revision as of 03:17, 6 December 2011

About

the new-style scrollbar

Ubuntu version 11.10 further entangles the new Unity desktop manager into the system, rendering even the optional Gnome desktop manager difficult to use.

disappearing menus

Unity places some application menus in the screen's top bar, somewhat like MacOS, removing them from the application's window(s). Aside from the aesthetic issues, this also causes those applications to be essentially unusable under other desktop managers installed on the same system because the application's menu does not show up anywhere.

In the case of at least one application (Kate), the cause seems to be a configuration setting:

There's a configuration line that appears in N+1 different places, where N is however many sessions you have saved; encountering any of them causes it to get written to the others at the next opportunity.

1. ~/.kde/share/config/katerc
N. ~/.kde/share/apps/kate/sessions/*.katesession

The line looks like this (boldfaced):

[MainWindow]
Height 900=700
MenuBar=Disabled

Close Kate, delete that line in all files (katerc and the .katesession files), and reload Kate -- the menu should display.

Links:

Reviews