New option to create portable "$XDG_CONFIG_HOME" directories for AppImages
The new option -C (uppercased) or --config is a frontend of the inbuilt option --appimage-portable-config that aready exists in all AppImages, as -H (uppercased) or --home is for the other inbuilt option --appimage-portable-home.
SYNTAX
am -C {PROGRAM}
or
appman -C {PROGRAM}
These changes are all made by @Samueru-sama :
-
Add option
-Cor--configto create a .config directory for AppImages like it is already done for .home. -
Add check for when the portable config or home directory already exists
tests:
In the test, kek simulates a non-installed package and bemoji a non-appimage package, to test that those checks for those cases are working.
Each run of --home or --config is repeated to also test when the directory already exists.
Among other changes:
- improved option
-eorextrafrom release 7.2
Among apps changes:
- new AppImages for
bottles,gnome-boxes,steamandvirtualbox, all based on the excellent "conty" kdeutilsapps are now 27 into one appimage- appimages for
chromium,chromium-rc,chromium-betaandchromium-edge
Statistics on apps available in the database:
- Installation scripts for x86_64: 2150
- Metascripts for x86_64: 4 (kdegames 40 apps, kdeutils 27, platform-tools 3, node 2)
- Unique AppImages (non-metascripts): 1866
Full Changelog: 7.2.1...7.3
