"AM" 9.0.2
Shut up! I "AM" updating!
New options to disable/enable notifications when updating apps.
--disable-notifications
Description: Disable notifications during apps update.am --disable-notifications
--enable-notifications
Description: Eable notifications during apps update (nulls "am --enable-notifications
--disable-notifications
").All they do is comment/uncomment lines containingnotify-send
in the AM-updater files of installed apps. simplescreenrecorder-2024-11-07_13.58.26.mkv.mp4 NOTE, if you really hate notifications, run the command after every install or new apps will not be patched.NOTE2, apps that usezsync
to update will rely on version comparison orappimageupdatetool
if installed and supported by the app. Allow to use icon theme immediately after installationNormally 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 runam --icons {PROGRAM}
.From now on the
--icons
option can be used as a flag for the-i
orinstall
and-ia
orinstall-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. Useam --user
if you also want to use icons of apps installed at system level.
The recent updates, versions 9.0.1 and 9.0.2 of "AM," have introduced new features that allow users to disable or enable notifications during app updates. The available options are --disable-notifications and --enable-notifications. The updated features provide users with the ability to enable or disable notifications during application updates. Furthermore, the new feature enables the application of an icon theme right after installation, eliminating the necessity for patching the .desktop file. The modifications will exclusively impact installed applications, with icons for additional installed applications being symlinked to ~/.local/share/icons/hicolor/scalable/apps.