Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Keep one GUI always on TOP while python code is running Date: Fri, 08 Aug 2014 17:06:42 +0300 Organization: A noiseless patient Spider Lines: 13 Message-ID: <87mwbfvzwt.fsf@elektro.pacujo.net> References: <32f85c79-17a1-4d2f-a926-43812b8083ed@googlegroups.com> <85fvh7icj4.fsf@rudin.co.uk> <53e4d7a0$0$24963$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="17646"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18PYdIm3hBuDRnNiZC0EhDi" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:qG/ZHd1Cc995V20rxnnLXRv+Hs8= sha1:hftUVW7Ya9Bi72h2n7CIXCePOeI= Xref: csiph.com comp.lang.python:75885 Steven D'Aprano : > Does that work when xscreensaver or equivalent has locked the system? > If so, that's a security vulnerability. Depends on the semantics of the screensaver. Its scope is the current X11 session. In my home, different family members have different VTs. Locking one VT shouldn't prevent you from switching over to a different one. Marko