[Feature Request] Incorporate "Software & Updates" and "Software Updater"
"Ubuntu Software", "Software & Updates" and "Software Updater", are 3 Ubuntu graphical applications for managing software and updates.
It would be interesting that the new Ubuntu Software integrates the "Software & Updates" and "Software Updater", so it would be unnecessary to have 3 applications to manage the software, in a single application everything would be managed.
Yeah that's also my goal. The source last can be currently set to up in the update page but this should move to the settings tab eventually. Will discuss this with the others, thanks for the issue
@robert-ancell since you made half of the apps, implementations and libs on this topic:
- we got system updates in
- we got repository settings in
- we miss system upgrades (apt.dart?), like 22.04 --> 24.04
- what would be the best option to get the drivers panel in?
@Feichtmeier I'm not sure what you're asking here, but this sounds like a design question.
@robert-ancell
The concrete new question here for you is this one:
What would be the best option to get the drivers panel logic into this application here? Not talking about the design but is there any dbus interface we can talk to to manage the drivers or is this just "sudo apt nvidia-xyz" in the background ? But I guess it needs to find the correct drivers for your devices? How does this work in software and updates?
Since this is also part of "software and updates" :smile_cat:
excluding drivers tab and here's the unstable prototype demo:
Some information extracted from the various discussions in the video call:
- The ideal solution would be to only show those Debian package updates inside the manage Debian page of our new snap store that are NOT part of the Ubuntu system/desktop. For example Google Chrome, 0ad-data ppas, because users wouldn't call their system apps and vice versa
- all system/Ubuntu desktop only packages should be shown in a second app "system updater" if it's the current python app or a new flutter app doesn't matter from a design perspective
To continue on this: the settings of of the system updates could (currently called software and updates) could be the same UI as the updater itself, IMO. Or wdyt @local-optimum @anasereijo or anyone else with an opinion
- all system/Ubuntu desktop only packages should be shown in a second app "system updater" if it's the current python app or a new flutter app doesn't matter from a design perspective
I think this is also a good solution, it makes this update application independent, which makes it easier for a user to replace the new application store with another one if he wants to.
But so that there aren't so many applications, "Software & Updates" and "Software Updater" should be integrated into one (as in the prototype above which only needs to include drivers), with for example the name Ubuntu Updates. Another good alternative (I think even better) would be to integrate "Software & Updates" in the Settings app.