| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- src/main-window.vala: Toggle a11y states when accelerators are
pressed.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
|
|
|
| |
- src/menubar.vala: Fix DateTime Indicator high contrast label.
|
|
|
|
|
|
|
| |
- arctica-greeter/src/greeter-list.vala: Fix DashBox height when the
content changes.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
|
|
|
|
|
| |
- Regression fix for 0.99.8.5 for non-English systems:
src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before
using printf with floats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- src/main-window.vala: Render the back-button with black background
and white border. As arrow we have a white png.
- src/prompt-box.vala: Prompt box messages are always white in normal
mode, always black in high-contrast mode (except from errors).
- src/menubar.vala: Render the menubar always white (background is
always black) and use black font for the hostname if shown.
- Introduce UI/widget scaling per scaling factor.
- src/menubar.vala: Soften the menubar shadow depending on
'menubar-alpha' gsettings configuration.
- data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix.
- src/main-window.vala: Recuce the menubar height when settings
struts by 7px ( x scaling factor).
- src/main-window.vala: Apply Gdk property change to toplevel of the
MainWindow (just in case).
- src/arctica-greeter.vala: Re-arrange calls to
MainWindow.set_struts().
- src/main-window.vala: Make set_struts() a method without parameters
and move previous set_struts() to _set_struts() (private method
now).
- src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts
not affect the main window itself.
- src/main-window.vala: Convert set_struts() method to a non-static
method (by its code).
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
|
|
|
| |
This gsettings 'widget-scaling-factor' can be used together with the 'xft-dpi' setting to fractionally scale the UI to better readability.
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-a11y/issues/26
|
| |
|
| |
|
|
|
|
| |
window manager.
|
| |
|
|
|
|
| |
keybindings disabled). Make having it conifugrable via GSettings.
|
|
|
|
| |
configurable in Arctica Greeter.
|
|
|
|
| |
Ported from unity-greeter on Launchpad.
|
| |
|
|
|
|
| |
GSettings descriptions.
|
| |
|
|
|
|
|
|
| |
alignment.
Ported from slick-greeter by Mike Gabriel.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This message is adapted from ayatana-indicator-sound. Note that while it
is Debian-centric, other distributions (e.g., *SuSE) have long upgraded
to polkit versions > 0.105, so are affected by this even more.
arctica-greeter currently ships polkit 0.105 configuration fragments at
${LOCALSTATEDIR}/polkit-1/localauthority/10-vendor.d/arctica-greeter.pkla
but does not seem to have a polkit >= 0.106 equivalent in
${DATADIR}/polkit-1/rules.d. This means the customizations to the
default polkit policies that are made by this package will not be taken
into account when running polkit >= 0.106.
Debian and Ubuntu are currently using polkit 0.105 with the old .pkla
rules (and an increasingly large patch series to fix 9 years' worth of
bugs and security vulnerabilities), but it has become clear that this is
not sustainable, and I (Mike Gabriel) am looking at whether we can
replace polkit 0.105 with version 121 or newer for Debian 12. You can
try these newer versions by installing the polkitd and
polkitd-javascript packages from experimental.
To make this transition go smoothly, packages that ship a .pkla file
should also provide an equivalent JavaScript file
${DATADIR}/polkit-1/rules.d/*.rules which will be used by newer versions
of polkit. Most already do, but this is one of a few that do not. It is
appropriate to contribute these .rules files upstream.
System administrators can override the rules in
${DATADIR}/polkit-1/rules.d by creating a file of the same name in
${SYSCONFDIR}/polkit-1/rules.d, or add local rules by creating a file
with a different name in ${SYSCONFDIR}/polkit-1/rules.d.
Please don't remove the .pkla file when adding the .rules file: keep the
.pkla file in place until this transition has finished.
${DATADIR}/polkit-1/actions/*.policy files are not affected by this
transition: they are used by both the old and new versions of polkit.
For example, here's the .pkla file for systemd-networkd in stable, which
allows the systemd-network user to take some privileged actions:
https://sources.debian.org/src/systemd/247.3-7/src/network/systemd-networkd.pkla/
and here's the JavaScript equivalent:
https://sources.debian.org/src/systemd/247.3-7/src/network/systemd-networkd.rules/
flatpak, fwupd and network-manager have other good examples.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015156
|
|
|
|
|
|
|
|
| |
These were never supported in the first place.
This is probably also why we define all three result keys - ResultsAny
[sic!] never triggered, so ResultActive and ResultInactive were added
instead.
|
| |
|
|
|
|
| |
state
|
| |
|
| |
|
|
|
|
|
|
|
| |
indicator by default, as well.
Starting with release 23.10.4, ayatana-indicator-display is received
greeter support and is now usable in arctica-greeter.
|
| |
|
| |
|
| |
|
|
|
|
| |
install via automake.
|
| |
|
| |
|
| |
|
|
|
|
| |
esp. let them end with a full-stop.
|
|
|
|
| |
runtime (for now).
|
|
|
|
| |
statically.
|
|
|
|
| |
Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
|
|
|
|
| |
the OSK theme accordingly.
|
|
|
|
| |
toggle icon theme if a11y indicator's high contrast switch gets toggled.
|
|
|
|
| |
HighContrastInverse to HighContrast as default GTK+ theme.
|
|
|
|
|
|
| |
This adds a configurable 'high-contrast-background-color' gsetting
parameter (defaulting to #000000), so the high contrast bgcolor becomes
customizable.
|
| |
|