From cc91608808402b16182d0962af8b2fa9e96c16fc Mon Sep 17 00:00:00 2001 From: ponce Date: Wed, 1 Aug 2012 19:53:21 +0200 Subject: desktop/uwm: Added "dbus-launch --exit-with-session" to xinitrc Signed-off-by: Robby Workman --- desktop/uwm/xinitrc.uwm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/uwm') diff --git a/desktop/uwm/xinitrc.uwm b/desktop/uwm/xinitrc.uwm index 71b59ce9fc..b20be40c2f 100644 --- a/desktop/uwm/xinitrc.uwm +++ b/desktop/uwm/xinitrc.uwm @@ -19,7 +19,7 @@ if [ ! -d $HOME/.ude/config ]; then fi if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - exec ck-launch-session uwm + exec ck-launch-session dbus-launch --exit-with-session uwm else exec uwm fi -- cgit v1.2.3