Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2026 08:58:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        xfce@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 293731] x11/xfce4-terminal: 1.2.0 build failure
Message-ID:  <bug-293731-28711-SZP3Zey1kJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293731-28711@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-xfce (Nobody)
<xfce@FreeBSD.org> for maintainer-feedback:
Bug 293731: x11/xfce4-terminal: 1.2.0 build failure
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293731



--- Description ---
x11/xfce4-terminal 1.2.0 fails to build:

../terminal/terminal-window-dropdown.c:570:17: error: no member named
'set_monitor_idle_id' in 'struct _TerminalWindowDropdown'
  570 |   if (dropdown->set_monitor_idle_id != 0)
      |       ~~~~~~~~	^
../terminal/terminal-window-dropdown.c:571:32: error: no member named
'set_monitor_idle_id' in 'struct _TerminalWindowDropdown'
  571 |     g_source_remove (dropdown->set_monitor_idle_id);
      | 		     ~~~~~~~~  ^
../terminal/terminal-window-dropdown.c:573:17: error: no member named
'monitor_removed_idle_id' in 'struct _TerminalWindowDropdown'
  573 |   if (dropdown->monitor_removed_idle_id != 0)
      |       ~~~~~~~~	^
../terminal/terminal-window-dropdown.c:574:32: error: no member named
'monitor_removed_idle_id' in 'struct _TerminalWindowDropdown'
  574 |     g_source_remove (dropdown->monitor_removed_idle_id);
      | 		     ~~~~~~~~  ^
4 errors generated.

The attached patch fixes the problem for me.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293731-28711-SZP3Zey1kJ>