Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
df4555fa
Commit
df4555fa
authored
Apr 07, 2013
by
Jan Djärv
Browse files
* PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
parent
95c0e83b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/PROBLEMS
etc/PROBLEMS
+18
-0
No files found.
etc/ChangeLog
View file @
df4555fa
2013-04-07 Jan Djärv <jan.h.d@swipnet.se>
* PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
2013-04-02 Fabrice Niessen <fni@missioncriticalit.com>
* themes/leuven-theme.el: Update theme.
...
...
etc/PROBLEMS
View file @
df4555fa
...
...
@@ -1405,6 +1405,24 @@ For example, in the Xfce 4.8 desktop environment, the clipboard
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment