Package: xfce4-session / 4.8.3-3

Metadata

Package Version Patches format
xfce4-session 4.8.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_fix fortune path.patch | (download)

xfce4-tips/main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
03_respect save settings logout plugin.patch | (download)

panel-plugin/Makefile.am | 2 2 + 0 - 0 !
panel-plugin/xfsm-logout-plugin.c | 14 13 + 1 - 0 !
2 files changed, 15 insertions(+), 1 deletion(-)

 do not always save session with xfce4-logout-plugin (bug #7915)

Respect the value of the "/general/SaveOnExit" option from xfce4-session in the
logout panel plugin as well.

Bug: https://bugzilla.xfce.org/show_bug.cgi?id=7915

04_fix missing lm.patch | (download)

configure.in | 4 4 + 0 - 0 !
engines/balou/Makefile.am | 3 2 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

---
05_force xfsettingsd start.patch | (download)

xfce4-session/main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
06 Handle multiple interactive session save bug 5379.patch | (download)

xfce4-session/xfsm-manager.c | 81 47 + 34 - 0 !
1 file changed, 47 insertions(+), 34 deletions(-)

 [patch] handle multiple interactive session save (bug #5379).

Additionnaly, we now use SmSaveGlobal on log out / shutdown without
session save which avoids data loss. Previously clients would not save
anything on log out without session save.

Based on original work by Chris Bainbridge (chris.bainbridge@gmail.com).