AppImage / AppImageKit

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
http://appimage.org
Other
8.78k stars 563 forks source link

Variable inheritance #1359

Closed bphd closed 2 weeks ago

bphd commented 2 weeks ago

How to make inherit or set a variable in an app image?

I mean in all cases, a viable set system-wide (environment variable), set in the shell configuration, set in the shell session, set in the app image command, any other case that I forgot about

Whether the app image is run, or extracted, or extracted and run, or whatever

Like, I want my inkscape.appimage be aware that I set defaultTool=pen, for the right tool to be selected in the software when working. I tried many combination and the software is never aware of the variable