Package: parcimonie Version: 0.8.4-1 Severity: normal Hi,
$ env -i parcimonie --verbose org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 255 $ env -i DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS parcimonie --verbose # this works The fact that this requires dbus, prevents me from running it as a systemd user service: $ cat .config/systemd/user/parcimonie.service [Unit] Description=Parcimonie GPG Keyring Updater [Service] ExecStart=/bin/sh -c 'exec /usr/bin/parcimonie --verbose 2>> ~/.local/share/parcimonie/main.log' [Install] WantedBy=default.target $ rm .local/share/parcimonie/main.log $ touch .local/share/parcimonie/main.log $ tailf .local/share/parcimonie/main.log & systemctl --user start parcimonie.service [1] 13465 org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 $ systemctl --user status parcimonie.service ● parcimonie.service - Parcimonie GPG Keyring Updater Loaded: loaded (/home/infinity0/.config/systemd/user/parcimonie.service; disabled) Active: failed (Result: exit-code) since Sun 2015-04-12 12:45:29 CEST; 7s ago Process: 13467 ExecStart=/bin/sh -c exec /usr/bin/parcimonie --verbose 2>> ~/.local/share/parcimonie/main.log (code=exited, status=255) Main PID: 13467 (code=exited, status=255) 3 It is probably possible (though I've not tried it) to get this working by running a dbus-daemon as a systemd user service, as described in [1]. However, I'm not actually using the parcimonie-applet and have no need for it - so it would be good to add a --no-dbus option (or something) to remove this requirement. X [1] https://wiki.archlinux.org/index.php/Systemd/User -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages parcimonie depends on: ii libclone-perl 0.37-1+b1 ii libconfig-general-perl 2.56-1 ii libfile-homedir-perl 1.00-1 ii libfile-which-perl 1.09-1 ii libglib-perl 3:1.305-2 ii libgnupg-interface-perl 0.50-3 ii libgtk3-perl 0.018-1 ii liblist-moreutils-perl 0.33-2+b1 ii liblocale-gettext-perl 1.05-8+b1 ii libmoo-perl 1.006001-1 ii libmoox-late-perl 0.015-1 ii libmoox-options-perl 4.012-1 ii libnamespace-clean-perl 0.25-1 ii libnet-dbus-glib-perl 0.33.0-1+b4 ii libnet-dbus-perl 1.0.0-2+b2 ii libpango-perl 1.226-2 ii libpath-tiny-perl 0.058-1 ii libtime-duration-parse-perl 0.11-1 ii libtry-tiny-perl 0.22-1 ii libtype-tiny-perl 1.000004-1 ii libtypes-path-tiny-perl 0.005-1 ii perl 5.20.2-2 ii perl-modules 5.20.2-2 ii torsocks 2.0.0-3 Versions of packages parcimonie recommends: ii gnupg-curl 1.4.18-7 ii tor 0.2.5.11-1 parcimonie suggests no packages. -- no debconf information -- debsums errors found: debsums: changed file /usr/bin/parcimonie-torified-gpg (from parcimonie package) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

