GNU bug report logs -
#56834
28.1; notifications-notify only show max of 3 buttons on pop up window on ubuntu20.04
Previous Next
Reported by: 王宗涛 <wztdream <at> 163.com>
Date: Fri, 29 Jul 2022 19:22:02 UTC
Severity: normal
Tags: moreinfo, notabug
Found in version 28.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 56834 <at> debbugs.gnu.org (full text, mbox):
王宗涛 <wztdream <at> 163.com> writes:
> Hi,
Hi,
> Start with 'emacs -Q', notifications-notify and only show max of three
> ations buttons on pop up window. For example eval below code will only
> show three button "aa" "bb" "cc" and other two buttons "dd" and "ee"
> are missing.
I've checked this on D-Bus level, and notifications-notify is sending
everything as expected.
> It is possible this is compatible issue between emacs and ubuntu, but
> I think it will be good emacs can make it more general to match
> ubuntu. If it is indeed ubuntu issue, please inform me, and I will
> issue it on ubuntu side.
I don't know what you're running on "ubuntu". I'm running Fedora 36, and
this behaves exactly when invoking the notification from the shell. Try
--8<---------------cut here---------------start------------->8---
# notify-send -A a=aa -A b=bb -A c=cc -A d=dd -A e=ee "only show aa bb cc" "d e are missing"
--8<---------------cut here---------------end--------------->8---
The server itentifies itself by the following Lisp snippet:
--8<---------------cut here---------------start------------->8---
(notifications-get-server-information)
("gnome-shell" "GNOME" "42.3.1" "1.2")
--8<---------------cut here---------------end--------------->8---
I would say that the limitation is in the notification server. Not an
Emacs problem.
> Best wishes
> zongtao
Best regards, Michael.
This bug report was last modified 2 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.