aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* release 0.99.5.00.99.5.0release-buildsmainMike Gabriel2024-02-061-1/+1
|
* data/Makefile.am: install 50-org.Arctica-Project.arctica-greeter.rules.Mihai Moldovan2024-02-061-0/+5
|
* data: add 50-org.Arctica-Project.arctica-greeter.rules.Mihai Moldovan2024-02-061-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* data/arctica-greeter.pkla: fix Results* keys.Mihai Moldovan2024-02-061-6/+6
| | | | | | | | 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.
* release 0.99.4.60.99.4.6Mike Gabriel2023-12-061-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Store screen magnifier ↵Robert Tari2023-12-061-0/+4
| | | | state
* release 0.99.4.50.99.4.5Mike Gabriel2023-12-041-1/+1
|
* release 0.99.4.40.99.4.4Mike Gabriel2023-11-201-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Request display ↵Mike Gabriel2023-11-201-1/+1
| | | | | | | 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.
* src/arctica-greeter.vala: Support (configurably) loading the GeoClue-2.0 agent.Mike Gabriel2023-11-181-0/+4
|
* release 0.99.4.30.99.4.3Mike Gabriel2023-11-101-1/+1
|
* release 0.99.4.20.99.4.2Mike Gabriel2023-11-071-1/+1
|
* data/: Move config files and policykit .pkla file from debian/ to data/ and ↵Mike Gabriel2023-11-075-1/+104
| | | | install via automake.
* release 0.99.4.10.99.4.1Mike Gabriel2023-11-071-1/+1
|
* data/arctica-greeter.1: Document --test-highcontrast option in man page.Mike Gabriel2023-11-071-0/+3
|
* release 0.99.4.00.99.4.0Mike Gabriel2023-10-131-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Rework summary strings, ↵Mike Gabriel2023-10-121-42/+42
| | | | esp. let them end with a full-stop.
* settings: Add font scaling via GDK_DPI_SCALE. This is not adjustable at ↵Mike Gabriel2023-10-101-0/+4
| | | | runtime (for now).
* Drop big-font setting. Font scaling will be handled differently and more ↵Mike Gabriel2023-10-061-4/+0
| | | | statically.
* Show labels for 'Username:' and 'Password:' if configured via gsettings.Mike Gabriel2023-10-061-0/+4
| | | | Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
* a11y / OSK: Restart OSK on theme toggling (normal/high-contrast) and adjust ↵Mike Gabriel2023-10-031-0/+4
| | | | the OSK theme accordingly.
* src/settings.vala: Introduce 'high-contrast-icon-theme-name' gsetting and ↵Mike Gabriel2023-09-191-0/+4
| | | | toggle icon theme if a11y indicator's high contrast switch gets toggled.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Switch from ↵Mike Gabriel2023-09-191-1/+1
| | | | HighContrastInverse to HighContrast as default GTK+ theme.
* a11y: Disable background image when in high-contrast mode.Mike Gabriel2023-09-181-0/+4
| | | | | | This adds a configurable 'high-contrast-background-color' gsetting parameter (defaulting to #000000), so the high contrast bgcolor becomes customizable.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Ayatana a11y indicatorRobert Tari2023-09-161-1/+1
|
* Introduce gsetting (bool): hide-default-xsession.Mike Gabriel2023-09-151-0/+4
|
* Introduce gsettings (list): includeonly-sessions, excluded-sessions.Mike Gabriel2023-09-151-0/+8
|
* Introduce gsetting (array of strings): preferred-sessions.Mike Gabriel2023-09-151-0/+4
| | | | | The preferred-session gsetting shall provide an ordered list of preferred sessions for detecing the default session type.
* data/50-arctica-greeter.conf.in: Reenable lightdm-arctica-greeter-session ↵Mike Gabriel2023-09-111-0/+1
| | | | | | greeter-wrapper again. Fixes https://github.com/ArcticaProject/arctica-greeter/issues/36
* settings: add shutdown-dialog-timeout integer option.Mihai Moldovan2023-08-311-0/+4
| | | | | Defaulting to 60, this sets the amount in seconds until the focused button is triggered in the shutdown dialog.
* settings: add configuration option for logo alpha.Mihai Moldovan2023-08-281-0/+4
|
* Add option to span background across multiple monitorsGeoff Paul2023-05-031-0/+8
|
* Add support for hiding X11 and/or Wayland sessions.Mike Gabriel2023-04-031-0/+8
|
* data/badges/: Add badge for (open)SUSE's 'SLE Classic' session.Mike Gabriel2023-04-033-0/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use 'Compact' onboard ↵Mike Gabriel2023-03-021-1/+1
| | | | layout for providing special keys such as Umlauts etc.
* OSK: Add OSK theme gsetting to individually configure the OSK theme used via ↵Mike Gabriel2023-03-021-0/+4
| | | | ArcticaGreeter's settings.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Improve description of ↵Mike Gabriel2023-03-021-1/+1
| | | | onscreen-keyboard-layout.
* release 0.99.3.00.99.3.0Mike Gabriel2023-03-011-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix GTK theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix Icon Theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Noto Sans by default.Mike Gabriel2023-03-011-1/+1
|
* src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵Mike Gabriel2023-03-011-4/+33
| | | | toggle box (session selector box) via gsettings.
* src/flat-button.vala: Allow color-theming (etc.) of buttons created via the ↵Mike Gabriel2023-03-011-0/+7
| | | | FlatButton class.
* backgrounds: Move background image into namespaced datadir. Don't mix with ↵Mike Gabriel2023-03-015-3/+3
| | | | officially installed system-wide desktop backgrounds.
* Add badge for 'mir-shell' DESKTOP_SESSION.Mike Gabriel2023-02-282-0/+1
|
* Arctica Greeter background image: Replace background image by an image take ↵Mike Gabriel2023-02-287-1/+368
| | | | from lomiri-wallpapers.
* data/Makefile.am: Add lomiri_badge.png.Mike Gabriel2023-02-251-0/+1
|
* Fix file name of Lomiri badge.Mike Gabriel2023-02-251-0/+0
|
* Add badge for Lomiri.Mike Gabriel2023-02-251-0/+0
|
* release 0.99.2.00.99.2.0Mike Gabriel2023-02-061-1/+1
|