diff options
author | Monster <monstur@disroot.org> | 2023-04-18 22:52:59 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-04-18 23:36:36 +0200 |
commit | df58d7ef79f560689606ed3e1aca5df4603071f8 (patch) | |
tree | 479fc112962c49f9c09447d474f01de649216343 | |
parent | d72e975c08d0f19c6d81f2128af7c2704fc2e09e (diff) | |
download | flatpaks-df58d7ef79f560689606ed3e1aca5df4603071f8.tar.gz flatpaks-df58d7ef79f560689606ed3e1aca5df4603071f8.tar.bz2 |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | com.fishshell.fish/README.md | 3 | ||||
-rw-r--r-- | com.github.rimerosolutions.entrusted/README.md | 2 | ||||
-rw-r--r-- | com.rodsbooks.refind/README.md | 3 | ||||
-rw-r--r-- | io.github.89luca89.distrobox/README.md | 4 | ||||
-rw-r--r-- | org.archlinux.pacman/README.md | 2 | ||||
-rw-r--r-- | org.gnu.coreutils/README.md | 2 |
7 files changed, 10 insertions, 8 deletions
@@ -4,4 +4,4 @@ Random stuff that I packaged as Flatpaks. # Building & Installing Flatpaks Just move into the directory of the Flatpak you want to install, and run `flatpak-builder --user --install --force-clean build-dir <filename>.yml` -If an application needs some extra work before being able to install/build it, it will have a readme in it describing the process in more detail. +If an application needs some extra work before being able to install/build it, it will have a README in it describing the process in more detail. diff --git a/com.fishshell.fish/README.md b/com.fishshell.fish/README.md index 34329b1..1d449d7 100644 --- a/com.fishshell.fish/README.md +++ b/com.fishshell.fish/README.md @@ -1,5 +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) + +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. diff --git a/com.github.rimerosolutions.entrusted/README.md b/com.github.rimerosolutions.entrusted/README.md index de46b3c..3d1cc9b 100644 --- a/com.github.rimerosolutions.entrusted/README.md +++ b/com.github.rimerosolutions.entrusted/README.md @@ -1,3 +1,3 @@ # [Entrusted](https://github.com/rimerosolutions/entrusted) -this works, but it uses qemu and the live iso to host the webserver and then uses [nativefier](https://github.com/nativefier/nativefier) to create a window that connects to the webserver. +This works, but it uses qemu and the live iso to host the webserver and then uses [nativefier](https://github.com/nativefier/nativefier) to create a window that connects to the webserver. diff --git a/com.rodsbooks.refind/README.md b/com.rodsbooks.refind/README.md index 1362dce..a9ff2f7 100644 --- a/com.rodsbooks.refind/README.md +++ b/com.rodsbooks.refind/README.md @@ -1,2 +1,3 @@ # [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 + +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 d1e0624..afa267d 100644 --- a/io.github.89luca89.distrobox/README.md +++ b/io.github.89luca89.distrobox/README.md @@ -1,8 +1,8 @@ # [distrobox](https://github.com/89luca89/distrobox) -this flatpak needs some more setup, the host also needs podman installed. +This flatpak needs some more setup, the host also needs podman installed. -When creating the distrobox you'll have to do it from inside the flatpak, meaning you first have to run `flatpk run --command=bash io.github.luca.distrobox` and then the usual distrobox create command, which will create the container, however once that's done you can enter the container by just running `flatpak run io.github.luca.distrobox enter ...` +When creating the distrobox you'll have to do it from inside the flatpak, meaning you first have to run `flatpak run --command=bash io.github.luca.distrobox` and then the usual distrobox create command, which will create the container, however once that's done you can enter the container by just running `flatpak run io.github.luca.distrobox enter ...` --- diff --git a/org.archlinux.pacman/README.md b/org.archlinux.pacman/README.md index 3b511ee..3e52ef1 100644 --- a/org.archlinux.pacman/README.md +++ b/org.archlinux.pacman/README.md @@ -1,6 +1,6 @@ # [Pacman](https://archlinux.org/) -arch linux's pacman running directly in a flatpak, no chroot or extra container involved. +Arch Linux's pacman running directly in a flatpak, no chroot or extra container involved. Runs fine, everything gets stored in `~/.var/app/org.archlinux.pacman/.pacroot/root`. diff --git a/org.gnu.coreutils/README.md b/org.gnu.coreutils/README.md index 71a217f..ff8da4f 100644 --- a/org.gnu.coreutils/README.md +++ b/org.gnu.coreutils/README.md @@ -1,4 +1,4 @@ # [coreutils](https://www.gnu.org/software/coreutils/) -Works without 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` +Works without issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatpak run org.gnu.coreutils cat` If you want to simplify it, you can alias them to the proper command. |