How do I prevent "standard folders" from recreating after restart?

Bloodaxe

I've changed my Ubuntu 18.04 install language from English to Norwegian. Now, when you do that, Ubuntu makes some new "standard folders" (documents, pictures etc.) named in Norwegian. And that is great! But every time I reboot my PC, Ubuntu recreates the old folders in English.

That's not too much of an issue, since it does not delete or change the default folders back to the English ones. But it does mean I have to delete the extra English folders every startup to avoid cluttering. How can I stop Ubuntu from doing that every restart?

L. D. James

Edit your ~/.config/user-dirs.dirs file.

The default content is:

# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

Those are the only folders that will be automatically created. Change the folder area to equal (=) the ones you created and would like to be your defaults. Remove the ones you don't want.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I prevent Chrome from constantly restarting after chrome://restart command?

From Dev

How to prevent Activity from recreating fragments

From Dev

How can I prevent Windows from prompting to restart my computer after an update?

From Dev

how do i restart a table's primary key from 0 after deleting rows?

From Dev

How do I prevent VLOOKUP from breaking after I add a column to a named range?

From Dev

How do I prevent Chrome bookmark dropdown lists from vanishing after I've used them?

From Dev

How do I resolve inconsistent Windows 10 DPI after a restart?

From Dev

How do I get the menu program to restart after completing a selection?

From Dev

How do I run a Python script in the background and restart it after a crash?

From Dev

How do I delete the first N items from an ES6 Map object without recreating the Map?

From Dev

How do I prevent it from newlining in html?

From Dev

How do I prevent from timedout

From Dev

How do I prevent two instances of my application from loading after updating using ClickOnce?

From Dev

How do I prevent Visual Studio 2015 from launching a browser after publishing an asp.net application?

From Dev

How do I prevent Dropbox from being automatically added to the autostart list after launching it?

From Dev

How do I prevent the Welcome Screen / Lock Screen from appearing after idling in Windows 8?

From Dev

How do I prevent Dropbox from being automatically added to the autostart list after launching it?

From Dev

How do I prevent Pyro4 from closing the connection after COMMTIMEOUT

From Dev

Rails/Devise - How do I prevent users from seeing sign in page after signing in?

From Dev

How do I prevent a MacOS WebView from losing first responder after hitting tab?

From Dev

How do I restart Linux (Ubuntu) from the command-line?

From Dev

How do I restart the IIS application pools from command line?

From Dev

How do I get rid of a "bin" folder that keeps recreating itself?

From Dev

How do I reset the folder metadata size without recreating the folder?

From Dev

How do I Restart a Form

From Dev

How do I restart dnsmasq?

From Dev

How do I restart Unity

From Dev

How do I restart vsftpd?

From Dev

How do I restart offlineimap?

Related Related

  1. 1

    How do I prevent Chrome from constantly restarting after chrome://restart command?

  2. 2

    How to prevent Activity from recreating fragments

  3. 3

    How can I prevent Windows from prompting to restart my computer after an update?

  4. 4

    how do i restart a table's primary key from 0 after deleting rows?

  5. 5

    How do I prevent VLOOKUP from breaking after I add a column to a named range?

  6. 6

    How do I prevent Chrome bookmark dropdown lists from vanishing after I've used them?

  7. 7

    How do I resolve inconsistent Windows 10 DPI after a restart?

  8. 8

    How do I get the menu program to restart after completing a selection?

  9. 9

    How do I run a Python script in the background and restart it after a crash?

  10. 10

    How do I delete the first N items from an ES6 Map object without recreating the Map?

  11. 11

    How do I prevent it from newlining in html?

  12. 12

    How do I prevent from timedout

  13. 13

    How do I prevent two instances of my application from loading after updating using ClickOnce?

  14. 14

    How do I prevent Visual Studio 2015 from launching a browser after publishing an asp.net application?

  15. 15

    How do I prevent Dropbox from being automatically added to the autostart list after launching it?

  16. 16

    How do I prevent the Welcome Screen / Lock Screen from appearing after idling in Windows 8?

  17. 17

    How do I prevent Dropbox from being automatically added to the autostart list after launching it?

  18. 18

    How do I prevent Pyro4 from closing the connection after COMMTIMEOUT

  19. 19

    Rails/Devise - How do I prevent users from seeing sign in page after signing in?

  20. 20

    How do I prevent a MacOS WebView from losing first responder after hitting tab?

  21. 21

    How do I restart Linux (Ubuntu) from the command-line?

  22. 22

    How do I restart the IIS application pools from command line?

  23. 23

    How do I get rid of a "bin" folder that keeps recreating itself?

  24. 24

    How do I reset the folder metadata size without recreating the folder?

  25. 25

    How do I Restart a Form

  26. 26

    How do I restart dnsmasq?

  27. 27

    How do I restart Unity

  28. 28

    How do I restart vsftpd?

  29. 29

    How do I restart offlineimap?

HotTag

Archive