probonopd

Results 1135 issues of probonopd

It would be nice if we could make it super easy for developers to produce AppImages. For this, integration into IDEs like Qt Creator and build tools like electron-builder might...

https://github.com/jart/cosmopolitan For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.

Currently, we recommend applications to be built on the oldest still-supported LTS release of Ubuntu. However, some applications need newer C++ compilers, which means that developers usually pull in a...

Trying to `--appimage-extract-and-run` a x86_64 __Linux__ AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer: ``` user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run mkdir_p error: Permission denied Failed to extract AppImage ``` but ```...

bug
help-wanted
good first issue

AppImage is all about easy and secure software distribution for Linux right from the original upstream application author directly to the end user, without any intermediaries such as Linux distributions....

enhancement
idea
help-wanted

Use case: https://kde.org/applications/ shows download links for the Windows, Android... app store. How should AppImages be represented there, and where should the information come from? The AppStream spec allows specifying...

https://github.com/probonopd/nasc/releases/tag/continuous on `neon-useredition-20160609-0826-amd64.iso`: ``` me@host:~$ /home/me/Downloads/NaSC-1a6a313-x86_64.AppImage GST_PLUGIN_SCANNER=/tmp/.mount_NaSC-10hb3Nw/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner GST_PLUGIN_SYSTEM_PATH=/tmp/.mount_NaSC-10hb3Nw/lib/x86_64-linux-gnu/gstreamer-1.0 GST_PLUGIN_PATH=/tmp/.mount_NaSC-10hb3Nw/lib/x86_64-linux-gnu/gstreamer-1.0 Run experimental self-contained bundle [INFO 23:15:48.085472] Application.vala:156: NaSC version: 0.7.4 [INFO 23:15:48.085593] Application.vala:158: Kernel version: 4.4.0-22-generic (com.github.parnold-x.nasc:8978): Gtk-WARNING **: 23:15:48.090: Locale...

bug
help-wanted

https://upload.wikimedia.org/wikipedia/commons/3/3e/Manjaro-logo.svg https://twitter.com/ManjaroLinux/status/1295007703295827968

enhancement

In [this GUADEC talk](https://www.youtube.com/watch?v=SPr--u4n8Xo&feature=youtu.be&t=1268) @sysrich describes the "crazy insecure lunacy of AppImage". So, here is our plan: - By default, AppImages lack the executable bit - With the optional `appimaged`...

Consistent with our "it should just work" mantra, automatically run --appimage-extract-and-run when in a Docker container * If the file `/.dockerenv` exists, and/or * If `/proc/1/cgroup` begins with `/lxc/` or...