aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-06-18 08:50:01 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-06-18 08:50:01 +0200
commit238d956efb3e614521aef9fddb754d65974b4dca (patch)
tree820e4294632744d926dc13f8d3ab9986631946e0 /NEWS
parent275703604d44fff336f631f93e7a47bb3a3b09fd (diff)
downloadarctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.tar.gz
arctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.tar.bz2
arctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.zip
release 0.99.8.00.99.8.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a822645..cb77368 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of changes in arctica-greeter 0.99.8.0
+
+ - data/50-org.Arctica-Project.arctica-greeter.rules: Make file better
+ readable.
+ - src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus
+ service.
+ - Wait with Ayatana Indicators startup until D-Bus mimick services
+ have come up.
+ - Launch mate-notification-daemon in greeter session for showing
+ system notifications.
+ - src/arctica-greeter.vala: Only load state file if it already
+ exists.
+ - Support openSUSE style of marking the default (X11) session.
+ - main window: Keep always below all other windows (esp. helpful for
+ nm-applets WiFi credentials dialog).
+ - data/50-org.Arctica-Project.arctica-greeter.rules: Make networking
+ more configurable in Arctica Greeter.
+ - src/: Move all env variable settings before the cmdline option
+ parse() method to actually have an effect.
+ - src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus
+ activation environment) instead of
+ GLib.Environment.set_variable().
+ - src/: Assure that org.mate.interface's window-scaling-factor is set
+ to 1x scaling (we handle it ourselves via env vars and don't
+ want the HiDPI effect to duplicated.
+ - src/: Re-introduce having a window manager (metacity this time,
+ with keybindings disabled). Make having it conifugrable via
+ GSettings.
+ - d/control: Add to R: metacity.
+ - src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles
+ don't overlay the menubar.
+
Overview of changes in arctica-greeter 0.99.7.0
- Drop to-be-reviewed slick-greeter patches. 0025 is already applied,