diff options
| author | Jan Djärv | 2013-04-07 13:01:56 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-04-07 13:01:56 +0200 |
| commit | df4555fad10dafc50c44a4d7f97515cc9f1678c9 (patch) | |
| tree | 90d21c4b6775b568d1675d6ab97c0d7104e52413 /etc/PROBLEMS | |
| parent | 95c0e83b2a0995ef774d25163d4f66c23399da36 (diff) | |
| download | emacs-df4555fad10dafc50c44a4d7f97515cc9f1678c9.tar.gz emacs-df4555fad10dafc50c44a4d7f97515cc9f1678c9.zip | |
* PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 18 |
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 | |||
| 1405 | manager in versions of xfce4-settings-helper before 4.8.2 is buggy; | 1405 | manager in versions of xfce4-settings-helper before 4.8.2 is buggy; |
| 1406 | https://bugzilla.xfce.org/show_bug.cgi?id=7588 . | 1406 | https://bugzilla.xfce.org/show_bug.cgi?id=7588 . |
| 1407 | 1407 | ||
| 1408 | *** Warning messages when running in Ubuntu | ||
| 1409 | |||
| 1410 | When 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 | |||
| 1415 | This happens if the Emacs binary has been renamed. The cause it the Ubuntu | ||
| 1416 | appmenu concept. It tries to track Emacs menus and show them in the top | ||
| 1417 | panel, instead of in each Emacs window. This is not properly implemented, | ||
| 1418 | so it fails for Emacs. The order of menus is wrong, and things like copy/paste | ||
| 1419 | that depends on what state Emacs is in, is usually wrong (i.e. paste disabled | ||
| 1420 | even if you should be able to paste, and similar). | ||
| 1421 | |||
| 1422 | You 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. |