Comment 2 for bug 1394858

Revision history for this message
Bin Li (binli) wrote :

Vicamo,

 Yes, that's the reason.

 You cant just write a simple test. when use it with sudo it can't anything. :)
--------------------------------------
$cat test.sh
#!/bin/bash

echo "$XDG_DATA_DIRS"
--------------------------------------

 Could we find another way to set the DATA_HOME? Thanks!