Package: arctica-greeter / 0.99.3.0-1+deb12u2

Metadata

Package Version Patches format
arctica-greeter 0.99.3.0-1+deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_dont blur logo.patch | (download)

src/background.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't blur logo image.
0001 data org.ArcticaProject.arctica greeter.gschema.xml .patch | (download)

data/org.ArcticaProject.arctica-greeter.gschema.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/2] data/org.arcticaproject.arctica-greeter.gschema.xml:
 Improve description of onscreen-keyboard-layout.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0002 OSK Add OSK theme gsetting to individually configure.patch | (download)

data/org.ArcticaProject.arctica-greeter.gschema.xml | 4 4 + 0 - 0 !
src/menubar.vala | 19 13 + 6 - 0 !
src/settings.vala | 1 1 + 0 - 0 !
3 files changed, 18 insertions(+), 6 deletions(-)

 [patch 2/2] osk: add osk theme gsetting to individually configure the
 OSK theme used via ArcticaGreeter's settings.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0003 data org.ArcticaProject.arctica greeter.gschema.xml .patch | (download)

data/org.ArcticaProject.arctica-greeter.gschema.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 3/3] data/org.arcticaproject.arctica-greeter.gschema.xml: use
 'Compact' onboard layout for providing special keys such as Umlauts etc.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0004 src session list.vala Treat gnome xorg as GNOME and .patch | (download)

src/session-list.vala | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] src/session-list.vala: treat 'gnome-xorg' as gnome and
 'plasma5' has KDE, as well.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0005 src prompt box.vala enable line wrapping for error m.patch | (download)

src/prompt-box.vala | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] src/prompt-box.vala: enable line wrapping for (error)
 messages.

Long lines were previously truncated as part of the fading label. Since
PAM (error) messages are shown within the prompt box, truncating them is
a really bad idea, since the user might not understand what went wrong
and how it can be fixed.

Enabling line wrapping makes sure that the full message is always shown
- at least theoretically. Messages may still be truncated if they are
long enough to overflow the prompt box itself, but this is caused by the
prompt box not resizing itself correctly. Further work on that is
necessary.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0006 src prompt box.vala set background color for error m.patch | (download)

src/prompt-box.vala | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

 [patch] src/prompt-box.vala: set background color for error messages
 to pure white.

While this might look ugly, it is important that error messages can be
read well and a transparent background might be a bad fit with a static
red text color, if the background is also quite red.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0007 src prompt box.vala darken red error message text co.patch | (download)

src/prompt-box.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] src/prompt-box.vala: darken red error message text color.

This improves the contrast considerably for the new static white
background.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

0008_better positioning of logo.patch | (download)

src/background.vala | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 [patch] src/background.vala: better positioning of logo, make the
 positioning independent of logo height (i.e. adjust the position to the logo
 height).

 This introduces BackgroundLoader.logo_width and .logo_height. We
 currently only use .logo_height for now. But having both geoemtry values
 available might be helpful at a later time. And it feels incomplete to
 only pass-through the height.