File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,35 @@ flatpak access to your the custom directory.
270
270
271
271
<br />
272
272
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
+
273
302
#### Via Config File
274
303
275
304
1 . In the editor of your choice, adjust the following flatpak override config:
You can’t perform that action at this time.
0 commit comments