From c968f610dd77c9e532bd580efb6e1866428e2864 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Wed, 21 Feb 2018 11:07:37 +0100 Subject: [PATCH] d/p/01_add_back_power_indicator added closes: #884097 --- debian/patches/01_add_back_power_indicator.patch | 13 +++++++++++++ debian/patches/series | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 debian/patches/01_add_back_power_indicator.patch diff --git a/debian/patches/01_add_back_power_indicator.patch b/debian/patches/01_add_back_power_indicator.patch new file mode 100644 index 0000000..4590957 --- /dev/null +++ b/debian/patches/01_add_back_power_indicator.patch @@ -0,0 +1,13 @@ +=== modified file 'a/src/lightdm-gtk-greeter.c' +--- a/src/lightdm-gtk-greeter.c 2018-02-19 02:07:35 +0000 ++++ b/src/lightdm-gtk-greeter.c 2018-02-21 10:03:36 +0000 +@@ -95,7 +95,7 @@ + static GtkImage *power_icon; + + static const gchar *DEFAULT_LAYOUT[] = {"~spacer", "~spacer", "~host", "~spacer", +- "~session", "~a11y", "~clock", NULL}; ++ "~session", "~a11y", "~clock", "~power", NULL}; + + static const gchar *POWER_WINDOW_DATA_LOOP = "power-window-loop"; /* */ + static const gchar *POWER_WINDOW_DATA_RESPONSE = "power-window-response"; /* */ + diff --git a/debian/patches/series b/debian/patches/series index 7d4cbae..de6e4b1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -#01_at-spi.patch +01_add_back_power_indicator.patch