[Konsole-devel] [Bug 112840] kwrited not displaying the "wall" commands output

Ross Axe ross.axe at blueyonder.co.uk
Wed Apr 26 23:29:52 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=112840         




------- Additional Comments From ross.axe blueyonder co uk  2006-04-27 01:29 -------
Here's the workaround, it doesn't seem to want to attach...

---8<---cut-here---8<---
#! /bin/sh

UTEMPTER=/usr/sbin/utempter.real

case $1 in
    -a)
	exec $UTEMPTER add
	;;
    -d)
	exec $UTEMPTER del
	;;
    *)
	exec $UTEMPTER "$ "
	;;
esac
---8<---cut-here---8<---



More information about the konsole-devel mailing list