emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112243: * PROBLEMS: Mention Ubuntu w


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112243: * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
Date: Sun, 07 Apr 2013 13:01:56 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112243
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-07 13:01:56 +0200
message:
  * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
modified:
  etc/ChangeLog
  etc/PROBLEMS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-04-02 03:33:31 +0000
+++ b/etc/ChangeLog     2013-04-07 11:01:56 +0000
@@ -1,3 +1,7 @@
+2013-04-07  Jan Djärv  <address@hidden>
+
+       * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
+
 2013-04-02  Fabrice Niessen  <address@hidden>
 
        * themes/leuven-theme.el: Update theme.

=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2013-03-18 16:41:24 +0000
+++ b/etc/PROBLEMS      2013-04-07 11:01:56 +0000
@@ -1405,6 +1405,24 @@
 manager in versions of xfce4-settings-helper before 4.8.2 is buggy;
 https://bugzilla.xfce.org/show_bug.cgi?id=7588 .
 
+*** Warning messages when running in Ubuntu
+
+When you start Emacs you may see something like this:
+
+(emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 
+`GTK_IS_MENU_SHELL(menu)' failed
+
+This happens if the Emacs binary has been renamed.  The cause it the Ubuntu
+appmenu concept.  It tries to track Emacs menus and show them in the top
+panel, instead of in each Emacs window.  This is not properly implemented,
+so it fails for Emacs.  The order of menus is wrong, and things like copy/paste
+that depends on what state Emacs is in, is usually wrong (i.e. paste disabled
+even if you should be able to paste, and similar).
+
+You can get back menus on each frame by starting emacs like this:
+% env UBUNTU_MENUPROXY= emacs
+
+
 * Runtime problems on character terminals
 
 ** The meta key does not work on xterm.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]