Skip to content
Snippets Groups Projects
Commit 6092d653 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

runtime: Bind the drirc settings from the provider


If we are using the provider graphics stack, including mesa, we should
also bind the drirc settings. Otherwise we would end up using the older
settings from the runtime.

The default configuration file is expected to be located under
`/usr/share/drirc.d`, with an additional system-wide configuration file
called `/etc/drirc` and a per-user configuration `$HOME/.drirc`.

The only one that has been left out by this commit is the one that comes
from `$HOME`, because we normally already share the whole home
directory, so we expect it to be already available in the container.

Fixes: #60

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 7b61f0a4
No related branches found
No related tags found
1 merge request!253runtime: Bind the drirc settings from the provider
Pipeline #9480 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment