GNU bug report logs -
#14149
Bug occuring when emacs is not called 'emacs'
Previous Next
Reported by: JJ Lemire <jjlemire <at> gmail.com>
Date: Fri, 5 Apr 2013 18:53:01 UTC
Severity: normal
Tags: moreinfo
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14149 in the body.
You can then email your comments to 14149 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14149
; Package
emacs
.
(Fri, 05 Apr 2013 18:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
JJ Lemire <jjlemire <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 05 Apr 2013 18:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Bug occuring when emacs is not called 'emacs'
When compiling you can call emacs with a prefix like --program-prefix=spl_
but this generates
./spl_emacs
(spl_emacs:31521): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion
`GTK_IS_MENU_SHELL(menu)' failed
The same binary program called 'emacs' does not generate this error.
Jacques Lemire
Note: calling the real 'emacs' with a link, like my_emacs will also
generate errors.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14149
; Package
emacs
.
(Fri, 05 Apr 2013 19:12:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 14149 <at> debbugs.gnu.org (full text, mbox):
Hello.
5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire <at> gmail.com>:
> Bug occuring when emacs is not called 'emacs'
>
> When compiling you can call emacs with a prefix like --program-prefix=spl_
> but this generates
>
> ./spl_emacs
>
> (spl_emacs:31521): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed
>
> The same binary program called 'emacs' does not generate this error.
>
> Jacques Lemire
>
> Note: calling the real 'emacs' with a link, like my_emacs will also generate errors.
What sources did you compile, and on what platform? Emacs does not have a Dbusmenu implementation, so this is not Emacs fault. Either you are using modified sources or your platform has a modified Gtk+.
Jan D.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14149
; Package
emacs
.
(Fri, 05 Apr 2013 20:35:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 14149 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello.
Please try to keep the debbugs address, so messages goes to the bugtracker.
Jan D.
5 apr 2013 kl. 22:29 skrev Jan Djärv <jan.h.d <at> swipnet.se>:
> Hello.
>
> 5 apr 2013 kl. 21:18 skrev JJ Lemire <jjlemire <at> gmail.com>:
>
>> Sorry, I should have mentioned the platform: Ubuntu 32bit, 12.10, from source.
>> But it does the same thing with the Ubuntu implementation: I am not allowed a different name. I don't get it.
>>
>
> I suggest you report this to Ubuntu. They obviously tried to implement dbusmenu in a transparent way and failed.
>
> Jan D.
>
>> /Jacques.Lemire
>>
>>
>>
>> 2013/4/5 Jan Djärv <jan.h.d <at> swipnet.se>
>> Hello.
>>
>> 5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire <at> gmail.com>:
>>
>> > Bug occuring when emacs is not called 'emacs'
>> >
>> > When compiling you can call emacs with a prefix like --program-prefix=spl_
>> > but this generates
>> >
>> > ./spl_emacs
>> >
>> > (spl_emacs:31521): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed
>> >
>> > The same binary program called 'emacs' does not generate this error.
>> >
>> > Jacques Lemire
>> >
>> > Note: calling the real 'emacs' with a link, like my_emacs will also generate errors.
>>
>> What sources did you compile, and on what platform? Emacs does not have a Dbusmenu implementation, so this is not Emacs fault. Either you are using modified sources or your platform has a modified Gtk+.
>>
>> Jan D.
>>
>
[Message part 2 (text/html, inline)]
Reply sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Sun, 07 Apr 2013 10:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
JJ Lemire <jjlemire <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 07 Apr 2013 10:48:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 14149-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello.
I checked a bit more, this is definitly a bug in Ubuntus appmenu-package.
If you don't want to see the message, set UBUNTU_MENUPROXY to an emty value before starting emacs i.e.:
% en UBUNTU_MENUPROXY spl_emacs
But then the menubar will be on each Emacs frame, not up in the panel. Which doesn't seem to work very well, keyboard shortcuts are not visible, and the order of the menus are reversed (i.e File to the far right, and Help to the far left).
I will write something in /etc/PROBLEMS about this. Closing the bug.
Jan D.
5 apr 2013 kl. 22:31 skrev Jan Djärv <jan.h.d <at> swipnet.se>:
> Hello.
>
> Please try to keep the debbugs address, so messages goes to the bugtracker.
>
> Jan D.
>
> 5 apr 2013 kl. 22:29 skrev Jan Djärv <jan.h.d <at> swipnet.se>:
>
>> Hello.
>>
>> 5 apr 2013 kl. 21:18 skrev JJ Lemire <jjlemire <at> gmail.com>:
>>
>>> Sorry, I should have mentioned the platform: Ubuntu 32bit, 12.10, from source.
>>> But it does the same thing with the Ubuntu implementation: I am not allowed a different name. I don't get it.
>>>
>>
>> I suggest you report this to Ubuntu. They obviously tried to implement dbusmenu in a transparent way and failed.
>>
>> Jan D.
>>
>>> /Jacques.Lemire
>>>
>>>
>>>
>>> 2013/4/5 Jan Djärv <jan.h.d <at> swipnet.se>
>>> Hello.
>>>
>>> 5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire <at> gmail.com>:
>>>
>>> > Bug occuring when emacs is not called 'emacs'
>>> >
>>> > When compiling you can call emacs with a prefix like --program-prefix=spl_
>>> > but this generates
>>> >
>>> > ./spl_emacs
>>> >
>>> > (spl_emacs:31521): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed
>>> >
>>> > The same binary program called 'emacs' does not generate this error.
>>> >
>>> > Jacques Lemire
>>> >
>>> > Note: calling the real 'emacs' with a link, like my_emacs will also generate errors.
>>>
>>> What sources did you compile, and on what platform? Emacs does not have a Dbusmenu implementation, so this is not Emacs fault. Either you are using modified sources or your platform has a modified Gtk+.
>>>
>>> Jan D.
>>>
>>
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 05 May 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.