unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
@ 2024-10-26 11:57 amano.kenji via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-11-09  9:20 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: amano.kenji via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-10-26 11:57 UTC (permalink / raw)
  To: 74028

I use gtk emacs 29.4 on sway wayland compositor.





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-10-26 11:57 bug#74028: menu bar background becomes transparent if alpha-background is less than 100 amano.kenji via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-11-09  9:20 ` Eli Zaretskii
  2024-11-23 12:12   ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-11-09  9:20 UTC (permalink / raw)
  To: amano.kenji, Po Lu; +Cc: 74028

> Date: Sat, 26 Oct 2024 11:57:56 +0000
> From:  "amano.kenji" via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I use gtk emacs 29.4 on sway wayland compositor.

Po Lu, any comments or suggestions?





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-11-09  9:20 ` Eli Zaretskii
@ 2024-11-23 12:12   ` Eli Zaretskii
  2024-12-07 12:03     ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-11-23 12:12 UTC (permalink / raw)
  To: luangruo; +Cc: amano.kenji, 74028

Ping!

> Cc: 74028@debbugs.gnu.org
> Date: Sat, 09 Nov 2024 11:20:20 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > Date: Sat, 26 Oct 2024 11:57:56 +0000
> > From:  "amano.kenji" via "Bug reports for GNU Emacs,
> >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> > 
> > I use gtk emacs 29.4 on sway wayland compositor.
> 
> Po Lu, any comments or suggestions?
> 
> 
> 
> 





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-11-23 12:12   ` Eli Zaretskii
@ 2024-12-07 12:03     ` Eli Zaretskii
  2024-12-08  0:04       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-12-07 12:03 UTC (permalink / raw)
  To: luangruo; +Cc: amano.kenji, 74028

Ping! Ping!  Po Lu, could you please respond?

> Cc: amano.kenji@proton.me, 74028@debbugs.gnu.org
> Date: Sat, 23 Nov 2024 14:12:09 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> Ping!
> 
> > Cc: 74028@debbugs.gnu.org
> > Date: Sat, 09 Nov 2024 11:20:20 +0200
> > From: Eli Zaretskii <eliz@gnu.org>
> > 
> > > Date: Sat, 26 Oct 2024 11:57:56 +0000
> > > From:  "amano.kenji" via "Bug reports for GNU Emacs,
> > >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> > > 
> > > I use gtk emacs 29.4 on sway wayland compositor.
> > 
> > Po Lu, any comments or suggestions?
> > 
> > 
> > 
> > 
> 
> 
> 
> 





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-12-07 12:03     ` Eli Zaretskii
@ 2024-12-08  0:04       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-12-08  6:05         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-12-08  0:04 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: amano.kenji, 74028

Eli Zaretskii <eliz@gnu.org> writes:

> Ping! Ping!  Po Lu, could you please respond?
>
>> Cc: amano.kenji@proton.me, 74028@debbugs.gnu.org
>> Date: Sat, 23 Nov 2024 14:12:09 +0200
>> From: Eli Zaretskii <eliz@gnu.org>
>> 
>> Ping!
>> 
>> > Cc: 74028@debbugs.gnu.org
>> > Date: Sat, 09 Nov 2024 11:20:20 +0200
>> > From: Eli Zaretskii <eliz@gnu.org>
>> > 
>> > > Date: Sat, 26 Oct 2024 11:57:56 +0000
>> > > From:  "amano.kenji" via "Bug reports for GNU Emacs,
>> > >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>> > > 
>> > > I use gtk emacs 29.4 on sway wayland compositor.
>> > 
>> > Po Lu, any comments or suggestions?

Right, apologies for the belated response.  This is a GTK limitation:
`alpha-background' requires that the GTK-configured window background be
removed, or that background will prompt GTK to set a
_NET_WM_OPAQUE_REGION property encompassing the entire window which
interferes with Emacs's partial transparency, but removing this
background renders the menu-bar transparent, as it does not draw its
background independently.





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-12-08  0:04       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-12-08  6:05         ` Eli Zaretskii
  2024-12-08  8:04           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-12-08  6:05 UTC (permalink / raw)
  To: Po Lu; +Cc: amano.kenji, 74028

> From: Po Lu <luangruo@yahoo.com>
> Cc: amano.kenji@proton.me,  74028@debbugs.gnu.org
> Date: Sun, 08 Dec 2024 08:04:56 +0800
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Ping! Ping!  Po Lu, could you please respond?
> >
> >> Cc: amano.kenji@proton.me, 74028@debbugs.gnu.org
> >> Date: Sat, 23 Nov 2024 14:12:09 +0200
> >> From: Eli Zaretskii <eliz@gnu.org>
> >> 
> >> Ping!
> >> 
> >> > Cc: 74028@debbugs.gnu.org
> >> > Date: Sat, 09 Nov 2024 11:20:20 +0200
> >> > From: Eli Zaretskii <eliz@gnu.org>
> >> > 
> >> > > Date: Sat, 26 Oct 2024 11:57:56 +0000
> >> > > From:  "amano.kenji" via "Bug reports for GNU Emacs,
> >> > >  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> >> > > 
> >> > > I use gtk emacs 29.4 on sway wayland compositor.
> >> > 
> >> > Po Lu, any comments or suggestions?
> 
> Right, apologies for the belated response.  This is a GTK limitation:
> `alpha-background' requires that the GTK-configured window background be
> removed, or that background will prompt GTK to set a
> _NET_WM_OPAQUE_REGION property encompassing the entire window which
> interferes with Emacs's partial transparency, but removing this
> background renders the menu-bar transparent, as it does not draw its
> background independently.

Thanks.  Would you please write an entry for PROBLEMS about this?





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-12-08  6:05         ` Eli Zaretskii
@ 2024-12-08  8:04           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-12-08 11:31             ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-12-08  8:04 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: amano.kenji, 74028

Eli Zaretskii <eliz@gnu.org> writes:

> Thanks.  Would you please write an entry for PROBLEMS about this?

IMHO this is too much of a fringe issue to be documented in PROBLEMS.
It doesn't impact the functionality of the menu bar at all...





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

* bug#74028: menu bar background becomes transparent if alpha-background is less than 100.
  2024-12-08  8:04           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-12-08 11:31             ` Eli Zaretskii
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2024-12-08 11:31 UTC (permalink / raw)
  To: Po Lu; +Cc: amano.kenji, 74028

> From: Po Lu <luangruo@yahoo.com>
> Cc: amano.kenji@proton.me,  74028@debbugs.gnu.org
> Date: Sun, 08 Dec 2024 16:04:49 +0800
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Thanks.  Would you please write an entry for PROBLEMS about this?
> 
> IMHO this is too much of a fringe issue to be documented in PROBLEMS.
> It doesn't impact the functionality of the menu bar at all...

Having an entry there is better than having to respond to all the
similar bug reports in the observable future.  PROBLEMS is easier to
search than debbugs.





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

end of thread, other threads:[~2024-12-08 11:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26 11:57 bug#74028: menu bar background becomes transparent if alpha-background is less than 100 amano.kenji via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-09  9:20 ` Eli Zaretskii
2024-11-23 12:12   ` Eli Zaretskii
2024-12-07 12:03     ` Eli Zaretskii
2024-12-08  0:04       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-08  6:05         ` Eli Zaretskii
2024-12-08  8:04           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-08 11:31             ` Eli Zaretskii

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).