aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-09-01 15:02:32 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-09-01 15:02:32 -0400
commita205a6f749263d1f046c568295979bca72026879 (patch)
tree3161c4adc0b06534090d58cc96028a0851df5684
parenta550558ec8990bc9619fe57f8be259a05e2379fc (diff)
downloadayatana-indicator-session-a205a6f749263d1f046c568295979bca72026879.tar.gz
ayatana-indicator-session-a205a6f749263d1f046c568295979bca72026879.tar.bz2
ayatana-indicator-session-a205a6f749263d1f046c568295979bca72026879.zip
- "Reboot Required" menu opens Update Manager, doesn't reboot (LP: #837658)
- indicator-session-service crashed with SIGSEGV in g_str_hash() (LP: #824243) - indicator-session-service crashed with SIGSEGV in g_variant_unref() (LP: #833965) * +debian/patches/revert_icon_change.patch - revert the icon change in greeter mode until a UIF exception is approved * +debian/source/format
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/revert_icon_change.patch12
-rw-r--r--debian/patches/series1
-rw-r--r--debian/source/format1
4 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 106a6ff..d99694a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,15 @@ indicator-session (0.3.4.1-0ubuntu1) UNRELEASED; urgency=low
* New upstream release.
- in a Guest session user menu is not visible (LP: #834948)
- User name shown as [Invalid UTF-8] in live session (LP: #837246)
+ - "Reboot Required" menu opens Update Manager, doesn't reboot (LP: #837658)
+ - indicator-session-service crashed with SIGSEGV in
+ g_str_hash() (LP: #824243)
+ - indicator-session-service crashed with SIGSEGV in
+ g_variant_unref() (LP: #833965)
+ * +debian/patches/revert_icon_change.patch
+ - revert the icon change in greeter mode until a UIF exception is
+ approved
+ * +debian/source/format
[Ted Gould]
* debian/control: Adding a depend on gnome-settings-daemon to ensure that
diff --git a/debian/patches/revert_icon_change.patch b/debian/patches/revert_icon_change.patch
new file mode 100644
index 0000000..59a8118
--- /dev/null
+++ b/debian/patches/revert_icon_change.patch
@@ -0,0 +1,12 @@
+=== modified file 'src/dbus-shared-names.h'
+--- old/src/dbus-shared-names.h 2011-09-01 17:23:35 +0000
++++ new/src/dbus-shared-names.h 2011-09-01 18:38:01 +0000
+@@ -63,6 +63,6 @@
+
+ #define ICON_DEFAULT "system-devices-panel"
+ #define ICON_RESTART "system-devices-panel-alert"
+-#define GREETER_ICON_DEFAULT "system-shutdown-panel"
++#define GREETER_ICON_DEFAULT "system-devices-panel"
+
+ #endif /* __DBUS_SHARED_NAMES_H__ */
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..43f089f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+revert_icon_change.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)