logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

xdg-user-dirs (867B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2014 Canonical Ltd.
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. # Define the common set of XDG user directories (usually defined in
  11. # /etc/xdg/user-dirs.defaults)
  12. @{XDG_DESKTOP_DIR}="Desktop"
  13. @{XDG_DOWNLOAD_DIR}="Downloads"
  14. @{XDG_TEMPLATES_DIR}="Templates"
  15. @{XDG_PUBLICSHARE_DIR}="Public"
  16. @{XDG_DOCUMENTS_DIR}="Documents"
  17. @{XDG_MUSIC_DIR}="Music"
  18. @{XDG_PICTURES_DIR}="Pictures"
  19. @{XDG_VIDEOS_DIR}="Videos"
  20. # Also, include files in tunables/xdg-user-dirs.d for site-specific adjustments
  21. # to the various XDG directories
  22. include <tunables/xdg-user-dirs.d>