You are here |
blog.jdboyd.net | ||
| | | |
trivial.observer
|
|
| | | | Happily, after a tedious day at work, I found out that Firefox had a feature similar to the old prism functionality. Single Site Browser You can turn on a feature flag in the firefox about:config page called browser.ssb.enabled. Once dome you can launch a site in an isolated firefox window with firefox --ssb https://site.tld. It just works? ... mostly. Stow my shit This meant I could add a masto.desktop file like this one (and a png icon) in ~/. | |
| | | |
willhaley.com
|
|
| | | | This is a trivial example not really utilizing all the benefits of the AppImage format. However, it can serve as a very basic blueprint. Prerequisites Install appimagetool from the latest release https://github.com/AppImage/AppImageKit/releases/tag/continuous. Download the appropriate version for your machine. curl -O -L https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage Make sure that appimagetool is installed as an executable that can be used as needed. sudo install --mode 0755 ./appimagetool-x86_64.AppImage /usr/local/bin/appimagetool Program Before dealing with the AppImage create the program that should be bundled in the image. In this case create a basic C app in a file named whatever.c. | |
| | | |
mkaz.blog
|
|
| | | | ||
| | | |
taylorbrazelton.com
|
|
| | Taylor Brazelton's personal blog - Software engineer sharing insights on Python, AWS, DevOps, and business. |