Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:209.85.223': 0.03; 'url:au': 0.05; 'cc:addr:python-list': 0.11; 'amd64': 0.16; 'aptitude': 0.16; 'candidate:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:virtual': 0.16; 'url:debian': 0.16; 'url:ftp': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'getting': 0.31; 'probably': 0.32; 'info': 0.35; 'received:209.85': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'version:': 0.36; 'done': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'pm,': 0.38; 'skip:x 10': 0.40; 'show': 0.63; 'policy.': 0.68; '500': 0.70; '100': 0.79; '2015': 0.84; 'to:none': 0.92; '***': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=PCqkfSIMuFQByBUPM5bJc1hpt/PIPfmyHEScBC2FeOE=; b=ArJAF8xQGNqZHeQLBo8S3WHyjrJ5taY750za4Cs6yqIDDXOare25n/5BgPAOFFodgZ OTRNlIdm18WVfs9kO4sinvjMX58cz43fGYpB/KZkVIY/Yja+twKhw0K3s1cQLpCOc/N2 h8amRId/f3hLZbyiNh+iuBV2ESsNqt8lyqgIryCmHjoqnhIFEBGnzyEWU/p8zbWP4w6/ C4PrSCaoKexT5iYow6mD4KMqA5WRPV7be6dsSCHpds9+Qk7OR6IEa/k9468DO4WpSG3k 2n13gCfh52wuoiWYRdg6C0WnOMyhxU7K5xrVEsOGIv1XWg0fIwJgvl7NYrT7a8F+dtXF 5eKg== MIME-Version: 1.0 X-Received: by 10.50.114.71 with SMTP id je7mr4664232igb.14.1423629490208; Tue, 10 Feb 2015 20:38:10 -0800 (PST) In-Reply-To: <1b7f372a-537a-452d-99cb-b60c1748cccb@googlegroups.com> References: <93b272c6-ff67-4a7d-907e-f04606f1668c@googlegroups.com> <54dad63e$0$2852$c3e8da3$76491128@news.astraweb.com> <1b7f372a-537a-452d-99cb-b60c1748cccb@googlegroups.com> Date: Wed, 11 Feb 2015 15:38:10 +1100 Subject: Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423629493 news.xs4all.nl 2864 [2001:888:2000:d::a6]:40816 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3818 X-Received-Body-CRC: 2149211558 Xref: csiph.com comp.lang.python:85502 On Wed, Feb 11, 2015 at 3:23 PM, Rustom Mody wrote: > $ aptitude show x11-xkb-utils|grep Version > Version: 7.7+1 > > [which is probably what you need to know] Tip: Getting version info can be done less spammily with apt-cache policy. rosuav@sikorsky:~$ apt-cache policy x11-xkb-utils x11-xkb-utils: Installed: 7.7~1 Candidate: 7.7~1 Version table: *** 7.7~1 0 500 http://ftp.au.debian.org/debian/ wheezy/main amd64 Packages 100 /var/lib/dpkg/status ChrisA