Bug 410921 - Respect XDG Base Directory Specification.
Summary: Respect XDG Base Directory Specification.
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: setup wizard (show other bugs)
Version: Git
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-15 09:45 UTC by Milosz
Modified: 2022-01-23 00:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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