[Xfce-bugs] [Bug 15907] New: xfce4-session-logout fails with "Session Manager expects system shutdown. Please wait" error

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Aug 31 20:43:06 CEST 2019


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

            Bug ID: 15907
           Summary: xfce4-session-logout fails with "Session Manager
                    expects system shutdown. Please wait" error
    Classification: Xfce Core
           Product: Xfce4-session
           Version: 4.12.0
          Hardware: PC (x86_64)
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: xfce-bugs at xfce.org
          Reporter: alexey.kaplin at gmail.com
  Target Milestone: Xfce 4.14

Hello,
when I try to log out from desktop (Start->Log Out) I'm getting a message box
error with "Session Manager expects system shutdown. Please wait" text. I've
tried to investigate source code of xfce4-session-logout and found that
g_dbus_proxy_new_for_bus_sync returns NULL value instead of GDBusProxy:
xfce4-session/xfce4-session-logout/main.c:
.....
GDBusProxy      *proxy = NULL;
.....

proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
                                         G_DBUS_PROXY_FLAGS_NONE,
                                         NULL,
                                         "org.xfce.SessionManager",
                                         "/org/xfce/SessionManager",
                                         "org.xfce.Session.Manager",
                                         NULL,
                                         &err);
  if (proxy == NULL)
    {
      xfce_session_logout_notify_error (_("Received error while trying to log
out"), err, have_display); /*seems this i'm getting*/
      g_error_free (err);
      return EXIT_FAILURE;
    }

Is any way to manually debug this situation? If so how I can do it? And what
datas shoud I provide for you to investigate this issue?
My XFCE version is:

xfce4-session 4.12.1 (Xfce 4.12)

Copyright (c) 2004-2012
        The Xfce development team. All rights reserved.

Written by Benedikt Meurer <benny at xfce.org>
and Brian Tarricone <kelnos at xfce.org>.

Please report bugs to <http://bugs.xfce.org/>.

WBR,
Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list