[Xfce-bugs] [Bug 14074] New: Thunar-1.7.0 crash by right-click

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Dec 10 10:44:31 CET 2017


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

            Bug ID: 14074
           Summary: Thunar-1.7.0 crash by right-click
    Classification: Xfce Core
           Product: Thunar
           Version: 1.7.0
          Hardware: PC (x86_64)
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Very High
         Component: General
          Assignee: xfce-bugs at xfce.org
          Reporter: oh.quait at gmail.com
                CC: benny at xfce.org, hjudt at xfce.org
  Target Milestone: 1.8.0

all core packages are built by the git-core master's from 09th december.
No compilation-errors.
But when I make a right-click in Thunar, he crashes.
The version 1.6.13, however, does not seem to have this problem, but will
continue with a patch: "Patch4:
0004-thunar-1.5.0-dont-die-on-dbus-disconnect.patch"
Of course, this patch can not be used in the 1.7.0, but it seems to be exactly
the problem that separates dbus the connection and Thunar is not free to act
thereby.
the patch for 1.6....
"
--- thunar/thunar-dbus-service.c.orig   2012-10-14 15:01:38.000000000 +0200
+++ thunar/thunar-dbus-service.c        2012-10-15 21:02:39.000000000 +0200
@@ -292,6 +292,9 @@
       /* once we registered, unset dbus variables (bug #8800) */
       g_unsetenv ("DBUS_STARTER_ADDRESS");
       g_unsetenv ("DBUS_STARTER_BUS_TYPE");
+
+      /* don't die on dbus disconnect */
+      dbus_connection_set_exit_on_disconnect(dbus_service->connection, FALSE);
     }
   else
     {
"
on all 1.6... versions work stable

How can implement a function to make thunar independed on the dbus-status?
I am only a packager, not so good in coding.
Best Regards

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


More information about the Xfce-bugs mailing list