Lock screen

2020-04-17 Thread Ron Yorston
Now that there's no longer a 'lock-screen' session mode, what determines which indicators are displayed in the top panel of the lock screen? Ron ___ gnome-shell-list mailing list gnome-shell-list@gnome.org https://mail.gnome.org/mailman

Re: Keyboard interaction with notifications on lock screen

2020-02-12 Thread Tobias Mueller
Hi Florian, On Wed, 2020-02-12 at 16:25 +0100, Florian Müllner wrote: > Yes. > > When locked, notifications can only be removed programmatically (via > `org.gtk.Notifications.RemoveNotification()` or > `org.freedesktop.Notifications.CloseNotification()`), not by a user. Cool. Thanks :) Cheers,

Re: Keyboard interaction with notifications on lock screen

2020-02-12 Thread Florian Müllner via gnome-shell-list
On Wed, Feb 12, 2020 at 13:55, Tobias Mueller wrote: I want to ask whether notifications on the lock screen are safe from being discarded by the user. Yes. When locked, notifications can only be removed programmatically (via `org.gtk.Notifications.RemoveNotification()` or

Keyboard interaction with notifications on lock screen

2020-02-12 Thread Tobias Mueller
Hi, I want to ask whether notifications on the lock screen are safe from being discarded by the user. That is, if we show something on the lock screen, can we be sure that nobody can discard the notification while the user is away? In our case, we intend to show something along the lines of &quo

Re: Making the panel re-appear in the lock screen after removing it from the shield

2017-11-01 Thread Jonathan Dieter
On Tue, 2017-10-31 at 13:27 -0400, Norman L Smith wrote: > Hello, > > I did a quick test which may (or easily not be) a solution. > Main.layoutManager.panelBox.hide(); > Main.layoutManager.panelBox.show(); > It seems to work in a regular user session. I using GS 3.26. That worked perfectly! Tha

Re: Making the panel re-appear in the lock screen after removing it from the shield

2017-10-31 Thread Norman L Smith
Hello, I did a quick test which may (or easily not be) a solution. Main.layoutManager.panelBox.hide(); Main.layoutManager.panelBox.show(); It seems to work in a regular user session. I using GS 3.26. Norman On Tue, 2017-10-31 at 16:01 +0200, Jonathan Dieter wrote: > I'm writing an extension t

Re: Making the panel re-appear in the lock screen after removing it from the shield

2017-10-31 Thread Jonathan Dieter
On Tue, 2017-10-31 at 10:29 -0400, Jason DeRose wrote: > I apologize if you are already past this, but all extensions are > disabled when the screen shield is displayed. Yes, I'm already past this. This extension is for the school I work at, where we want our computers in our lab to show somethi

Re: Making the panel re-appear in the lock screen after removing it from the shield

2017-10-31 Thread Sriram Ramkrishna
ou are logging in. Eg you could write an extension that would grab the password and user ID and send it to someone. Sri > In screenShield.js, _resetLockScreen() will call _lockScreenShown() > which will call activateFade(). Later, _resetLockScreen() will call > Main.sessionMode.pushMo

Re: Making the panel re-appear in the lock screen after removing it from the shield

2017-10-31 Thread Jason DeRose
I apologize if you are already past this, but all extensions are disabled when the screen shield is displayed. In screenShield.js, _resetLockScreen() will call _lockScreenShown() which will call activateFade(). Later, _resetLockScreen() will call Main.sessionMode.pushMode('lock-screen&#x

Making the panel re-appear in the lock screen after removing it from the shield

2017-10-31 Thread Jonathan Dieter
I'm writing an extension that will basically turn the shield into a slideshow. Because I've disabled screen blanking, the shield is on all the time. I've put the following code in screenShield.js, into the _activateFade function to disable the panel when the shield comes down, and it works perfec

Re: trouble with lock screen

2016-03-15 Thread Stephen Allen
; > bring it back. Gnome-Shell 3.18.2 using XOrg not Wayland. > > ___ > > > > Glad to hear I'm not the only one. I'm trying to pin it down. So I turned > off notifications on the lock screen because I noticed that there

Re: trouble with lock screen

2016-03-15 Thread Garrett Mitchener
t Wayland. > ___ > Glad to hear I'm not the only one. I'm trying to pin it down. So I turned off notifications on the lock screen because I noticed that there were usually notifications showing when it jams. I also wonder whether some shell extension might be triggering the probl

Re: trouble with lock screen

2016-03-14 Thread Stephen Allen
On Wed, Mar 09, 2016 at 02:24:57PM -0500, Garrett Mitchener wrote: > Hi, I use Gnome with Fedora 23. I'm having a lot of trouble with the > lock screen. I assume gnome-shell is the correct component to ask > about? > > I'm running Gnome using X, not Wayland. > >

trouble with lock screen

2016-03-09 Thread Garrett Mitchener
Hi, I use Gnome with Fedora 23. I'm having a lot of trouble with the lock screen. I assume gnome-shell is the correct component to ask about? I'm running Gnome using X, not Wayland. The problem is that sometimes, after the screen locks, it doesn't respond to mouse clicks or k

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-23 Thread Dylan McCall
ct their privacy, but developers would have that bit of extra control supported in the platform. Relatedly, I think Rhythmbox still uses a special notification category that the shell special-cases for lock screen music controls, so I bet this has been talked about before… -- Dylan ___

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-20 Thread Clemens Eberwein
write /org/gnome/desktop/**screensaver/show-notifications >> true >> ~ ]$ dconf read /org/gnome/desktop/**screensaver/show-notifications >> true >> >> >> >> Am 19.07.2013 17:14, schrieb Dylan McCall: >> >> For my break timer gsoc project,

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-20 Thread Jasper St. Pierre
op/**screensaver/show-notifications > true > > > > Am 19.07.2013 17:14, schrieb Dylan McCall: > > For my break timer gsoc project, we'd like to have a detailed lock >> screen notification to communicate when a break is finished. However, >> by default, gnom

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-20 Thread Clemens
~ ]$ dconf write /org/gnome/desktop/screensaver/show-notifications true ~ ]$ dconf read /org/gnome/desktop/screensaver/show-notifications true Am 19.07.2013 17:14, schrieb Dylan McCall: For my break timer gsoc project, we'd like to have a detailed lock screen notification to communicate when a

Detailed lock screen notifications by default, for a particular application?

2013-07-19 Thread Dylan McCall
For my break timer gsoc project, we'd like to have a detailed lock screen notification to communicate when a break is finished. However, by default, gnome-shell just shows the application's name and "one unread message" (or something to that effect). To get the type of not

Re: [patch] Lock screen before suspend to prevent information leak

2013-05-29 Thread Roland Lezuo
On Mon, 2013-05-20 at 17:46 +0200, Giovanni Campagna wrote: > 2013/4/7 Roland Lezuo : > > Hi, > > > > the problem: after a resume from suspend for a short period of time the > > content of the desktop appears on the screen before the lock screen is > > activat

Re: [patch] Lock screen before suspend to prevent information leak

2013-05-23 Thread Igal Alkon
> > > the problem: after a resume from suspend for a short period of time the > > content of the desktop appears on the screen before the lock screen is > > activated (System Settings -> Brightness & Lock -> Require password ... > > is activated). > > >

Re: [patch] Lock screen before suspend to prevent information leak

2013-05-20 Thread Giovanni Campagna
2013/4/7 Roland Lezuo : > Hi, > > the problem: after a resume from suspend for a short period of time the > content of the desktop appears on the screen before the lock screen is > activated (System Settings -> Brightness & Lock -> Require password ... > is acti

[patch] Lock screen before suspend to prevent information leak

2013-05-19 Thread Roland Lezuo
Hi, the problem: after a resume from suspend for a short period of time the content of the desktop appears on the screen before the lock screen is activated (System Settings -> Brightness & Lock -> Require password ... is activated). This is not only visually annoying but may

Re: lock screen without screensaver as a hotkey

2013-05-09 Thread Giovanni Campagna
2013/5/9 Peter Volkov : > Hi! > > I would like to code a bit and fix the problem I have: > Lock screen functionality works if I press "username" button in right > top angle and then "Lock screen". But whenever I try to lock the screen > with hotkey it do

lock screen without screensaver as a hotkey

2013-05-09 Thread Peter Volkov
Hi! I would like to code a bit and fix the problem I have: Lock screen functionality works if I press "username" button in right top angle and then "Lock screen". But whenever I try to lock the screen with hotkey it does nothing. I've checked gnome-control-center sour

Why using FakeStatusIcon in lock screen ?

2013-04-05 Thread corentin lecouvey
Hi all, When I lock the screen, all of the status icons (volume, network, battery) are merged in a single status icon. When clicking on it, volume slide popup appears. But I cannot display remaining battery percentage for example. I saw that in lockScreenMenu.js file, those icons are displayed us