Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Dec 17, 2022
Commits on Dec 16, 2022
-
-
Break the flatpak update work into a separate process.
The flatpak system uses up more memory than mintupdate should require. This also allows us to have timeouts to limit how long the worker has to perform certain operations. - fetch updates and refresh are one-shot calls - performing an update requires extra work: - we tell it which packages we wish to update - once it's ready, there's a wait to confirm if needed - finally, upon confirmation, the worker proceeds with the updates.
-
-
Commits on Dec 13, 2022
-
-
flatpaks: Use the existing cache, only rebuild it during a full
refresh (background or user-initiated) or if it doesn't exist. Add a way to see the error if the cinnamon or flatpak updaters fail to load.
-
Commits on Dec 8, 2022
Commits on Dec 6, 2022
-
Make sure to always use the proper flatpak symbolic icon.
The existing icon was added to the icon theme at runtime via gtk_icon_theme_append_path. Unfortunately custom paths are the very last thing looked at when the theme engine looks for an icon, choosing to go with 'flatpak' first if the current theme has it, instead of the exact match that we added.
Commits on Nov 30, 2022
Commits on Nov 29, 2022
-
-
flatpak automatic updates: bypass system/user prompt if a user
installation exists.
-
-
The new flatpak changes require this version.
-
Selective flatpak updates. (#703)
* Selective flatpak updates. * flatpakUpdater: Fix method name for homepage url. * Escape markup for flatpak and cinnamon name/summaries. * Use a new flatpak symbolic icon in mintcommon. * Restore base package check. This lets gtk themes be installed with any package updates, not just for platforms. * Make flatpak support behavior similar to cinnamon's, re-order package types in the update list.
Commits on Aug 9, 2022
-
mintupdate-automation: Don't check if the automation flags exist
already before adding/removing them. It doesn't really matter if they do or not.