AWN doesn't respect XDG_* settings
Bug #565174 reported by
Bryan Forbes
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn |
In Progress
|
Medium
|
Mark Lee |
Bug Description
I have XDG_CACHE_HOME, XDG_CONFIG_HOME, and XDG_DATA_HOME customized, but AWN doesn't respect those settings. AWN creates ~/.config/awn/ when it should be creating $XDG_CONFIG_
I'm on Ubuntu Karmic and I've installed AWN via the PPA.
Related branches
To post a comment you must log in.
I've found a few places where the .config directory is hardcoded. I've fixed most of them in my branch (linked to this bug). There's one more place in awn-settings where I'm not entirely sure how to deal with it (see awn-settings/ awnClass. py:1372 in my branch, r691).