Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Update manager
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor CorvusS on Update manager

Update Manager is too complex for new users  
Written by DanielHendrycks the 14 Jun 11 at 18:22. Not an idea
The Update Manager is not novice/technology-illiterate friendly, since it uses jargon/terms most normal users would feel uncomfortable with: e.g. software names & version numbers, PPA, "Building Data Structures," "Cache," "Building Dependency Tree," etc. A user can't update quickly without seeing lots of information thrown their way.
3
votes
closed
Solution #1: Implement/take-from this mock-up
Written by DanielHendrycks the 14 Jun 11 at 18:22.
Implement or take ideas from the mock-ups for the Update Manager: http://goo.gl/Xhngx
This hides much of the information and divides the options into something users are familiar with: tabs.
[Updated]
2
votes
closed
Solution #2: Hide extra information
Written by enoop the 18 Jun 11 at 00:07.
Clean up the update manager so that it would show only an easy to recognize name. Group the updates that new users would not recognize (python etc.) into one group that power users could open and turn off specific updates.
1
votes
closed
Solution #3: Explain Extra Information
Written by mihalybaci the 14 Jul 11 at 04:05.
Leave the update manager mostly the way it is, but add a 'help' hyperlink for each option opening a new window with a paragraph or more of detail as appropriate. This could even be done with a separate 'Help' tab that when clicked would provide a list of the possible options and/or a search option. The tab would eliminate the need for dozens of help links.

Examples: Under Update Manager Settings > Software Sources, what's the difference between "canonical-supported" and "community-maintained" software and why should people check/uncheck those boxes? Or under "Updates", why wait for "recommended" updates when you can get the "pre-released" updates?

See the 12 comments or propose a solution (latest comment the 29 Jul 11 at 18:27) >>

Generating grub.cfg several times increases update times  
Written by fluteflute the 24 May 11 at 08:29. Not an idea
When I'm updating (through aptitude for me, but I'm sure this problem happens whatever you use to update with) then a new grub.cfg is generated several times.

For me today, during one update, this happened three times. It only needs to happen once! It is a time consuming operation.

If you look at the terminal output for this you can see the problem. Look at lines 278, 301 and 361.
69
votes
closed
Solution #1: Only update grub once (at end of the update)
Written by fluteflute the 24 May 11 at 08:29.
I don't know the technical details of packaging, but I think there is/should be some way for packages to mark that they want grub.cfg regenerated.

Then once all the packages are installed, the package manager looks and says "oh look, this package wanted grub.cfg updated, let's do it". This way if multiple packages request for grub.cfg to be regenerated it only happens once.

See the 2 comments or propose a solution (latest comment the 29 Jul 11 at 02:44) >>