kdesudo (vivid): Could not connect to display
Bug #1435179 reported by
themroc
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdesudo (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
kdesudo don't work anymore in Kubuntu Vivid:
~$ kdesudo kate
Bus::open: Can not get ibus-daemon's address.
IBusInputContex
QXcbConnection: Could not connect to display
-------
lsb_release -rd:
Description: Ubuntu Vivid Vervet (development branch)
Release: 15.04
apt-cache policy kdesudo:
kdesudo:
Installiert: 3.4.2.4+
Installations
Versionstabelle:
*** 3.4.2.4+
500 http://
100 /var/lib/
To post a comment you must log in.
The kdesudo failure was caused by these entries in /etc/sudoers:
After this lines:
Defaults env_reset path="/ usr/local/ sbin:/usr/ local/bin: /usr/sbin: /usr/bin: /sbin:/ bin"
Defaults mail_badpass
Defaults secure_
I had added these lines:
# Allow proxy environment variables to pass through ="all_proxy ALL_PROXY" ="http_ proxy HTTP_PROXY" ="https_ proxy HTTPS_PROXY" ="ftp_proxy FTP_PROXY"
Defaults env_keep="no_proxy NO_PROXY"
Defaults env_keep+
Defaults env_keep+
Defaults env_keep+
Defaults env_keep+
After removing these lines kdesudo working again.