Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # This file is sourced by Xsession(5), not executed.
  2. # Add additionnal the additonal snappy desktop path
  3.  
  4. if [ -z "$XDG_DATA_DIRS" ]; then
  5. # 60x11-common_xdg_path does not always set XDG_DATA_DIRS
  6. # so we ensure we have sensible defaults here (LP: #1575014)
  7. # as a workaround
  8. XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
  9. else
  10. XDG_DATA_DIRS="$XDG_DATA_DIRS":/var/lib/snapd/desktop
  11. fi
  12. export XDG_DATA_DIRS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement