"AM" 9.0.2
Allow to use icon theme immediately after installation
Normally in "AM", an installation would patch the .desktop file to use a well-defined path for icons, i.e. /opt/{PROGRAM}/icons
, and then to use an icon theme it was enough to run am --icons {PROGRAM}
.
From now on the --icons
option can be used as a flag for the -i
or install
and -ia
or install-appimage
installation options, like this:
am -i --icons {PROGRAM}
or
am -ia --icons {PROGRAM}
and works with the pre-existing --debug
, --force-latest
and --user
flags.
Changes will only be made to apps installed when the above commands are run.
As in am --icons
, icons for other installed apps will be symlinked to ~/.local/share/icons/hicolor/scalable/apps
, but launchers will remain intact.
NOTE, if you use the --user
flag together with --icons
, only local apps will be considered. Use am --user
if you also want to use icons of apps installed at system level.
PS: this is the second release in thwo hours, please don't miss the other one https://github.com/ivan-hc/AM/releases/tag/9.0.1