[Bug 1548300] Re: XDG_RUNTIME_DIR not set when using sudo -i

Benpro benpro82 at gmail.com
Mon Jan 2 14:20:56 UTC 2017


As a temporary patch, you could set this to /etc/profile:
export XDG_RUNTIME_DIR="/run/user/$UID"

** Also affects: sudo (Debian)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1548300

Title:
  XDG_RUNTIME_DIR not set when using sudo -i

Status in sudo:
  New
Status in sudo package in Ubuntu:
  Confirmed
Status in sudo package in Debian:
  New

Bug description:
  According to the man page `sudo -i` will run the command with an
  environment "similar" to the one a user would receive at log in.

  When trying to use tools that use D-Bus, specifically: systemctl
  --user, it will be impossible to control them via sudo.

  While there is a workaround; setting the XDG_RUNTIME_DIR manually,
  this means any configuration change that causes the XDG_RUNTIME_DIR to
  change will have to be applied in several locations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sudo/+bug/1548300/+subscriptions



More information about the foundations-bugs mailing list