On 22.06.2013 16:57, Corinna Vinschen wrote:

> The same message is in the vncserver log file, btw.  I'm starting the
> XFCE4 desktop via `exec startxfce4 --with-ck-launch' and ck-launch-session
> starts and runs.  What else can I do?!?
> 
> 
> Thanks for any help,
> Corinna

- yum erase ConsoleKit*
- rpmrebuild xfce4-session-4.10.1-1.fc18.src.rpm
  with *systemd-logind.diff
- $HOME/.vnc/xstartup
  #!/bin/sh
  startxfce4


poma



diff --git a/xfce4-session.spec b/xfce4-session.spec
index 66e3650..520e881 100644
--- a/xfce4-session.spec
+++ b/xfce4-session.spec
@@ -2,7 +2,7 @@
 
 Name:           xfce4-session
 Version:        4.10.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Xfce session manager
 
 Group:          User Interface/Desktops
@@ -73,8 +73,9 @@ Additional splash screen engines for the Xfce Session Manager.
 
 %build
 %configure \
-%if 0%{?rhel} > 6 || 0%{?fedora} > 18
+%if 0%{?rhel} > 6 || 0%{?fedora} >= 18
     --enable-systemd \
+    --disable-legacy-sm \
 %else
     --disable-systemd \
 %endif


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to