diff options
author | axtloss <3alouchi2006@gmail.com> | 2022-07-04 23:06:26 +0200 |
---|---|---|
committer | axtloss <3alouchi2006@gmail.com> | 2022-07-04 23:06:26 +0200 |
commit | 1c76b00f53c6a2eabcf5afa93d3f0d069aad95f3 (patch) | |
tree | 181197c5485d8bc29621f782c72f521a4e355a73 | |
parent | 0d1e5f10f2f48a1af8e898d78a7f3fac6cf6bb7c (diff) | |
parent | e0a82816111bf6a186ee1305532aac64fe6ee148 (diff) | |
download | flatpaks-1c76b00f53c6a2eabcf5afa93d3f0d069aad95f3.tar.gz flatpaks-1c76b00f53c6a2eabcf5afa93d3f0d069aad95f3.tar.bz2 |
Merge branch 'main' of github.com:axtloss/flatpaks
-rw-r--r-- | com.fishshell.fish/README.md | 6 | ||||
-rw-r--r-- | com.rodsbooks.refind/README.md | 2 | ||||
-rw-r--r-- | io.github.89luca89.distrobox/README.md | 2 | ||||
-rw-r--r-- | org.gnu.coreutils/README.md | 4 |
4 files changed, 12 insertions, 2 deletions
diff --git a/com.fishshell.fish/README.md b/com.fishshell.fish/README.md new file mode 100644 index 0000000..34329b1 --- /dev/null +++ b/com.fishshell.fish/README.md @@ -0,0 +1,6 @@ +# [fish](https://fishshell.com/) +this mostly works with no issues, just sometimes the shell gets a bit messed up (though that may also be an issue with my prompt config) + +I'd recommend making an alias to `flatpak-spawn --host` so that you are able to directly execute stuff on the host. + +When a command isn't found inside the flatpak it will try to launch the program in the host using `flatpak-spawn --host` diff --git a/com.rodsbooks.refind/README.md b/com.rodsbooks.refind/README.md index 2799c2e..1362dce 100644 --- a/com.rodsbooks.refind/README.md +++ b/com.rodsbooks.refind/README.md @@ -1,2 +1,2 @@ -# refind +# [refind](https://www.rodsbooks.com/refind/) note that this isn't really a flatpak in the way you'd imagine a flatpak, all the installer does is dump the refind file in your filesystem, it doesn't really work in a sandbox or anything like that diff --git a/io.github.89luca89.distrobox/README.md b/io.github.89luca89.distrobox/README.md index ed98e85..ae2d08e 100644 --- a/io.github.89luca89.distrobox/README.md +++ b/io.github.89luca89.distrobox/README.md @@ -1,4 +1,4 @@ -# distrobox +# [distrobox](https://github.com/89luca89/distrobox) this flatpak needs some more setup, the host also needs podman installed. diff --git a/org.gnu.coreutils/README.md b/org.gnu.coreutils/README.md new file mode 100644 index 0000000..93a85a5 --- /dev/null +++ b/org.gnu.coreutils/README.md @@ -0,0 +1,4 @@ +# [coreutils](https://www.gnu.org/software/coreutils/) +works with no issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatapk run org.gnu.coreutils cat` + +if you want to simplify it you can alias them to the proper command. |