mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Shut up a KDE warning when a user first logs in
It was complaining about not having write permission to $HOME/.local/share/user-places.xbel (because .local/share didn't exist yet).
This commit is contained in:
parent
64aed5e78f
commit
1b728846a8
@ -114,6 +114,10 @@ let
|
||||
rm -rf $HOME/.compose-cache
|
||||
mkdir $HOME/.compose-cache
|
||||
|
||||
# Work around KDE errors when a user first logs in and
|
||||
# .local/share doesn't exist yet.
|
||||
mkdir -p $HOME/.local/share
|
||||
|
||||
${cfg.displayManager.sessionCommands}
|
||||
|
||||
# Allow the user to execute commands at the beginning of the X session.
|
||||
|
Loading…
Reference in New Issue
Block a user