probonopd

Results 5879 comments of probonopd

Hi @Korne127, thanks for this massive undertaking. Hi @TheAssassin is there any way to get this documentation rendered out for easier review (without overwriting the current one, s that I...

Hi @Korne127 > This considerably increases the AppImage size (by at least 30MB) Where did you get this number from? If I remember correctly, the results i got were around...

Note to self, ``` sudo apt-get update sudo apt-get install -y python3-pip python3.10-venv git git clone https://github.com/Korne127/docs.appimage.org.git cd docs.appimage.org mkdir venv python3 -m venv venv source venv/bin/activate pip3 install -r...

Thanks @Korne127. I see you are putting a lot of work and effort into this. My review is pending on * https://github.com/AppImage/docs.appimage.org/issues/105 * Then, it would be helpful to have...

> Obviously AppImage Spec is logically part of the documentation No, the spec is the spec (it describes the format in a formal, concise way). The documentation, in contrast, explains...

Thanks @GearHead87. Unfortunately a needed library is not bundled: `libgstapp-1.0.so.0: cannot open shared object file: No such file or directory`

But what if the AppImage is run on a system that does not come with `libwayland-client.so.0`?

Thanks for your investigation @gartnera. Appreciate it. The whole Wayland thing has been driving me away from Linux big time. If we exclude this library, then we can't run those...

Well then. Let's see where this leads us. Thanks everyone!

After creating an AppImage, appimagetool could simply run `--appimage-version` on the resulting file and print out that information. @brunvonlope in the meantime, your build script could of course simply do...