[gnome-session/benzea/systemd-touch-stable-flag: 4/4] data: Remove gnome-session-stable.timer and related units



commit ee3d07374497a38afdfbd7beea1c045115dfbc76
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]