From owner-freebsd-stable@FreeBSD.ORG Tue Aug 17 10:23:03 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5180C16A4CE for ; Tue, 17 Aug 2004 10:23:03 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 84F1643D48 for ; Tue, 17 Aug 2004 10:23:02 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Aug 2004 11:23:01 +0100 (BST) Date: Tue, 17 Aug 2004 11:22:54 +0100 From: David Malone To: Daniel O'Connor Message-ID: <20040817102254.GA59584@lanczos.maths.tcd.ie> References: <20040813034317.56188.qmail@web15306.mail.bjs.yahoo.com> <20040816102637.B30211@carver.gumbysoft.com> <44zn4u7u91.fsf@be-well.ilk.org> <200408170808.22892.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408170808.22892.doconnor@gsoft.com.au> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org cc: leo Subject: Re: why the command of "who" dosen't work while i login through xdm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 10:23:03 -0000 On Tue, Aug 17, 2004 at 08:08:17AM +0930, Daniel O'Connor wrote: > > xterm(1) can be told whether to write into utmp. I have no idea about > > konsole, but I'm pretty sure that xconsole(1) cannot. > It doesn't here. (KDE 3.2.2, 5.2-CURRENT) > (Never has done AFAIR) I think the konsole people used to think that utmp was evil, but I believe they eventually decided to add a utmp feature. According to: http://konsole.kde.org/changelog.html KDE 3.0 it would work if we had a utempter libaray. David.