aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorJan Djärv2013-04-07 13:01:56 +0200
committerJan Djärv2013-04-07 13:01:56 +0200
commitdf4555fad10dafc50c44a4d7f97515cc9f1678c9 (patch)
tree90d21c4b6775b568d1675d6ab97c0d7104e52413 /etc/PROBLEMS
parent95c0e83b2a0995ef774d25163d4f66c23399da36 (diff)
downloademacs-df4555fad10dafc50c44a4d7f97515cc9f1678c9.tar.gz
emacs-df4555fad10dafc50c44a4d7f97515cc9f1678c9.zip
* PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 8cc70115037..bc86c7cb373 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1405,6 +1405,24 @@ For example, in the Xfce 4.8 desktop environment, the clipboard
1405manager in versions of xfce4-settings-helper before 4.8.2 is buggy; 1405manager in versions of xfce4-settings-helper before 4.8.2 is buggy;
1406https://bugzilla.xfce.org/show_bug.cgi?id=7588 . 1406https://bugzilla.xfce.org/show_bug.cgi?id=7588 .
1407 1407
1408*** Warning messages when running in Ubuntu
1409
1410When you start Emacs you may see something like this:
1411
1412(emacs:2286): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion
1413`GTK_IS_MENU_SHELL(menu)' failed
1414
1415This happens if the Emacs binary has been renamed. The cause it the Ubuntu
1416appmenu concept. It tries to track Emacs menus and show them in the top
1417panel, instead of in each Emacs window. This is not properly implemented,
1418so it fails for Emacs. The order of menus is wrong, and things like copy/paste
1419that depends on what state Emacs is in, is usually wrong (i.e. paste disabled
1420even if you should be able to paste, and similar).
1421
1422You can get back menus on each frame by starting emacs like this:
1423% env UBUNTU_MENUPROXY= emacs
1424
1425
1408* Runtime problems on character terminals 1426* Runtime problems on character terminals
1409 1427
1410** The meta key does not work on xterm. 1428** The meta key does not work on xterm.