
xdg-user-dirs-update
List of commands for xdg-user-dirs-update:
-
xdg-user-dirs-update:tldr:0a36a xdg-user-dirs-update: Change XDG's DESKTOP directory to the specified directory (must be absolute).$ xdg-user-dirs-update --set DESKTOP "${path-to-directory}"try on your machineexplain this command
-
xdg-user-dirs-update:tldr:e7296 xdg-user-dirs-update: Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file.$ xdg-user-dirs-update --dummy-output "${path-to-dry_run_file}" --set ${xdg_user_directory} "${path-to-directory}"try on your machineexplain this command