unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14149: Bug occuring when emacs is not called 'emacs'
@ 2013-04-05 18:44 JJ Lemire
  2013-04-05 19:08 ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: JJ Lemire @ 2013-04-05 18:44 UTC (permalink / raw)
  To: 14149

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 733 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14149: Bug occuring when emacs is not called 'emacs'
  2013-04-05 18:44 bug#14149: Bug occuring when emacs is not called 'emacs' JJ Lemire
@ 2013-04-05 19:08 ` Jan Djärv
       [not found]   ` <CAO3SRehPDZK5KpUwWcSkm6W=wSFyUJT81V4xJ65pHbHps3nZJQ@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Djärv @ 2013-04-05 19:08 UTC (permalink / raw)
  To: JJ Lemire; +Cc: 14149@debbugs.gnu.org

Hello.

5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire@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. 




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14149: Bug occuring when emacs is not called 'emacs'
       [not found]     ` <006283A3-3057-4C28-9E00-9BB8C1A978E5@swipnet.se>
@ 2013-04-05 20:31       ` Jan Djärv
  2013-04-07 10:44         ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Djärv @ 2013-04-05 20:31 UTC (permalink / raw)
  To: JJ Lemire; +Cc: 14149

[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]

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@swipnet.se>:

> Hello.
> 
> 5 apr 2013 kl. 21:18 skrev JJ Lemire <jjlemire@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@swipnet.se>
>> Hello.
>> 
>> 5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire@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.
>> 
> 


[-- Attachment #2: Type: text/html, Size: 2926 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14149: Bug occuring when emacs is not called 'emacs'
  2013-04-05 20:31       ` Jan Djärv
@ 2013-04-07 10:44         ` Jan Djärv
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Djärv @ 2013-04-07 10:44 UTC (permalink / raw)
  To: JJ Lemire; +Cc: 14149-done

[-- Attachment #1: Type: text/plain, Size: 2183 bytes --]

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@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@swipnet.se>:
> 
>> Hello.
>> 
>> 5 apr 2013 kl. 21:18 skrev JJ Lemire <jjlemire@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@swipnet.se>
>>> Hello.
>>> 
>>> 5 apr 2013 kl. 20:44 skrev JJ Lemire <jjlemire@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.
>>> 
>> 
> 


[-- Attachment #2: Type: text/html, Size: 4070 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-07 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 18:44 bug#14149: Bug occuring when emacs is not called 'emacs' JJ Lemire
2013-04-05 19:08 ` Jan Djärv
     [not found]   ` <CAO3SRehPDZK5KpUwWcSkm6W=wSFyUJT81V4xJ65pHbHps3nZJQ@mail.gmail.com>
     [not found]     ` <006283A3-3057-4C28-9E00-9BB8C1A978E5@swipnet.se>
2013-04-05 20:31       ` Jan Djärv
2013-04-07 10:44         ` Jan Djärv

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).