linuxmint / mintupdate

The Linux Mint Update Manager
309 stars 152 forks source link

mintupdate: Still not responding #779

Open jakoblm opened 1 year ago

jakoblm commented 1 year ago

LM 21.1 Cinnamon in a virtual machine.

As during the beta phase, mintupdate still does not respond. See the following issue: https://github.com/linuxmint/mint21.1-beta/issues/39.

At first mintupdate started without errors and checked for updates. But after I manually pressed "refresh", the error message came again. The window could also no longer be maximized. By the way, the status message in the lower left corner is still cut off and not completely readable. In addition, the error message was not fully translated into German.

~$ mintupdate --version
5.9.4

~$ /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1332: DeprecationWarning: Gdk.threads_init is deprecated
  Gdk.threads_init()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704: DeprecationWarning: Gdk.threads_enter is deprecated
  Gdk.threads_enter()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:770: DeprecationWarning: Gdk.threads_leave is deprecated
  Gdk.threads_leave()
Flatpak: generating updates
Flatpak: done generating updates
Flatpak: refreshing
Flatpak: generating updates
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mintcommon/installer/_flatpak.py", line 653, in on_transaction_ready
    self.task.call_info_ready_callback()
  File "/usr/lib/python3/dist-packages/mintcommon/installer/installer.py", line 162, in call_info_ready_callback
    self.info_ready_callback(self)
  File "/usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py", line 84, in _fetch_task_ready
    self._process_fetch_task(task)
  File "/usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py", line 99, in _process_fetch_task
    ops = trans.get_operations()
AttributeError: 'NoneType' object has no attribute 'get_operations'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
    with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/var/crash/_usr_lib_linuxmint_mintUpdate_flatpak-update-worker.py.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mintcommon/installer/_flatpak.py", line 653, in on_transaction_ready
    self.task.call_info_ready_callback()
  File "/usr/lib/python3/dist-packages/mintcommon/installer/installer.py", line 162, in call_info_ready_callback
    self.info_ready_callback(self)
  File "/usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py", line 84, in _fetch_task_ready
    self._process_fetch_task(task)
  File "/usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py", line 99, in _process_fetch_task
    ops = trans.get_operations()
AttributeError: 'NoneType' object has no attribute 'get_operations'
Flatpaks: timed out trying to get a list of updates Command '['/usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py', '--fetch-updates']' timed out after 30 seconds
Flatpaks: no updates

1 2

mtwebster commented 1 year ago

Can you run that with debug enabled?

DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show

There's a new version of mintupdate and mintcommon as well. But if you can, perform the above first please.

mtwebster commented 1 year ago

Also, that error popup is part of cinnamon, when an application doesn't respond and you try to interact with it. Is the refresh spinner still spinning when this occurs? Try to wait more than 30s for the mintupdate list to re-appear. It could be that timeout is too much.

jakoblm commented 1 year ago

With mintupdate 5.9.4 it happend again. This time I waited a little longer until I pressed "refresh". After that I did not try to quit mintupdate. The popup "...is not responding" came by itself. The refresh spinner is not spinning when this occurs.

It could be that timeout is too much.

Quite possibly, but this did not occur before Mint 21.1.

~$ DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1332: DeprecationWarning: Gdk.threads_init is deprecated
  Gdk.threads_init()
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704: DeprecationWarning: Gdk.threads_enter is deprecated
  Gdk.threads_enter()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:770: DeprecationWarning: Gdk.threads_leave is deprecated
  Gdk.threads_leave()
harvester: Generating list of updated applets
harvester: Generating list of updated desklets
harvester: Generating list of updated themes
harvester: Generating list of updated extensions
Flatpak: generating updates
mint-common (DEBUG): Installer._fp_remotes_have_changed took 2.227 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 255.651 ms
mint-common (DEBUG): PkgCache.__init__ took 255.829 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.516 ms
flatpak-update-worker (DEBUG): generating updates
mint-common (DEBUG): Installer: Calculating Flatpak updates.
flatpak-update-worker (DEBUG): done generating updates
mint-common (DEBUG): Installer.initialize_appstream took 1.437 ms
Flatpak: done generating updates
Cache stamp: 2785772
harvester: Downloading new list of available applets
Downloading from https://cinnamon-spices.linuxmint.com/json/applets.json?time=2785772
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
Cache stamp: 2785772
harvester: Downloading new list of available desklets
Downloading from https://cinnamon-spices.linuxmint.com/json/desklets.json?time=2785772
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
Cache stamp: 2785772
harvester: Downloading new list of available themes
Downloading from https://cinnamon-spices.linuxmint.com/json/themes.json?time=2785772
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
Cache stamp: 2785772
harvester: Downloading new list of available extensions
Downloading from https://cinnamon-spices.linuxmint.com/json/extensions.json?time=2785772
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
Flatpak: refreshing
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.652 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 201.755 ms
mint-common (DEBUG): PkgCache.__init__ took 201.880 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.496 ms
mint-common (DEBUG): Installer: Generating new pkgcache
mint-common (DEBUG): Installer: flatpak - updating appstream data for remote 'flathub'...
mint-common (DEBUG): Installer: Processing Flatpaks for cache took 4343.709 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.299 ms

At the further attempts still with mintupdate 5.9.4 there was no error. Mintupdate now already told me that a new version is available:

~$ DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1332: DeprecationWarning: Gdk.threads_init is deprecated
  Gdk.threads_init()
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704: DeprecationWarning: Gdk.threads_enter is deprecated
  Gdk.threads_enter()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:770: DeprecationWarning: Gdk.threads_leave is deprecated
  Gdk.threads_leave()
Cache stamp: 2785773
harvester: Downloading new list of available applets
Downloading from https://cinnamon-spices.linuxmint.com/json/applets.json?time=2785773
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
Cache stamp: 2785773
harvester: Downloading new list of available desklets
Downloading from https://cinnamon-spices.linuxmint.com/json/desklets.json?time=2785773
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
Cache stamp: 2785773
harvester: Downloading new list of available themes
Downloading from https://cinnamon-spices.linuxmint.com/json/themes.json?time=2785773
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
Cache stamp: 2785773
harvester: Downloading new list of available extensions
Downloading from https://cinnamon-spices.linuxmint.com/json/extensions.json?time=2785773
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
Flatpak: refreshing
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.584 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 248.022 ms
mint-common (DEBUG): PkgCache.__init__ took 248.153 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.487 ms
mint-common (DEBUG): Installer: Generating new pkgcache
mint-common (DEBUG): Installer: flatpak - updating appstream data for remote 'flathub'...
mint-common (DEBUG): Installer: Processing Flatpaks for cache took 1210.133 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.283 ms
Cache stamp: 2785773
harvester: Downloading new list of available applets
Downloading from https://cinnamon-spices.linuxmint.com/json/applets.json?time=2785773
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
Cache stamp: 2785773
harvester: Downloading new list of available desklets
Downloading from https://cinnamon-spices.linuxmint.com/json/desklets.json?time=2785773
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
Cache stamp: 2785773
harvester: Downloading new list of available themes
Downloading from https://cinnamon-spices.linuxmint.com/json/themes.json?time=2785773
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
Cache stamp: 2785773
harvester: Downloading new list of available extensions
Downloading from https://cinnamon-spices.linuxmint.com/json/extensions.json?time=2785773
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
Flatpak: refreshing
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.569 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 258.651 ms
mint-common (DEBUG): PkgCache.__init__ took 258.844 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.590 ms
mint-common (DEBUG): Installer: Generating new pkgcache
mint-common (DEBUG): Installer: flatpak - updating appstream data for remote 'flathub'...
mint-common (DEBUG): Installer: Processing Flatpaks for cache took 1155.848 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.289 ms
jakoblm commented 1 year ago

Unfortunately, the same popup came with mintupdate 5.9.5. I had no other processes running and don't know what I could have done differently:

~$ DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1332: DeprecationWarning: Gdk.threads_init is deprecated
  Gdk.threads_init()
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704: DeprecationWarning: Gdk.threads_enter is deprecated
  Gdk.threads_enter()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:770: DeprecationWarning: Gdk.threads_leave is deprecated
  Gdk.threads_leave()
harvester: Generating list of updated applets
harvester: Generating list of updated desklets
harvester: Generating list of updated themes
harvester: Generating list of updated extensions
Flatpak: generating updates
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.996 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 173.342 ms
mint-common (DEBUG): PkgCache.__init__ took 173.475 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.482 ms
flatpak-update-worker (DEBUG): cache valid
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.164 ms
flatpak-update-worker (DEBUG): generating updates
mint-common (DEBUG): Installer: Calculating Flatpak updates.
flatpak-update-worker (DEBUG): done generating updates
mint-common (DEBUG): Installer.initialize_appstream took 1.571 ms
Flatpak: done generating updates
Cache stamp: 2785775
harvester: Downloading new list of available applets
Downloading from https://cinnamon-spices.linuxmint.com/json/applets.json?time=2785775
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
Cache stamp: 2785775
harvester: Downloading new list of available desklets
Downloading from https://cinnamon-spices.linuxmint.com/json/desklets.json?time=2785775
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
Cache stamp: 2785775
harvester: Downloading new list of available themes
Downloading from https://cinnamon-spices.linuxmint.com/json/themes.json?time=2785775
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
Cache stamp: 2785775
harvester: Downloading new list of available extensions
Downloading from https://cinnamon-spices.linuxmint.com/json/extensions.json?time=2785775
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
Flatpak: refreshing
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.503 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 167.022 ms
mint-common (DEBUG): PkgCache.__init__ took 167.154 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.583 ms
mint-common (DEBUG): Installer: Generating new pkgcache
mint-common (DEBUG): Installer: flatpak - updating appstream data for remote 'flathub'...
mint-common (DEBUG): Installer: Processing Flatpaks for cache took 1339.410 ms
harvester: Generating list of updated applets
harvester: Generating list of updated desklets
harvester: Generating list of updated themes
harvester: Generating list of updated extensions
Flatpak: generating updates
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.943 ms
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 174.207 ms
mint-common (DEBUG): PkgCache.__init__ took 174.340 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.516 ms
flatpak-update-worker (DEBUG): cache valid
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 0.176 ms
flatpak-update-worker (DEBUG): generating updates
mint-common (DEBUG): Installer: Calculating Flatpak updates.
flatpak-update-worker (DEBUG): done generating updates
mint-common (DEBUG): Installer.initialize_appstream took 1.610 ms
Flatpak: done generating updates
mikeNG commented 1 year ago

I am getting the exact same issue, it happens when clicking Install updates button as well

mtwebster commented 1 year ago

What exactly is happening - does the update list never appear?

Can you also please run this with:

DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
mikeNG commented 1 year ago

The update list appears, once I click Install updates it freezes and there is no more debug log output after that, no matter how long I wait.

$ DEBUG=1 /usr/lib/linuxmint/mintUpdate/mintUpdate.py show
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:1332: DeprecationWarning: Gdk.threads_init is deprecated
  Gdk.threads_init()
harvester: Loading local applet cache
harvester: Loading metadata on installed applets
harvester: Loading local desklet cache
harvester: Loading metadata on installed desklets
harvester: Loading local theme cache
harvester: Loading metadata on installed themes
harvester: Loading local extension cache
harvester: Loading metadata on installed extensions
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:763: DeprecationWarning: Gdk.threads_enter is deprecated
  Gdk.threads_enter()
/usr/lib/linuxmint/mintUpdate/mintUpdate.py:770: DeprecationWarning: Gdk.threads_leave is deprecated
  Gdk.threads_leave()
harvester: Generating list of updated applets
harvester: Generating list of updated desklets
harvester: Generating list of updated themes
harvester: Generating list of updated extensions
Flatpak: generating updates
mint-common (DEBUG): Installer._fp_remotes_have_changed took 0.252 ms
mint-common (DEBUG): Installer: System pkgcache too old or not accessible, skipping
mint-common (DEBUG): Installer: User pkgcache is most recent, using it.
mint-common (DEBUG): PkgCache._load_cache took 114.615 ms
mint-common (DEBUG): PkgCache.__init__ took 114.646 ms
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 3.453 ms
flatpak-update-worker (DEBUG): cache valid
mint-common (DEBUG): Installer.generate_uncached_pkginfos took 2.686 ms
flatpak-update-worker (DEBUG): generating updates
mint-common (DEBUG): Installer: Calculating Flatpak updates.
mint-common (DEBUG): Installer.initialize_appstream took 0.174 ms
mint-common (WARN): runtime/org.gnome.Platform/x86_64/41 is EOL (The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform/x86_64/40 is EOL (The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/41 is EOL (The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/40 is EOL (The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.freedesktop.Platform.GL.default/x86_64/20.08 is EOL (org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/40 is EOL (The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/41 is EOL (The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.Compat.i386/x86_64/21.08: 06870f307bf208245ff5c2892bdf83d41258241ac98c5431d6424ebac5ccea6e
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.default/x86_64/20.08: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-103-01/x86_64/1.4: 88ca2867ba6060e54982a0d258c027fe2d512251bc21237fe44a9ba65273d130
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-129-06/x86_64/1.4: 4c08ef101a3fdf5148887b16140403fa65d245ef31266fbff7190dc94facec86
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-141-03/x86_64/1.4: 9185b4e99f4fa594e3ef757c7f4ad8d5213ab5b9108dfa1aaae4e92ff74219af
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-63-01/x86_64/1.4: 9c1265f287e53463bac7393ba6e63eecb710c4e2fe2d2edf577927dcd68bef21
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-86/x86_64/1.4: 4f3b22f4587c165363b16f715a3693c56853928547204fa8222d3d99548ec4d9
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-525-60-11/x86_64/1.4: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL32.default/x86_64/21.08: 0b6585cb01616ed177891df19b6d0d1ebbea34c86a787232d86f6eb69d4e4ec4
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.Locale/x86_64/21.08: 9a9759c24a006b7482cacade4e0ef03895f49fb575ad76b578e7f18a32d39cda
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freefilesync.FreeFileSync.Locale/x86_64/stable: 616887dd59b8b4d2e8e2a4e2142236c73e788eb2eb77720af86c3f4a8d0d3204
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/3.38: 6509a43a549cada146471fa580556f5084193f04eb0ea7b6e1d2dacceeb4507b
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/40, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/41, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/42: 03a8cc993267dea9c9f16fd682134135493fe34289f680e0c344b5933dfed098
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/43: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/40: 02c742d62bdd4e4e7d89e7af2ea18b4117dda5339101aae885c6afeb0b1c49ae
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/40, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/41: e29ce1e3301a23c8a45867294ed695f3fb04a9b70eccf23033c2bfc3d390e42e
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/41, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y-Aqua/x86_64/3.22: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Purple/x86_64/3.22: eedc04ea70d4661ac72be646353a26b3c522c1ce62740371eec71d5345696f20
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y/x86_64/3.22: 8530793683478255edff3d0b88c80b196be10dc3edb3a414aa6a20a2e368b8f4
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/43: installing
mint-common (DEBUG): Adding prior ref version for app/org.freefilesync.FreeFileSync/x86_64/stable: 11.13
mint-common (DEBUG): Adding prior ref version for app/com.github.tchx84.Flatseal/x86_64/stable: 1.8.0
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/42: e21d33a4f415cd14b03a148f757ebc2b4f86259fae14e3bd22c361b5b1d9b480
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/41: e29ce1e3301a23c8a45867294ed695f3fb04a9b70eccf23033c2bfc3d390e42e
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/40: 02c742d62bdd4e4e7d89e7af2ea18b4117dda5339101aae885c6afeb0b1c49ae
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/3.38: 6df990742488033089e8964b6d9f4f43bc35d403bf43c7f7de7ab3f775137525
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform/x86_64/21.08: 21.08.12
mint-common (DEBUG): Adding prior ref version for runtime/org.kde.Platform.Locale/x86_64/5.15-21.08: 3b0715f086cff1980e55b0b688f60cbb912d4cb8eb9b8cbee8f609cdc33e5911
mint-common (DEBUG): Adding prior ref version for runtime/org.kde.Platform/x86_64/5.15-21.08: c49e5ed4c419e849e15657b270c0cb9550afaa73277c611426b97c701cbe37b4
mint-common (DEBUG): Adding prior ref version for app/org.polymc.PolyMC/x86_64/stable: 1.4.1
mint-common (DEBUG): For install:
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.default/x86_64/20.08
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-525-60-11/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/43
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y-Aqua/x86_64/3.22
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/43
mint-common (DEBUG): For removal:
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/41
mint-common (DEBUG): For updating:
mint-common (DEBUG): runtime/org.freedesktop.Platform.Compat.i386/x86_64/21.08
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-103-01/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-129-06/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-141-03/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-63-01/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-86/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL32.default/x86_64/21.08
mint-common (DEBUG): runtime/org.freedesktop.Platform.Locale/x86_64/21.08
mint-common (DEBUG): runtime/org.freefilesync.FreeFileSync.Locale/x86_64/stable
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/3.38
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/42
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Purple/x86_64/3.22
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y/x86_64/3.22
mint-common (DEBUG): app/org.freefilesync.FreeFileSync/x86_64/stable
mint-common (DEBUG): app/com.github.tchx84.Flatseal/x86_64/stable
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/42
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/3.38
mint-common (DEBUG): runtime/org.freedesktop.Platform/x86_64/21.08
mint-common (DEBUG): runtime/org.kde.Platform.Locale/x86_64/5.15-21.08
mint-common (DEBUG): runtime/org.kde.Platform/x86_64/5.15-21.08
mint-common (DEBUG): app/org.polymc.PolyMC/x86_64/stable
flatpak-update-worker (DEBUG): Update:  app/com.github.tchx84.Flatseal/x86_64/stable
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform/x86_64/21.08
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.Compat.i386/x86_64/21.08
flatpak-update-worker (DEBUG): Install:  runtime/org.freedesktop.Platform.GL.default/x86_64/20.08
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL.nvidia-470-103-01/x86_64/1.4
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL.nvidia-470-129-06/x86_64/1.4
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL.nvidia-470-141-03/x86_64/1.4
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL.nvidia-470-63-01/x86_64/1.4
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL.nvidia-470-86/x86_64/1.4
flatpak-update-worker (DEBUG): Install:  runtime/org.freedesktop.Platform.GL.nvidia-525-60-11/x86_64/1.4
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.GL32.default/x86_64/21.08
flatpak-update-worker (DEBUG): Update:  runtime/org.freedesktop.Platform.Locale/x86_64/21.08
flatpak-update-worker (DEBUG): Install:  runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0
flatpak-update-worker (DEBUG): Update:  app/org.freefilesync.FreeFileSync/x86_64/stable
flatpak-update-worker (DEBUG): Update:  runtime/org.freefilesync.FreeFileSync.Locale/x86_64/stable
flatpak-update-worker (DEBUG): Install:  runtime/org.gnome.Platform/x86_64/43
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform/x86_64/42
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform/x86_64/41
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform/x86_64/40
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform/x86_64/3.38
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/3.38
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/40
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/40
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/41
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/41
flatpak-update-worker (DEBUG): Update:  runtime/org.gnome.Platform.Locale/x86_64/42
flatpak-update-worker (DEBUG): Install:  runtime/org.gnome.Platform.Locale/x86_64/43
flatpak-update-worker (DEBUG): Update:  runtime/org.gtk.Gtk3theme.Mint-Y/x86_64/3.22
flatpak-update-worker (DEBUG): Install:  runtime/org.gtk.Gtk3theme.Mint-Y-Aqua/x86_64/3.22
flatpak-update-worker (DEBUG): Update:  runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Purple/x86_64/3.22
flatpak-update-worker (DEBUG): Update:  runtime/org.kde.Platform/x86_64/5.15-21.08
flatpak-update-worker (DEBUG): Update:  runtime/org.kde.Platform.Locale/x86_64/5.15-21.08
flatpak-update-worker (DEBUG): Update:  app/org.polymc.PolyMC/x86_64/stable
flatpak-update-worker (DEBUG): done generating updates
Flatpak: done generating updates

If I press ctrl+c once in terminal it seems to continue, but I intentionally haven't finished the update so I can continue debugging this issue.

^Cflatpak-update-worker (DEBUG): creating real update task
mint-common (DEBUG): Installer: Calculating Flatpak updates.
mint-common (WARN): runtime/org.gnome.Platform/x86_64/40 is EOL (The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform/x86_64/41 is EOL (The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/41 is EOL (The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.gnome.Platform.Locale/x86_64/40 is EOL (The GNOME 40 runtime is no longer supported as of March 21, 2022. Please ask your application developer to migrate to a supported platform.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (WARN): runtime/org.freedesktop.Platform.GL.default/x86_64/20.08 is EOL (org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.). Replacing with None
mint-common (DEBUG): No new ref to rebase to, using the eol'd one
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.default/x86_64/20.08: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-103-01/x86_64/1.4: 88ca2867ba6060e54982a0d258c027fe2d512251bc21237fe44a9ba65273d130
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-129-06/x86_64/1.4: 4c08ef101a3fdf5148887b16140403fa65d245ef31266fbff7190dc94facec86
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-141-03/x86_64/1.4: 9185b4e99f4fa594e3ef757c7f4ad8d5213ab5b9108dfa1aaae4e92ff74219af
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-63-01/x86_64/1.4: 9c1265f287e53463bac7393ba6e63eecb710c4e2fe2d2edf577927dcd68bef21
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-470-86/x86_64/1.4: 4f3b22f4587c165363b16f715a3693c56853928547204fa8222d3d99548ec4d9
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.GL.nvidia-525-60-11/x86_64/1.4: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.Locale/x86_64/21.08: 9a9759c24a006b7482cacade4e0ef03895f49fb575ad76b578e7f18a32d39cda
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.freefilesync.FreeFileSync.Locale/x86_64/stable: 616887dd59b8b4d2e8e2a4e2142236c73e788eb2eb77720af86c3f4a8d0d3204
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/3.38: 6509a43a549cada146471fa580556f5084193f04eb0ea7b6e1d2dacceeb4507b
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/42: 03a8cc993267dea9c9f16fd682134135493fe34289f680e0c344b5933dfed098
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/43: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/40: 02c742d62bdd4e4e7d89e7af2ea18b4117dda5339101aae885c6afeb0b1c49ae
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/40: ba269f7aba84ed8a8cadb233f9ff6b52d1c6308f3265d3656aa9baa071361cf1
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/40, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/41: e29ce1e3301a23c8a45867294ed695f3fb04a9b70eccf23033c2bfc3d390e42e
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform.Locale/x86_64/41: 2b37befa2e53f634c5d111edd94c30eb43e3b57fe8c0caf0fdea4da8acd0a592
mint-common (DEBUG): Skipping runtime/org.gnome.Platform.Locale/x86_64/41, already added to task
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y-Aqua/x86_64/3.22: installing
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Purple/x86_64/3.22: eedc04ea70d4661ac72be646353a26b3c522c1ce62740371eec71d5345696f20
mint-common (DEBUG): Adding prior ref version for runtime/org.gtk.Gtk3theme.Mint-Y/x86_64/3.22: 8530793683478255edff3d0b88c80b196be10dc3edb3a414aa6a20a2e368b8f4
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/43: installing
mint-common (DEBUG): Adding prior ref version for app/org.freefilesync.FreeFileSync/x86_64/stable: 11.13
mint-common (DEBUG): Adding prior ref version for app/com.github.tchx84.Flatseal/x86_64/stable: 1.8.0
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/3.38: 6df990742488033089e8964b6d9f4f43bc35d403bf43c7f7de7ab3f775137525
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/40: 02c742d62bdd4e4e7d89e7af2ea18b4117dda5339101aae885c6afeb0b1c49ae
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/41: e29ce1e3301a23c8a45867294ed695f3fb04a9b70eccf23033c2bfc3d390e42e
mint-common (DEBUG): Adding prior ref version for runtime/org.gnome.Platform/x86_64/42: e21d33a4f415cd14b03a148f757ebc2b4f86259fae14e3bd22c361b5b1d9b480
mint-common (DEBUG): Adding prior ref version for runtime/org.freedesktop.Platform/x86_64/21.08: 21.08.12
mint-common (DEBUG): Adding prior ref version for runtime/org.kde.Platform.Locale/x86_64/5.15-21.08: 3b0715f086cff1980e55b0b688f60cbb912d4cb8eb9b8cbee8f609cdc33e5911
mint-common (DEBUG): Adding prior ref version for runtime/org.kde.Platform/x86_64/5.15-21.08: c49e5ed4c419e849e15657b270c0cb9550afaa73277c611426b97c701cbe37b4
mint-common (DEBUG): Adding prior ref version for app/org.polymc.PolyMC/x86_64/stable: 1.4.1
mint-common (DEBUG): For install:
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.default/x86_64/20.08
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-525-60-11/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/43
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y-Aqua/x86_64/3.22
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/43
mint-common (DEBUG): For removal:
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/41
mint-common (DEBUG): For updating:
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-103-01/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-129-06/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-141-03/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-63-01/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.GL.nvidia-470-86/x86_64/1.4
mint-common (DEBUG): runtime/org.freedesktop.Platform.Locale/x86_64/21.08
mint-common (DEBUG): runtime/org.freefilesync.FreeFileSync.Locale/x86_64/stable
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/3.38
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform.Locale/x86_64/42
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Purple/x86_64/3.22
mint-common (DEBUG): runtime/org.gtk.Gtk3theme.Mint-Y/x86_64/3.22
mint-common (DEBUG): app/org.freefilesync.FreeFileSync/x86_64/stable
mint-common (DEBUG): app/com.github.tchx84.Flatseal/x86_64/stable
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/3.38
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/40
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/41
mint-common (DEBUG): runtime/org.gnome.Platform/x86_64/42
mint-common (DEBUG): runtime/org.freedesktop.Platform/x86_64/21.08
mint-common (DEBUG): runtime/org.kde.Platform.Locale/x86_64/5.15-21.08
mint-common (DEBUG): runtime/org.kde.Platform/x86_64/5.15-21.08
mint-common (DEBUG): app/org.polymc.PolyMC/x86_64/stable
flatpak-update-worker (DEBUG): receiving from updater: 'confirm'
mtwebster commented 1 year ago

And you never receive a confirm dialog? - like: image

mikeNG commented 1 year ago

And you never receive a confirm dialog? - like: image

I do, but only after pressing ctrl+C in terminal while the updater is stuck

mtwebster commented 1 year ago

Could I get you to replace the contents of /usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py with this: https://dpaste.org/HOscj

Back up the existing contents first to be safe.

Thanks a lot for your cooperation here - we've been having trouble pinning this down.

mikeNG commented 1 year ago

Could I get you to replace the contents of /usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py with this: https://dpaste.org/HOscj

Back up the existing contents first to be safe.

Thanks a lot for your cooperation here - we've been having trouble pinning this down.

With this it doesn't get stuck anymore, I successfully test updated one of the available flatpaks

kj7rrv commented 1 year ago

I had this problem, but it seems to have been fixed. I just did apt update and apt full-upgrade from the terminal and rebooted, and it's worked fine since then. This was with the 21.1 Cinnamon BETA ISO on GNOME Boxes on Arch Linux.