linuxmint / mintupgrade

41 stars 16 forks source link

Add a launcher in the app menu to run the upgrade #81

Open Angedestenebres opened 5 months ago

Angedestenebres commented 5 months ago

Hello,

As said in the title, it would be great to have a launcher to run the Upgrade tool and avoid using directly the terminal. A .desktop file like the one below could be used (or a better one):

[Desktop Entry]
Name=MintUpgrade
Exec=sudo mintupgrade
Comment=
Terminal=true
PrefersNonDefaultGPU=false
Icon=cinnamon-panel-launcher
Type=Application

With that, Upgrade will be a more user-friendly, at least for the first step because you will have it in Cinnamon menu for instance:

Capture d’écran du 2024-03-24 19-08-07

Do you think this is possible to have that for future upgrades?

Thanks in advance for your answer.