TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / data / xsession.conf
1 # This file is sourced by Xsession(5), not executed.
2 # Add additional anbox desktop path
3 if [ -z "$XDG_DATA_DIRS" ]; then
4     # 60x11-common_xdg_path does not always set XDG_DATA_DIRS
5     # so we ensure we have sensible defaults here (LP: #1575014)
6     # as a workaround
7     XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$HOME/snap/anbox/common/app-data
8 else
9     XDG_DATA_DIRS="$XDG_DATA_DIRS":$HOME/snap/anbox/common/app-data
10 fi
11 export XDG_DATA_DIRS