diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-06 12:10:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-06 12:10:08 +0100 |
commit | 0941cb7f75ac4d248af120efc05ec2412fcb944d (patch) | |
tree | af9e9631b7bf2a3756a2096ae3f519467946be42 /README.md | |
parent | e79bf3a819a0c972eeabd3018d412baf0531965b (diff) | |
parent | 5ffd6d93a5f1120f7b2295b377d7a938394a7702 (diff) | |
download | arctica-greeter-0941cb7f75ac4d248af120efc05ec2412fcb944d.tar.gz arctica-greeter-0941cb7f75ac4d248af120efc05ec2412fcb944d.tar.bz2 arctica-greeter-0941cb7f75ac4d248af120efc05ec2412fcb944d.zip |
Merge branch 'sunweaver-pr/ports-from-slick-greeter'
Attributes GH PR #41: https://github.com/ArcticaProject/arctica-greeter/pull/41
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5565195 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Arctica Greeter + +## Configuration + +- The default configuration is stored in dconf under the schema org.ArcticaProject.arctica-greeter. +- Distributions should set their own defaults using a GLib override. + +# Features + +- Arctica Greeter is cross-distribution and should work pretty much anywhere. +- Arctica Greeter uses Ayatana Indicators for the tray icons, so make sure they are available in your distribution, as well. +- This greeter supports HiDPI. +- Sessions are validated. If a default/chosen session isn't present on the system, the greeter scans for known sessions in /usr/share/xsessions and replaces the invalid session choice with a valid session. +- You can take a screenshot by pressing PrintScrn. The screenshot is saved in /var/lib/lightdm/Screenshot.png. + +# Credits + +- Arctica Greeter started as a fork of Unity Greeter 16.04.2, a greeter developed for Ubuntu by Canonical. Furtheron, various improvements are take from Slick Greeter, the LinuxMint fork of Unity Greeter. |