Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Apr 28, 2024
1 parent 266c699 commit 62b0359
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
- [HOME directory](#home-directory)
- [Backend](#backend)
- [Desktop Integration](#desktop-integration)
- [Desktop Entry and File Manager Icon](#desktop-entry-and-file-manager-icon)
- [XDG-Open](#xdg-open)
- [Overlayfs](#overlayfs)
- [Hooks](#hooks)
- [Portals](#portals)
- [Use cases](#use-cases)
- [Use pacman packages on non-arch systems](#use-pacman-packages-on-non-arch-systems)
- [Use apt packages in non-debian systems](#use-apt-packages-in-non-debian-systems)
Expand All @@ -27,10 +30,12 @@
- [Outside the container](#outside-the-container)
- [Inside the container](#inside-the-container)
- [Samples](#samples)
- [Portable steam](#portable-steam)
- [Portable wine](#portable-wine)
- [Usage Inside Docker](#usage-inside-docker)
- [Motivations](#motivations)
- [Further Considerations](#further-considerations)
- [Architecture](#architecture)
- [Further Considerations](#further-considerations)
- [Motivations](#motivations)
- [Related Projects](#related-projects)

## What is FlatImage?
Expand Down Expand Up @@ -244,6 +249,15 @@ command:
$ find ~/.local/share -iname "*flatimage*" -exec rm -v "{}" \;
```

#### XDG-Open

Flatimage redirects `xdg-open` commands to the host machine

Examples:

* Open a video file with the host default video player: `xdg-open my-file.mkv`
* Open a link with the host default browser: `xdg-open www.google.com`

### Overlayfs

Overlayfs is automatically enabled for all compressed filesystems.
Expand Down Expand Up @@ -280,16 +294,6 @@ To insert a post hook, just use the directory `post` instead.
$ ./arch.flatimage fim-hook-add-post ./my-post-hook
```

#### XDG-Open

Flatimage redirects `xdg-open` commands to the host machine

Examples:

* Open a video file with the host default video player: `xdg-open my-file.mkv`
* Open a link with the host default browser: `xdg-open www.google.com`


## Portals

Flatimage has a portal mechanism to dispatch commands to the host machine.
Expand Down

0 comments on commit 62b0359

Please sign in to comment.