Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.os.unix.linux.misc > #136289

Re: suche xlocker

From Jens Schüßler <j.schuess@nurfuerspam.de>
Newsgroups de.comp.os.unix.linux.misc
Subject Re: suche xlocker
Date 2023-12-20 13:29 +0100
Organization Private
Message-ID <e93b5k-sd2.ln1@luEaABwb52.dumb1.com> (permalink)
References (2 earlier) <slrnuo02gp.2p9.oxensepp@haydn.lewonze.de> <ulp4t5$6ld3$1@news1.tnib.de> <slrnuo08pb.2p9.oxensepp@haydn.lewonze.de> <pg265k-n4d.ln1@luEaABwb52.dumb1.com> <slrnuo3l0r.648.oxensepp@haydn.lewonze.de>

Show all headers | View raw


* Nico Hoffmann <oxensepp@gmx.de> [19-12-23 17:39]:
>
> Dazu muss man
> https://wiki.gentoo.org/wiki/Elogind#Suspend.2FHibernate_Resume.2FThaw_hook_scripts lesen, dann kann man es so einrichten:
>
>
> #!/bin/bash
>
> case $1/$2 in
>   pre/*)
>     # Put here any commands expected to be run when suspending or hibernating.
>     ;;
>   post/*)
>     # Put here any commands expected to be run when resuming from suspension or thawing from hibernation.
>         if [ -e /proc/$(pidof xscreensaver)/environ ]; then
>                 source /proc/$(pidof xscreensaver)/environ && xscreensaver-command -lock
>         else
>                 exit 1
>         fi
>     ;;
> esac
>
> (/lib64/elogind/system-sleep/10_screenlock - origineller Pfad,
> übrigens)

Okay, das schein deinem gentoo anders zu sein als auf meinem Debian.
Ich verwende auch elogind aber den Pfad /lib64/elogind/ gibt es nicht,
nur /lib/elogind/system-sleep/, und das ist leer.
Die hook-Skripten in /etc/pm/sleep.d/ werden trotzdem problemlos
ausgeführt.

Back to de.comp.os.unix.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-18 08:14 +0000
  Re: suche xlocker Marco Moock <mm+solani@dorfdsl.de> - 2023-12-18 09:26 +0100
    Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-18 09:00 +0000
      Re: suche xlocker Marco Moock <mm+solani@dorfdsl.de> - 2023-12-18 10:48 +0100
      Re: suche xlocker Marc Haber <mh+usenetspam1118@zugschl.us> - 2023-12-18 10:54 +0100
        Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-18 11:07 +0000
          Re: suche xlocker Marco Moock <mm+solani@dorfdsl.de> - 2023-12-18 12:13 +0100
            Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-18 11:52 +0000
          Re: suche xlocker Marc Haber <mh+usenetspam1118@zugschl.us> - 2023-12-18 13:58 +0100
            Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-19 17:39 +0000
              Re: suche xlocker Marc Haber <mh+usenetspam1118@zugschl.us> - 2023-12-19 22:13 +0100
                Re: suche xlocker Claus Reibenstein <creibens@gmail.com> - 2023-12-22 16:13 +0100
                Re: suche xlocker Jörg Lorenz <hugybear@gmx.net> - 2023-12-22 17:21 +0100
                Re: suche xlocker Marc Haber <mh+usenetspam1118@zugschl.us> - 2023-12-23 09:24 +0100
                Re: suche xlocker Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-12-23 12:58 +0000
                Re: suche xlocker Marc Haber <mh+usenetspam1118@zugschl.us> - 2023-12-23 14:19 +0100
                Re: suche xlocker Rolf Buenning <r.buenning@gmx.de> - 2023-12-24 07:56 +0000
                Re: suche xlocker "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2023-12-23 14:54 +0100
                Re: suche xlocker Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-12-23 15:04 +0000
                Re: suche xlocker Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-12-23 20:45 +0100
                Re: suche xlocker Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-12-24 00:24 +0000
                Re: suche xlocker Gert Link <gertlink_nospam@gmx.de> - 2023-12-24 07:44 +0100
                Re: suche xlocker Urs Janßen <urs@niko.tin.org> - 2023-12-24 09:07 +0000
          Re: suche xlocker Jens Schüßler <j.schuess@nurfuerspam.de> - 2023-12-18 15:45 +0100
            Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-19 17:39 +0000
              Re: suche xlocker Frank Miller <miller@posteo.ee> - 2023-12-19 19:11 +0100
              Re: suche xlocker Jens Schüßler <j.schuess@nurfuerspam.de> - 2023-12-20 13:09 +0100
              Re: suche xlocker Jens Schüßler <j.schuess@nurfuerspam.de> - 2023-12-20 13:29 +0100
          Re: suche xlocker Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-12-28 10:01 +0100
  Re: suche xlocker Frank Miller <miller@posteo.ee> - 2023-12-18 15:55 +0100
    Re: suche xlocker Nico Hoffmann <oxensepp@gmx.de> - 2023-12-19 13:36 +0000
      Re: suche xlocker Frank Miller <miller@posteo.ee> - 2023-12-19 15:42 +0100

csiph-web