Salta al contenuto principale

Bubblewrap

Remove note about needing to pass the source for 'config' if it's a symbolic link. That does not appear to be needed.

← Older revision Revision as of 00:15, 6 September 2023
Line 140: Line 140:
this will use {{Path|"$XDG_CONFIG_HOME"}} if it's set, otherwise
this will use {{Path|"$XDG_CONFIG_HOME"}} if it's set, otherwise
fallback to the default of {{Path|"$HOME/.config"}}.
fallback to the default of {{Path|"$HOME/.config"}}.
{{Note|If you have your imv config as a symbolic link, where it points to will also need to be added.  Lets say you had a symbolic link that points to {{Path|~/src/dots/imv/config}}, you would do: <br>
<code>--ro-bind-try "${HOME}/src/dots/imv/config" "${HOME}/src/dots/imv/config" \</code> <br> <code>--ro-bind-try "${XDG_CONFIG_HOME}/imv/config" "${XDG_CONFIG_HOME}/imv/config" \</code>}}


Also need:
Also need:
Distro