Your message dated Sun, 15 Feb 2015 22:00:09 +0000
with message-id <[email protected]>
and subject line Bug#681241: fixed in dbus 1.9.10-2
has caused the Debian Bug report #681241,
regarding dbus-x11: prevent dbus-launch if it is already started
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
681241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dbus-x11
Version: 1.5.12-1
Severity: normal

Dear Maintainer,

I have been facing problems with DBus on a system running the awesome window
manager. I believe other non-Gnome manager are affected too.

I wanted to have access to the gnome-keyring in my awesome-wm session. Hence I
added "gnome-keyring-daemon --start" to my .xsessionrc. This however did not
work (for example subversion would hang while accessing its key) because
-apparently- gnome-keyring needs DBus to be running when the "--start" command
is executed.

Adding gnome-keyring --start to the $STARTUP variable also does not work,
because certain application such as ssh-agent mistakenly think that this is a
non-gnome-keyring session, and start themselves.

The best I could come up with is this patch, which does resolve the issue for
me and should not intrude on other window managers. It simply disables dbus-
launch if it is already started, e.g. from .xsessionrc.

Please consider it for inclusion or inform me if there is a better solution.

Regards,
Panayiotis



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dbus-x11 depends on:
ii  dbus      1.5.12-1
ii  libc6     2.13-30
ii  libx11-6  2:1.4.99.901-2

dbus-x11 recommends no packages.

dbus-x11 suggests no packages.

-- Configuration Files:
/etc/X11/Xsession.d/75dbus_dbus-launch changed [not included]

-- no debconf information
--- 75dbus_dbus-launch.orig	2012-07-11 19:28:57.000000000 +0300
+++ 75dbus_dbus-launch	2012-07-11 19:13:29.000000000 +0300
@@ -12,7 +12,7 @@
   fi
 fi
 
-if [ -n "$STARTDBUS" ]; then
+if [ -n "$STARTDBUS" -a -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
   # dbus-launch misbehaves when stdin is a console:
   # - http://bugs.debian.org/453755
   # - https://bugs.freedesktop.org/show_bug.cgi?id=39197

--- End Message ---
--- Begin Message ---
Source: dbus
Source-Version: 1.9.10-2

We believe that the bug you reported is fixed in the latest version of
dbus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated dbus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 13 Feb 2015 11:40:27 +0000
Source: dbus
Binary: dbus dbus-udeb dbus-x11 libdbus-1-3 libdbus-1-3-udeb dbus-1-doc 
libdbus-1-dev dbus-1-dbg dbus-tests dbus-user-session
Architecture: all source
Version: 1.9.10-2
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 681241 682375 774626
Description: 
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus       - simple interprocess messaging system (daemon and utilities)
 dbus-tests - simple interprocess messaging system (test infrastructure)
 dbus-udeb  - simple interprocess messaging system (minimal runtime) (udeb)
 dbus-user-session - simple interprocess messaging system (systemd --user 
integration)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system (library)
 libdbus-1-3-udeb - simple interprocess messaging system (minimal library) 
(udeb)
 libdbus-1-dev - simple interprocess messaging system (development headers)
Changes:
 dbus (1.9.10-2) experimental; urgency=low
 .
   * Remove debian/source/local-options, no longer necessary (dpkg-source now
     unapplies patches after the build if they were unapplied before)
   * Configure gbp-pq to export patches without patch numbers, and
     re-export our long-standing Debian patch in that format
   * Add patch from upstream to reduce the number of fds the fdpass test
     demands, fixing autopkgtest in a more limited environment
   * Add patch from upstream to add a man page for dbus-test-tool
   * Move installed-tests for the production build (but not the debug build)
     to a new dbus-tests package, and add dbus-test-tool to that package
   * dbus-x11: use dbus-x11.install for the Xsession hook
   * If DEB_BUILD_OPTIONS=noudeb, don't do the udeb build, for a 30% speedup
   * Add patch proposed upstream adding unix:runtime=yes as a listenable
     address (fd.o #61303)
   * Add user-bus patch set as proposed upstream (fd.o #61301):
     - connect to XDG_RUNTIME_DIR/bus by default, if it is a socket
     - add systemd --user units to run dbus-daemon, in the new
       dbus-user-session package (Closes: #682375, #774626 for
       users of systemd and dbus-user-session)
     - even if dbus-x11 is installed, do not override an existing
       DBUS_SESSION_BUS_ADDRESS (Closes: #681241)
     - if dbus-x11 is installed, propagate all Xsession environment
       variables except XDG_SEAT, XDG_SESSION_ID, XDG_VTNR into
       D-Bus and systemd services for backwards compatibility
       (remove dbus-x11 to get a "legacy-free" mode of operation)
Checksums-Sha1: 
 959254337ffa0171988948b8ca56f3bbafc7e2b1 1322414 dbus-1-doc_1.9.10-2_all.deb
 62c408ff394cca56438177bf5a3c71bc09ad59e7 64090 
dbus-user-session_1.9.10-2_all.deb
 12ffe64274a5a8bd85c4d1145379ef805667f361 2895 dbus_1.9.10-2.dsc
 aa1b814258967313d19261a479f9f8f48ae3a436 55324 dbus_1.9.10-2.debian.tar.xz
Checksums-Sha256: 
 35c1e8f5a318bb9835574c696b84678887a82c54a96b1adb2882a41d69460666 1322414 
dbus-1-doc_1.9.10-2_all.deb
 24677a0a227b65946f230d871f725fb1106371172278b667b5c0f5a8c1ac240e 64090 
dbus-user-session_1.9.10-2_all.deb
 13ab9553c054669fc9e63e257116d2acf855251deddce09e2155fcdefe80ef19 2895 
dbus_1.9.10-2.dsc
 7b8eb856864437a4f8fa5b6887a966c1cf4b8bf374c30e2108b709d821396924 55324 
dbus_1.9.10-2.debian.tar.xz
Files: 
 8bf492c876d7b19c7bb1207f3b9d095f 1322414 doc optional 
dbus-1-doc_1.9.10-2_all.deb
 ac229d7518daae07eadabfdbcf2b0589 64090 admin optional 
dbus-user-session_1.9.10-2_all.deb
 11bc7ad83e347f61df79290a92b5feee 2895 admin optional dbus_1.9.10-2.dsc
 e181bc59eefac9acdd73c04ff617aeaa 55324 admin optional 
dbus_1.9.10-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIVAwUBVN5Fa03o/ypjx8yQAQiu0hAAng9N010UfauTPRSms3edAB3IAKARc/1A
FhwbE+ZJO2Mj9eclWzG4K0YUXwUOjJVjajKi4ojaKNX4RBNByJErPKNAw/Vpr9hW
EqS0K8AlLpUMmmqJHEH+RPJkorrR3Y8NqHi7xKx+gKzPtXz9BDr+U4WedbihC3Tk
ZdyyN/QbJpblMlX6T0/bBXyuQ42YKLvsM6/3A8+RMFGIAkYQGaq//R+w/XASOhxl
B/vKvSFWLZH/2Xsnwi4BpSC4jnjTIGKvtinr7OJ60U3XW/OHBU8KiZw1RtxMzuo2
iFF7GFb8Gsl9pKSYcYzlujfM86ce+ndqth0B+QhjIabUpkHgFHVC4QYmrc2lZJ35
RE2hWGya9okmwqdlC4/I0f8359TICbfcPBNOqDvsnck6Qujbp8iYUvaxP1E/sHc1
egEglGzkADIWQaPiKoeYolNkD3YzYNscRugSurqjSuJi5RWDYKl26aVtRp52wAa1
8BoA+lLma4fPuFae6xqNExtiHPj2X77ZQD2Av1IqLVjSFpvsle40IBNh3yLjkdwh
W2S0/wo74XO0tipN98rANsGjtWNN4ChXu2eTsnR3599XpzhYii8hiBVktWqlPxLT
mfP5aRjRJEXWu/SwN9hCSxu1sOX1+i5IsxE1tQ0OlUBnTIMLvcuIKU1lgtlYzyF9
U37ZP2rqyX4=
=j8MB
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers

Reply via email to