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
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,
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
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
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
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
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
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
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
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
; > 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
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
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.
>
>
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
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
___
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,
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
~ ]$ 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
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
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
>
> > 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).
> >
>
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
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
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
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
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
26 matches
Mail list logo