On Monday, December 26, 2016 07:38:08 AM Richard Owlett wrote: > On 12/26/2016 5:45 AM, Floris wrote: > > Not recommended, but it will work > > as the normal user: > > xhost + > > su and run synaptic > > xhost - > > > > Floris > > Don't know if it solves Gene's problem, but reading the man page > may have broken a mental logjam on networking. > Thanks.
To further my education, can anyone tell me the syntax to add root as a user of X? Oh, wait, I think I've got it (not tested): $ xhost + SI:localuser:root localuser:root being added to access control list And later, for security (I guess): $ *xhost - SI:localuser:root* localuser:root being removed from access control list