[gnome-session/benzea/systemd-touch-stable-flag: 2/2] data: Remove gnome-session-stable.timer and related units
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session/benzea/systemd-touch-stable-flag: 2/2] data: Remove gnome-session-stable.timer and related units
- Date: Tue, 26 Nov 2019 09:28:24 +0000 (UTC)
commit ab59ec2c1643ee5043931319d0ec97804fbb7c55
Author: Benjamin Berg <bberg redhat com>
Date: Mon Nov 25 15:10:21 2019 +0100
data: Remove gnome-session-stable.timer and related units
The idea was that this is useful for gnome-shell to modify its OnFailure
behaviour. However, the approach has been causing issues with session
shutdown and the workaround is quite complicated.
To simplify matters, the logic has been moved to gnome-shell and further
improved. As such, the gnome-session-stable.timer has lost its purpose
and it is unlikely to be useful for other purposes in the future.
Remove it completely.
See gnome-shell!858 and #43
data/gnome-session-stable.target | 5 -----
data/gnome-session-stable.timer | 11 -----------
data/gnome-session.target | 3 ---
data/meson.build | 2 --
4 files changed, 21 deletions(-)
---
diff --git a/data/gnome-session.target b/data/gnome-session.target
index 55cfc751..ea305558 100644
--- a/data/gnome-session.target
+++ b/data/gnome-session.target
@@ -13,6 +13,3 @@ Before=graphical-session.target
# gnome-session.target pulls in graphical-session.target
BindsTo=gnome-session-monitor.service
After=gnome-session-monitor.service
-
-# Pull in timer to mark session as stable (and unstable as long as the timer is active)
-Requires=gnome-session-stable.timer
diff --git a/data/meson.build b/data/meson.build
index ef35c494..62f32880 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -127,8 +127,6 @@ if enable_systemd_session
'gnome-session-initialized.target',
'gnome-session-shutdown.target',
'gnome-session-failed.target',
- 'gnome-session-stable.target',
- 'gnome-session-stable.timer',
)
install_data(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]