XDG support is naïve
Bug #1783760 reported by
John Drinkwater
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ANoise |
New
|
Undecided
|
costales |
Bug Description
The FreeDesktop spec offers the user to custom set the directories used for the locations, having ~/.config/ as a hardcoded path makes a further item in my home dir.
john@joran ~/code/
declare -x XDG_CACHE_
declare -x XDG_CONFIG_
declare -x XDG_DATA_
Similarly, being able to put new sounds into my ~/settings/
I have a patch for this, it adds a further dependency of the xdg package.
Related branches
lp://qastaging/~johndrinkwater/anoise/xdg-support
- costales: Pending requested
-
Diff: 54 lines (+10/-2)2 files modifiedanoise/preferences.py (+2/-1)
anoise/utils.py (+8/-1)
To post a comment you must log in.
Hi, thanks a lot John!
I don't have spare time this month, I'll review ASAP, OK? :)