Package: xfce4-session / 4.10.1-10

Metadata

Package Version Patches format
xfce4-session 4.10.1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix xrdb call.patch | (download)

scripts/xinitrc.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02_add light locker to xflock4.patch | (download)

scripts/xflock4 | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
03_runtime logind support.patch | (download)

configure.ac | 8 4 + 4 - 0 !
xfce4-session/Makefile.am | 6 2 + 4 - 0 !
xfce4-session/xfsm-shutdown.c | 79 57 + 22 - 0 !
xfce4-session/xfsm-systemd.c | 85 85 + 0 - 0 !
xfce4-session/xfsm-systemd.h | 18 18 + 0 - 0 !
5 files changed, 166 insertions(+), 30 deletions(-)

 add runtime logind support
Bug-Ubuntu: https://bugs.launchpad.net/xfce4-session/+bug/1178373
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=9952
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=10076
0001 Export XDG_CURRENT_DESKTOP Bug 11239.patch | (download)

scripts/xinitrc.in.in | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 [patch] export xdg_current_desktop (bug #11239)

We already have been using XDG_CURRENT_DESKTOP in things such as
garcon and other libraries but xfce4-session hasn't been setting
it if it was left unset. This is now used by things like QT5 for
theme decorations. Patch provided in:
https://forum.manjaro.org/index.php?topic=13728

0001 Add DesktopNames to .desktop file.patch | (download)

xfce.desktop.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] add desktopnames to .desktop file

GDM looks for a DesktopNames property added in the desktop file
to set the XDG_CURRENT_DESKTOP env variable with. See
https://bugzilla.gnome.org/show_bug.cgi?id=727546
Thanks to Guido Berhoerster for pointing this out.