Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos: xdg: fix #46399

Closed
wants to merge 2 commits into from
Closed

nixos: xdg: fix #46399

wants to merge 2 commits into from

Conversation

oxij
Copy link
Member

@oxij oxij commented Sep 8, 2018

Motivation for this change

How to trigger the bug this fixes:

users.users."user" = {
  uid = 1000;
  group = "user";
  home = "/home/user";
  packages = [ pkgs.firefoxPackages.firefox ];
};
Things done
  • All my systems build on top of this.

But I have no idea why and how it worked before and I didn't investigate.

`update-mime-database` bugs out when this directory does not exists.

How to trigger the bug this fixes:

```
users.users."user" = {
  uid = 1000;
  group = "user";
  home = "/home/user";
  packages = [ pkgs.firefoxPackages.firefox ];
};
```
@matthewbauer
Copy link
Member

Sorry just saw this. I pushed fb0e0dc that should do the same thing.

@oxij
Copy link
Member Author

oxij commented Sep 8, 2018

@matthewbauer your thing looks like it might be a better solution, I'm not sure, I'm not xdg-aware. Can you pick up 28d77f7 too or should I push it into another PR? My OCD for eol spaces is strong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants