unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Albin <albin@fripost.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 23286@debbugs.gnu.org
Subject: bug#23286: Unable to unlock xscreensaver in Xfce
Date: Sat, 21 May 2016 00:36:29 +0200	[thread overview]
Message-ID: <20160521003629.0796482e@fripost.org> (raw)
In-Reply-To: <20160520204209.75bbfb60@scratchpost.org>

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

Den Fri, 20 May 2016 20:42:09 +0200
skrev Re: bug#23286: Unable to unlock xscreensaver in Xfce:

> Errr. Oops. Better not do what I said previously (at least not
> permanently).
> 
> Danny said:
> > services (cons* (screen-locker-service xfce4-session "xflock4")  
> 
> Because of [1], that is maybe not the right fix (however, it should
> work).

Yes, it didn't work.  I got the same problem as before with an
automatic authentication failure.

> 
> Can you do
> 
>  $ cat $(which xflock4)
> 
> please?

Sure.  See the attached file.

Thanks

Albin

> 
> It seems to be a wrapper that just uses other tools to do the actual
> locking. Which ones?
> 
> It might be that it doesn't find xscreensaver-common but does find
> gnome-screensaver-command in your profile. Either way it's using
> something to lock the screen which then won't be able to unlock.
> 
> [1]
> https://unix.stackexchange.com/questions/101806/why-doesnt-my-screen-lock-in-xfce


[-- Attachment #2: cat-xflock4 --]
[-- Type: application/octet-stream, Size: 1536 bytes --]

#!/gnu/store/b1yqjimbdh5bf9jnizd4h7yf110744j2-bash-4.3.42/bin/sh
#
#  xfce4
#
#  Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org)
#  Copyright (C) 2011       Guido Berhoerster (guido+xfce.org@berhoerster.name)
#  Copyright (C) 2011       Jarno Suni (8@iki.fi)
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \
    "xscreensaver-command -lock" \
    "gnome-screensaver-command --lock"
do
    $lock_cmd >/dev/null 2>&1 && exit
done

# else run another access locking utility, if installed
for lock_cmd in \
  "xlock -mode blank" \
  "slock"
  do
    set -- $lock_cmd
    if command -v -- $1 >/dev/null 2>&1; then
        $lock_cmd >/dev/null 2>&1 &
	# turn off display backlight:
	xset dpms force off
        exit
    fi
done

# else access locking failed
exit 1

  reply	other threads:[~2016-05-20 22:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13 21:16 bug#23286: Unable to unlock xscreensaver in Xfce Albin
2016-04-14 16:50 ` Ludovic Courtès
2016-04-19 19:54   ` Andreas Enge
2016-04-20 16:40     ` Ludovic Courtès
2016-04-23  7:55   ` Danny Milosavljevic
2016-04-23 17:47     ` Albin
2016-04-23 18:22       ` Danny Milosavljevic
2016-04-23 18:28         ` Danny Milosavljevic
2016-04-23 20:15           ` Albin
2016-04-24  1:14             ` Danny Milosavljevic
2016-04-24 14:03               ` Albin
2016-04-26 21:17                 ` Danny Milosavljevic
2016-05-06 18:29                   ` Albin
2016-05-18 18:44                     ` Danny Milosavljevic
2016-05-20 17:15                       ` Albin
2016-05-20 17:48                         ` Danny Milosavljevic
2016-05-20 20:22                           ` Albin
2016-05-20 18:28                             ` Danny Milosavljevic
2016-05-20 18:42                               ` Danny Milosavljevic
2016-05-20 22:36                                 ` Albin [this message]
2016-05-21  4:37                                   ` Danny Milosavljevic
2016-05-21  8:35                                     ` Albin
2016-05-22 21:43                                       ` Ludovic Courtès
2016-05-22 21:56                                         ` Albin
2016-05-23  8:11                                           ` Ludovic Courtès
2016-05-23 20:18                                             ` Albin
2016-04-24 13:47     ` Ludovic Courtès
2020-02-18 14:26 ` bug#23286: Hunting #23286: " zimoun
2020-02-18 21:41   ` raingloom
2020-02-18 22:38     ` zimoun
2020-02-25 20:39   ` Albin
2020-02-28 11:53     ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160521003629.0796482e@fripost.org \
    --to=albin@fripost.org \
    --cc=23286@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).