X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fdata%2Fxsession.conf;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fdata%2Fxsession.conf;h=fcd0cb559d02d3f91f2163825c51e5ac79bbe2b3;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/data/xsession.conf b/src/type3_AndroidCloud/anbox-master/data/xsession.conf new file mode 100644 index 0000000..fcd0cb5 --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/data/xsession.conf @@ -0,0 +1,11 @@ +# This file is sourced by Xsession(5), not executed. +# Add additional anbox desktop path +if [ -z "$XDG_DATA_DIRS" ]; then + # 60x11-common_xdg_path does not always set XDG_DATA_DIRS + # so we ensure we have sensible defaults here (LP: #1575014) + # as a workaround + XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$HOME/snap/anbox/common/app-data +else + XDG_DATA_DIRS="$XDG_DATA_DIRS":$HOME/snap/anbox/common/app-data +fi +export XDG_DATA_DIRS