The tray icon remains as it was before. It is mainly white/grey but has a blue dot at the lower right which indicates an update is available. When clicking on it the 'Install Updates' is not greyed out.
Clicking on 'Install Updates' starts the GUI lite-updates. Enter password as normal, goes through the updating package list display then declares the system is up to date.
This sequence just repeats, updates appear to be available, but won't install.
Running lite-updates direct from the terminal suggests an update for lite-software is being kept back.
Running 'sudo apt list -a --upgradable confirms lite-software is currently 8.0-0030 and upgradable to 8.0
Code:
stephen@test-ao722:~$ lite-updates
[DEBUG] Lock check: STATUS:LOCK_OK
[DEBUG] Sending UPDATE command to root helper...
[DEBUG] Helper: STATUS:UPDATING
[DEBUG] Helper: Hit:1 http://gb.archive.ubuntu.com/ubuntu resolute InRelease
[DEBUG] Helper: Hit:2 http://gb.archive.ubuntu.com/ubuntu resolute-updates InRelease
[DEBUG] Helper: Hit:3 http://gb.archive.ubuntu.com/ubuntu resolute-backports InRelease
[DEBUG] Helper: Hit:4 http://gb.archive.ubuntu.com/ubuntu resolute-security InRelease
[DEBUG] Helper: Hit:5 https://repo.linuxliteos.com/linuxlite hematite InRelease
[DEBUG] Helper: Reading package lists...
[DEBUG] Helper: STATUS:UPDATE_OK
[DEBUG] Sending CHECK command to root helper...
[DEBUG] Helper: STATUS:CHECKING
[DEBUG] Helper: Reading package lists...
[DEBUG] Helper: Building dependency tree...
[DEBUG] Helper: Reading state information...
[DEBUG] Helper: Calculating upgrade...
[DEBUG] Helper: The following packages have been kept back:
[DEBUG] Helper: lite-software
[DEBUG] Helper: 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
[DEBUG] Helper: STATUS:CHECK_DONE
[DEBUG] Parsed 0 updates
[DEBUG] Total download size: 0
[DEBUG] _on_updates_fetched called with 0 updates
[DEBUG] Security updates: 0
[DEBUG] No updates, showing up-to-date dialog
stephen@test-ao722:~$ sudo apt list -a --upgradable
[sudo: authenticate] Password:
lite-software/unknown 8.0-0080-linuxlite amd64 [upgradable from: 8.0-0030-linuxlite]
lite-software/now 8.0-0030-linuxlite amd64 [installed,upgradable to: 8.0-0080-linuxlite]
stephen@test-ao722:~$