Files
jD91mZM2 4a8d628054 xdg-user-dirs: fix erroneous dirs file
Before this change,

```rust
fn main() {
    println!("{:?}", glib::get_user_special_dir(glib::UserDirectory::Documents));
}
```

would return `None` even though `~/Documents` is available and
`xdg.userDirs.enable = true`. Checking the differences between
`xdg-user-dirs-update` shows that the latter has quotes around each
thing.

PR #1440

(cherry picked from commit fceef469c2)
2020-08-23 23:13:45 +02:00
..
2020-03-07 15:03:44 +01:00
2020-02-02 01:07:28 +01:00
2020-04-06 15:52:46 +02:00
2020-02-02 01:07:28 +01:00
2020-06-17 00:00:28 +02:00
2020-02-02 01:07:28 +01:00
2020-02-02 01:07:28 +01:00
2020-02-02 01:07:28 +01:00
2020-06-16 23:47:56 +02:00