Bug 410921

Summary: Respect XDG Base Directory Specification.
Product: [Developer tools] kdesrc-build Reporter: Milosz <milosz.janas>
Component: setup wizardAssignee: Michael Pyne <mpyne>
Status: RESOLVED FIXED    
Severity: minor CC: ignacy.kajdan, nate
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Milosz 2019-08-15 09:45:03 UTC
SUMMARY
`kdesrc-build --initial-setup` creates ~/.kdesrc-buildrc.
It would be nice if it created that file under ~/.config.

In order to avoid breaking current setups, `kdesrc-build` could try using file under ~/.config and if it doesn't exist, fallback to ~/.kdesrc-buildrc.
Comment 1 Michael Pyne 2019-11-10 00:38:00 UTC
For those who come across this bug, a merge request that would fix this is at https://invent.kde.org/kde/kdesrc-build/merge_requests/11