Replies: 5 comments 2 replies
-
Frogmouth is written as a standalone application, with no connection to virtual environments and the like. However, it does support the XDG standard for the location of config and data files; in this case, if you're wanting to configure the location of config and data files for applications run while in a virtual environment, you should find that |
Beta Was this translation helpful? Give feedback.
-
I don't understand why you close this ticket and move this to Q&A? Yes, I'm aware of XDG and no, it is not sufficient, many python-apps have XXX_CFG_FILE env-var or an XXX_HOME env-var with a fallback to XDG-settings. Are you willing to accept a PR for this? |
Beta Was this translation helpful? Give feedback.
-
I created PR #84
all the tools are installed in a virtualenv alongside the project itself. |
Beta Was this translation helpful? Give feedback.
-
I tried this for a while, but reverted, since it not only affects the project-related tools (good) and all other tools you happen to use when these env-vars are active , esp when running on a linux desktop, your whole desktop tends to get messed up. I just did not notice the data-dir and the history-file. |
Beta Was this translation helpful? Give feedback.
-
I updated the PR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The config-file is currently hardcoded.
This is not virtualenv-friendly.
virtualenv allows to install multiple python-apps in parallel,
but it's problematic when they all want to use the same -configfile in $HOME
pleas support setting this location by env-var:
Beta Was this translation helpful? Give feedback.
All reactions