From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 14:26:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3803016A4CE for ; Wed, 30 Jun 2004 14:26:04 +0000 (GMT) Received: from outfbmx008.isp.belgacom.be (outfbmx008.isp.belgacom.be [195.238.3.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7976743D45 for ; Wed, 30 Jun 2004 14:26:03 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx003.isp.belgacom.be (outmx003.isp.belgacom.be [195.238.2.100]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i5UAxrhN018041 for ; Wed, 30 Jun 2004 12:59:53 +0200 (envelope-from ) Received: from outmx003.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i5UAxdKS002364 for ; Wed, 30 Jun 2004 12:59:40 +0200 (envelope-from ) Received: from lori.mine.nu (254-144.244.81.adsl.skynet.be [81.244.144.254]) with ESMTP id i5UAxWtj002321; Wed, 30 Jun 2004 12:59:32 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 59B184C4; Wed, 30 Jun 2004 12:59:29 +0200 (CEST) Date: Wed, 30 Jun 2004 12:59:29 +0200 From: Geert Hendrickx To: epilogue@allstream.net Message-ID: <20040630105929.GA57799@lori.mine.nu> References: <20040628161012.82589.qmail@web53406.mail.yahoo.com> <20040628121353.4bd1dc41@vixen42.24-119-122-191.cpe.cableone.net> <20040628171756.GC83630@spamcop.net> <20040628132232.74fabcfa@vixen42.24-119-122-191.cpe.cableone.net> <20040628185304.GA68724@happy-idiot-talk.infracaninophile.co.uk> <20040629122910.GB7543@lori.mine.nu> <20040629230522.GA1391@lori.mine.nu> <20040629202740.30611215@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040629202740.30611215@localhost> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: WinKey doesn't work in X.org? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:26:04 -0000 On Tue, Jun 29, 2004 at 08:27:40PM -0400, epilogue@allstream.net wrote: > On Wed, 30 Jun 2004 01:05:22 +0200 > Geert Hendrickx wrote: > > > One difference I noticed, after switching to X.org, is that my WinKey > > doesn't work anymore. I used it a lot for custom keybindings in IceWM. > > > > Any clue, anyone? > > by your question, it sounds as though you didn't set your custom key > bindings in XFree directly, rather you did it via IceWM. > > this is just a guess, but you might want to reinstall Ice so that it > compiles with the X.org libraries. (anyone ?) I just recompiled IceWM (with X.org installed), but it still doesn't work. Maybe I should recompile other dependencies "between" IceWM and X too, because XFree86-libraries still shows up when I do a make clean in x11-wm/icewm: lori:/root # cd /usr/ports/x11-wm/icewm/ lori:icewm # make clean ===> Cleaning for esound-0.2.34 ===> Cleaning for libaudiofile-0.2.6 ===> Cleaning for libiconv-1.9.1_3 ===> Cleaning for autoconf-2.57_1 ===> Cleaning for gettext-0.13.1_1 ===> Cleaning for glib-1.2.10_11 ===> Cleaning for gmake-3.80_2 ===> Cleaning for imake-4.3.0_2 ===> Cleaning for libgnugetopt-1.2 ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for libtool-1.5.6 ===> Cleaning for m4-1.4_1 ===> Cleaning for p5-gettext-1.01_4 ===> Cleaning for pkgconfig-0.15.0_1 ===> Cleaning for imlib-1.9.14_2 ===> Cleaning for jpeg-6b_3 ===> Cleaning for libungif-4.1.3 ===> Cleaning for png-1.2.5_5 ===> Cleaning for tiff-3.6.1_1 ===> Cleaning for help2man-1.33.1 ===> Cleaning for freetype2-2.1.7_3 ===> Cleaning for expat-1.95.7 ===> Cleaning for fontconfig-2.2.2,1 ===> Cleaning for libXft-2.1.6 ===> Cleaning for gtk-1.2.10_12 ===> Cleaning for XFree86-libraries-4.3.0_7 ===> Cleaning for icewm-1.2.14 lori:icewm # Any clue which one(s)? Thanks for the suggestion anyway. GH