Comment 4 for bug 1632770

Revision history for this message
Andreas Brauchli (blk) wrote :

..having said that, the redhat bug has a few proposed workarounds. One shell script that may or may not work for your specific issue (tested only for synaptic, Qt apps may not work without change) would be the following one that, since I like Italian tomato sauce, I call it sugo:

#!/bin/sh
[ -n "$@" ] || exit 0
xhost si:localuser:root
sudo $@
xhost -si:localuser:root