Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-28 Thread Patrick O'Callaghan
On Mon, 2023-03-27 at 21:48 -0700, T.C. Hollingsworth wrote: > On Sat, Mar 25, 2023 at 3:58 AM Patrick O'Callaghan > wrote: > > On Sat, 2023-03-25 at 12:57 +1030, Tim via users wrote: > > > On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote: > > > > This appears to be Gnome-specific. Pre

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread T.C. Hollingsworth
On Sat, Mar 25, 2023 at 3:58 AM Patrick O'Callaghan wrote: > On Sat, 2023-03-25 at 12:57 +1030, Tim via users wrote: > > On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote: > > > This appears to be Gnome-specific. Presumably equivalents exist for > > > those of us who use other DEs, but

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread Dario Lesca
Il giorno dom, 26/03/2023 alle 15.15 +0200, Wolfgang Pfeiffer ha scritto: > Not sure if this is a "standard (XDG) way", but I'm running i3lock: > https://i3wm.org/i3lock/ > > Simple and efficient. > https://linuxcommandlibrary.com/man/i3lock > > My environment: > > % env | egrep -i 'n__desktop|s

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-27 Thread Patrick O'Callaghan
On Mon, 2023-03-27 at 10:07 +1030, Tim via users wrote: > On Sun, 2023-03-26 at 15:15 +0200, Wolfgang Pfeiffer wrote: > > Not sure if this is a "standard (XDG) way", but I'm running i3lock: > > https://i3wm.org/i3lock/ > > Interesting, or should I say really weird, that it's *default* blank > scre

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-26 Thread Tim via users
On Sun, 2023-03-26 at 15:15 +0200, Wolfgang Pfeiffer wrote: > Not sure if this is a "standard (XDG) way", but I'm running i3lock: > https://i3wm.org/i3lock/ Interesting, or should I say really weird, that it's *default* blank screen is white (according to that page). What a way to prematurely age

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-26 Thread Ranjan Maitra
To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: Fedora 37: Gnome 43: screensaver: How to lock screen from > command line > > On Sat, Mar 25, 2023 at 10:58:28AM +, Patrick O'Callaghan wrote: > > > > I guess

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-26 Thread Wolfgang Pfeiffer
On Sat, Mar 25, 2023 at 10:58:28AM +, Patrick O'Callaghan wrote: I guess what I'm asking is if there's a standard (XDG) way to invoke a screensaver. Not sure if this is a "standard (XDG) way", but I'm running i3lock: https://i3wm.org/i3lock/ Simple and efficient. https://linuxcommandlibra

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-25 Thread Patrick O'Callaghan
On Sat, 2023-03-25 at 12:57 +1030, Tim via users wrote: > On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote: > > This appears to be Gnome-specific. Presumably equivalents exist for > > those of us who use other DEs, but it would be interesting if a > > generic > > solution existed. > >

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-25 Thread Dario Lesca
Il giorno ven, 24/03/2023 alle 22.27 +, Patrick O'Callaghan ha scritto: > This appears to be Gnome-specific. Presumably equivalents exist for > those of us who use other DEs, but it would be interesting if a > generic solution existed. > I'm looking for a gnome solution and what i found it's t

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-25 Thread Dario Lesca
Il giorno sab, 25/03/2023 alle 12.57 +1030, Tim via users ha scritto: > Would those other desktop environments be using gnome-screensaver? gnome-screensaver no longer exists [lesca@dodo ~]$ dnf search gnome-screensaver = Summary delle corrispondenze: g

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-24 Thread Tim via users
On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote: > This appears to be Gnome-specific. Presumably equivalents exist for > those of us who use other DEs, but it would be interesting if a generic > solution existed. Would those other desktop environments be using gnome-screensaver? --

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-24 Thread Patrick O'Callaghan
On Fri, 2023-03-24 at 21:06 +0100, Dario Lesca wrote: > Found it, by myself > > https://notes.zerodogg.org/GNOME/lock-unlock-cli/ > > # Lock > dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call - > -print-reply --reply-timeout=2 /org/gnome/ScreenSaver > org.gnome.ScreenSaver.

Re: Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-24 Thread Dario Lesca
Found it, by myself https://notes.zerodogg.org/GNOME/lock-unlock-cli/ # Lock dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call --print-reply --reply-timeout=2 /org/gnome/ScreenSaver org.gnome.ScreenSaver.SetActive boolean:true # Unlock dbus-send --session --dest=org.gnome

Fedora 37: Gnome 43: screensaver: How to lock screen from command line

2023-03-23 Thread Dario Lesca
I want start screen saver and lock screen from command line. What is the new method into Gnome 43, since "gnome-screensaver-command -l" no longer exists? Thanks -- Dario Lesca (inviato dal mio Linux Fedora 37 Workstation) ___ users mailing list --