diff options
| author | Jonathan Bauer | 2014-07-04 15:02:14 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-04 15:02:14 +0200 |
| commit | 3ec4b7bd46136e1f3d12b3ed593a13a8508a39bf (patch) | |
| tree | 33a231757f87764ed89e0e2dc4e223d7a4cf7b95 /server | |
| parent | [xdg] export XDG_* manually on session open (diff) | |
| download | tm-scripts-3ec4b7bd46136e1f3d12b3ed593a13a8508a39bf.tar.gz tm-scripts-3ec4b7bd46136e1f3d12b3ed593a13a8508a39bf.tar.xz tm-scripts-3ec4b7bd46136e1f3d12b3ed593a13a8508a39bf.zip | |
[xdg] make sure xdg-user-dirs-update is disabled
Diffstat (limited to 'server')
| -rw-r--r-- | server/modules/xdg-users-dir-fix/etc/xdg/user-dirs.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/server/modules/xdg-users-dir-fix/etc/xdg/user-dirs.conf b/server/modules/xdg-users-dir-fix/etc/xdg/user-dirs.conf new file mode 100644 index 00000000..c8deb696 --- /dev/null +++ b/server/modules/xdg-users-dir-fix/etc/xdg/user-dirs.conf @@ -0,0 +1,11 @@ +# This controls the behaviour of xdg-user-dirs-update which is run on user login +# You can also have per-user config in ~/.config/user-dirs.conf, or specify +# the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this +# + +enabled=False + +# This sets the filename encoding to use. You can specify an explicit +# encoding, or "locale" which means the encoding of the users locale +# will be used +filename_encoding=UTF-8 |
