We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default there is no config file. Can it be added at install time?
I had to do the following to make it work: mkdir ~/.config/gerbera ; gerbera --create-config > ~/.config/gerbera/config.xml
mkdir ~/.config/gerbera ; gerbera --create-config > ~/.config/gerbera/config.xml
The text was updated successfully, but these errors were encountered:
Yes, I agree it’s starting to be a pain to initialize the file
Need to do some research about standards for generating files.
Previously we removed auto gen because it violated a few distro standards.
Sorry, something went wrong.
No branches or pull requests
By default there is no config file. Can it be added at install time?
I had to do the following to make it work:
mkdir ~/.config/gerbera ; gerbera --create-config > ~/.config/gerbera/config.xml
The text was updated successfully, but these errors were encountered: