You are not logged in.
During a recent power failure I saw the xfce4-terminals did not receive the wall broadcasts from the UPS.
I read this may be related to not being able to write utmp entry. However, xterm do receive wall broadcasts and both xfce4-terminal and xterm use libutempter:
~ => ldd `which xfce4-terminal` | grep utemp
libutempter.so.0 => /usr/lib/i386-linux-gnu/libutempter.so.0 (0xb6e1a000)
~ => ldd `which xterm` | grep utemp
libutempter.so.0 => /usr/lib/i386-linux-gnu/libutempter.so.0 (0xb7a6e000)
Is there a setting in xfce4-terminal that controls receiving broadcast messages? I haven't been able to find one.
My system:
i386 debian linux tracking testing distribution
~ => apt-cache policy xfce4-terminal
xfce4-terminal:
Installed: 0.8.7.4-2
Candidate: 0.8.7.4-2
Version table:
*** 0.8.7.4-2 500
500 http://debian.lcs.mit.edu/debian testing/main i386 Packages
500 http://snapshot.debian.org/archive/debian/20190214 testing/main i386 Packages
thanks!
Offline
Hello and welcome.
This indicates that vte3 no longer supports utmp/wtmp.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
So is there no way to receive broadcasts in an xfce4-terminal anymore?
Offline
That's what I understand from that bug report. And it's not xfce4-terminal, it's vte3. Try gnome-terminal - it uses vte3 as well to confirm.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Perhaps this is relevant:
Broadcast messages don't appear on gnome-terminal, but appear on xterm.
Offline
Thanks for the replies, broadcast messages are not received on gnome-terminal either (version 3.30.2, using VTE 0.54.2)
Offline
[ Generated in 0.013 seconds, 10 queries executed - Memory usage: 535.13 KiB (Peak: 535.97 KiB) ]