Skip to content

Commit 4d9dfae

Browse files
authored
Added command override instructions
1 parent de22804 commit 4d9dfae

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

faq.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,35 @@ flatpak access to your the custom directory.
270270

271271
<br/>
272272

273+
#### Via Command
274+
275+
Check the check the active overrides with:
276+
277+
```sh
278+
flatpak override \
279+
--user \
280+
--show \
281+
io.github.ungoogled_software.ungoogled_chromium
282+
```
283+
284+
Allow a filesystem path to be accessed with:
285+
286+
```sh
287+
flatpak override \
288+
--user \
289+
--filesystem=<path> \
290+
io.github.ungoogled_software.ungoogled_chromium
291+
```
292+
293+
```sh
294+
flatpak override \
295+
--user \
296+
--filesystem=/media/user/Drive/Folder \
297+
io.github.ungoogled_software.ungoogled_chromium
298+
```
299+
300+
<br/>
301+
273302
#### Via Config File
274303

275304
1. In the editor of your choice, adjust the following flatpak override config:

0 commit comments

Comments
 (0)