Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor Kingoftherings on the System category

Show all system info in one place  
Written by angryhomer17 the 29 Feb 08 at 02:19. Global category: System. New
Provide an area that will show all pertinent system info in one place. Like in windows with my computer properties. Should show the flavor of ubuntu, the release, ram, swap, cpuinfo, battery (if any), kernel version, disk usage, etc.
247
votes
up equal down
Solution #1: Auto-generated solution of idea #499
Written by angryhomer17 the 29 Feb 08 at 02:19.
Ubuntu Brainstorm was updated in January 2009. Since the idea #499 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 12 comments or propose a solution (latest comment the 24 Dec 12 at 02:09) >>

Delta (patch based) updates  
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by ravirdv the 28 Feb 08 at 14:31. Global category: System. In development
Summary:
Ability to download only changed bits of files and use much less bandwidth.
Scope and Use Cases:
Ann has slow internet connection. She sees that there are 150MB of updates and decides not to update at all leaving her with vulnerable and buggy system.
Implementation Plan:
Adopt it from Debian?

Previously discussed here, but still not implemented: http://ubuntuforums.org/showthread.php?t=409916
1766
votes
inprogress
Selected solution (#1): Auto-generated solution of idea #13
Written by ravirdv the 28 Feb 08 at 14:31.
Ubuntu Brainstorm was updated in January 2009. Since the idea #13 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
85
votes
inprogress
Selected solution (#2): develop DEBs similar to deltaRPMs
Written by shinkanzen the 12 May 09 at 11:51.
only the actual changes need to be downloaded, reduces energy, money, time, bandwith, hardware etc MORE THAN A HUNDREDFOLD
2
votes
inprogress
Selected solution (#3): 'dar' archives in deb packages
Written by decaf the 19 Jan 11 at 17:24.
Dar (http://dar.linux.free.fr/) format is designed for taking backups on randomly accessible storage. Dar provides an index to individually compressed or directly stored files in archive. There is a very stable and featureful library available to manipulate and merge dar files. Using this format as data part of deb files has advantages:

Downloading only necessary parts of packages is possible, avoiding requirement of delta files. We already have an md5sums list in header, map of files in the archive can be merged with this list.

Already compressed files will not be compressed again, this wastes time. And also we can get full performance of multicore cpus while compressing and extracting archives.
2
votes
inprogress
Selected solution (#4): Download a diff and apply it to an old package file.
Written by jv13613 the 3 Feb 11 at 17:16.
Update manager should check the apt cache directory for an older version of the package, then if one exist it should download a diff of the new package file. Then it will apply the diff to the old package file to convert it to the new package file. The old file should also be renamed to the current version.
1
votes
inprogress
Selected solution (#5): Copy/adapt the update method from Foresight
Written by mitcoes the 29 Mar 11 at 08:28.
I do not know how it works, but i'm sure there are a way of making something similar or just introduce the same system in Ubuntu.
2
votes
inprogress
Selected solution (#6): Use rsync to transport update-files
Written by A.Kielkopf the 16 May 11 at 12:20.
Rsync is a well known and stable solution which could be adaptet to this. With this you wouldn´t need deltafiles. Rsync does automatic deltatransfer

Rsync can automatic compress/decompress(-z) and is able to use secure connections. Rsync works for binarys as good as for textfiles.

It can speed up the transfer (knowing the old local files) without deleting the old files (-y). So you are able to use the same pre/post installscripts as before.

Rsync is able to handle situations where some of the local expected files are not existing (deletet) or broken.



See the 57 comments or propose a solution (latest comment the 7 Oct 12 at 10:28) >>

Warning about low disk space  
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
spec
forum
Written by luohan the 28 Feb 08 at 15:55. Global category: System. Implemented
Provide this warning with possibility to solve the problem.
2760
votes
implemented
Selected solution (#2): Program to alert when it is low disk space
Written by sartrejp the 23 Jan 09 at 13:47.
When the disc is full, the system becomes very difficult to use and gives a lot of problems, it would be good to be notified when it is low disk space to avoid problems later
260
votes
implemented
Selected solution (#3): Use libnotify
Written by tgm4883 the 23 Jan 09 at 16:44.
Show a popup using libnotify that indicates disk space is getting low (and what partition), same as battery notification for low battery.
78
votes
implemented
Selected solution (#4): Use libnotify & Give Reason
Written by oybon the 26 Jan 09 at 15:47.
Average Jo user isn't necessarily going to respond as needed to a low drive space notification. Or indeed know exactly what it means.

Thus Notify, give reason for notification with consequences of inaction and route to more information.
-13
votes
implemented
Selected solution (#5): Allow the user to launch a program to free some space.
Written by rocket the 4 Feb 09 at 23:57.
Programs like BleachBit could be launched when there is low space, but don't forget to make sure they're installed before the space runs out!

Windows lets users launch its disk cleanup tool by clicking on the low space warning bubble, hopefully Ubuntu's solution can be as easy to use as this.
8
votes
implemented
Selected solution (#6): If a program is gobbling up hard disk, stop it
Written by Endolith the 4 Jun 09 at 02:20.
After giving the warning, programs should still be able to use the disk up to a point, but there should be a certain amount of disk free at all times, to keep the system usable and responsive. If an app tries to use up more than this, it should be paused or stopped.

A "low disk space" notification is straight out of Windows 95.
1
votes
implemented
Selected solution (#7): Use libnotify & indicator applet
Written by rubenverweij the 10 Oct 09 at 22:34.
Let's use both new notification systems. Display a libnotify message with "Low diskspace", display a notification in the Indicator applet that launches a dialog box with a message explaining why it is harmful to have this little free disk space.
80
votes
implemented
Selected solution (#8): base report on % of disk used
Written by moredruid the 14 Oct 09 at 08:45.
let the report be based on a certain (95%?) threshold.
The popup reporting this should ideally have a number of options:
* go to the folder and clean up (maybe a background process has already indexed the filesystem and can present you with a list of outdated/not used files, various caches come to mind).
* ignore for now and warn again at 98%
* don't bother again for this mountpoint
-33
votes
implemented
Selected solution (#9): Disk usage moniter!
Written by Theory5 the 14 Oct 09 at 22:30.
There should be a small moniter on either top or bottom bar that shows your main HDD space (in a measure format like windows vista does with HDD's) and if you scroll over it, it will show all your disks and stuff and their free space.
35
votes
implemented
Selected solution (#10): Report critical disk usage and offer an wizard
Written by xeniac the 15 Oct 09 at 09:03.
I like Solution #1: Back in the days when Linux was all about the console, you've got an login warning if disk usage was critical. Im pretty sures that Ubunutu does this to, but nobody sees it anymore.

Nowday a Desktop Linux System should'nt be a dump tool, it should help the user to solve his problems.

Ubunutu should offer an cleanup assistant that helps to
1.) purge your Harddrive from Backup Files, Temporary files and Duplicate Files (Leave one copy and Sym-/Hardlink the rest).
2.) Find the Files/Directorys eating the most Diskspace. (launch baobap)

3
votes
implemented
Selected solution (#11): Do what vista does
Written by Nw124 the 20 Oct 09 at 02:15.
Do what solution 2 says and add a gui like in vista and have a bar that shows how much of the disk space is used.

It should also tell you how much free space there is in GB ,Mb,or Kb (Depending on how big the disk is)

it could also do this on the desktop too for removable storage and show a meter.
3
votes
implemented
Selected solution (#12): Don't do what Vista does!
Written by FrostyC the 4 Jan 10 at 10:20.
Have a user variable setting that can be changed at what point the low disk space becomes a problem. For instance, I am fine until I have less than 300 mb of hd space.

And I don't need a clean up wizard, I know what the problem is..
1
votes
implemented
Selected solution (#13): Don't annoy the user, just keep system working.
Written by jschall the 12 Feb 10 at 16:38.
Simply reserve enough disk space that the system can keep working properly. The user will know that s/he is out of disk space when s/he tries to save a file.

The system should not stop running or slow down significantly.

See the 39 comments or propose a solution (latest comment the 28 Sep 12 at 02:24) >>

LiveUSB  
Written by Taku the 28 Feb 08 at 14:35. Global category: System. Implemented
cdroms are slow, don't allow to modify their content easily, they are weak and not as easy to carry as USB keys.

It would be great to provide Ubuntu as a liveUSB just as Mandriva does. We should be able to carry our distribution on any computer, manage our preferred settings (do I want binary drivers enabled ? what is my preferred resolution ?), etc.

The thing is not to make something transportable, but really a nomad system that could be used just the best way as it could on any computer.

Developer comments
This was implemented by two separate projects! Both Usb-creator (see the blueprint) and Usblive (see its website) allow you to build a live USB system on Intrepid.
The first one is available on the repository, and usblive in this PPA.
4328
votes
implemented
Selected solution (#1): Auto-generated solution of idea #16
Written by Taku the 28 Feb 08 at 14:35.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
0
votes
implemented
Selected solution (#2): copy slax's usb version
Written by stozi the 9 Jun 09 at 01:27.
copy slax's usb version, or find a more KISS-y way to do it.

See the 78 comments or propose a solution (latest comment the 7 Jun 12 at 13:08) >>

Easy mounting of Images like ISO and CUE   forum
Written by Nanotron the 28 Feb 08 at 20:17. Related project: Nautilus. Implemented
I'm a big fan of Images like .iso. However it is not very easy to mount these Images.

Developer comments
There is already right click->open with "archive mounter" in Gnome, however it currently has a major bug: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/299956
5716
votes
implemented
Selected solution (#1): Auto-generated solution of idea #194
Written by Nanotron the 28 Feb 08 at 20:17.
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.

I know there are some other good programs, but I think that would be the easiest way
691
votes
implemented
Selected solution (#2): "Mount Image" avaiable in Right-Click Menu
Written by Bender2k14 the 26 Jan 09 at 04:42.
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
-16
votes
implemented
Selected solution (#3): Spruce up gisomount and extend
Written by cbx33 the 20 Mar 09 at 12:22.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
0
votes
implemented
Selected solution (#4): gmount-iso
Written by markoresko the 13 May 09 at 08:35.
I use Gmount-iso to do just that.
sudo apt-get install gmountiso

But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
40
votes
implemented
Selected solution (#6): Make it possible to mount ISO image from CLI w/o root access
Written by mikaelstaldal the 20 Oct 09 at 12:14.
Also make it possible to mount ISO images from command line without root (sudo) access.
-71
votes
implemented
Selected solution (#7): Solution #3: Mount it automatically once the user double-clicks the ISO file
Written by dexter_greycells the 24 Oct 09 at 07:41.
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
-12
votes
implemented
Selected solution (#8): Okay, here it is :)
Written by r0g the 28 Oct 09 at 05:09.
In the form of a python script for nautilus actions.

http://www.technicalbloke.com/iso_mount.py

I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)

I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.

Roger.
-44
votes
implemented
Selected solution (#9): Drag *.iso icon onto computer/desktop/places
Written by Lachu the 28 Oct 09 at 11:56.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.

See the 65 comments or propose a solution (latest comment the 31 May 12 at 02:44) >>

Create a better hardware database  
Ubuntu

In :  
Priority : Low
Definition : New (Needs guidance)
Implementation : Unknown
Assignee : Tomas Gustavsson
spec
Written by Ubuwu the 28 Feb 08 at 15:22. Global category: System. Implemented
People around the globe that are using/concidering using Ubuntu are afraid that some of their hardware won't work for them. And some are frustrated to buy additional add-on cards to work around unsupportad onboard chips. All this could be avoided with a lookup in an ubuntu Hardware Database Website.

Some problematic hardware can be used with more or less work if helping information is available together with the hardware compatabillity data.

The hardware database can be found at http://hwdb.ubuntu.com/

From idea #47: The data should then be available in a format that is simple for users to browse on-line when considering new hardware.

Developer comments
Work is on-going at https://launchpad.net/hwtest
5093
votes
implemented
Selected solution (#1): Auto-generated solution of idea #40
Written by Ubuwu the 28 Feb 08 at 15:22.
Ubuntu Brainstorm was updated in January 2009. Since the idea #40 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 47 comments or propose a solution (latest comment the 12 Apr 12 at 08:03) >>

Integrate prefetch into Ubuntu  
Ubuntu

In :  
Priority : Medium
Definition : Pending Approval (Needs guidance)
Implementation : Deferred
Assignee : Scott James Remnant
spec
Written by Ubuwu the 28 Feb 08 at 15:04. Global category: System. Won't implement
In todays computer systems the main bottleneck is not CPU but disk access which is several orders of magnitude slower than CPU and memory. In such circumstances the way to improve application performance is to prefetch data it needs from disk before it even requests it and it is the point of prefetching techniques. This speeds up boot and decreases the time needed to start programs. This replaces and it is faster than the currently used readahead.
1783
votes
closed
Solution #1: Auto-generated solution of idea #31
Written by Ubuwu the 28 Feb 08 at 15:04.
Ubuntu Brainstorm was updated in January 2009. Since the idea #31 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 34 comments or propose a solution (latest comment the 12 Apr 12 at 08:03) >>

Add a volatile repository, like in Debian  
Written by cbrunet the 29 Feb 08 at 12:25. Global category: System. Implemented
Some packages (ClamAV, for example) need regular version updates, for security reasons. Debian solved this problem with a "volatile" repository that allow some special packages to be updated rapidly, There should be something similar on Ubuntu.
521
votes
implemented
Selected solution (#1): Auto-generated solution of idea #1331
Written by cbrunet the 29 Feb 08 at 12:25.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1331 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 12 comments or propose a solution (latest comment the 28 Feb 12 at 09:45) >>

Graphical frontend to edit GRUB menu  
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by aysiu the 28 Feb 08 at 18:51. Global category: System. New
Right now, the most likely successful migrations to Ubuntu happen for *nix experts and total novices who have someone install Ubuntu for them, but the most likely people to try Ubuntu are Windows power users--those who like a lot of configuration options but who are also used to using the GUI for tweaking options and not manually editing a text configuration file.

The most popular requests for editing the /boot/grub/menu.lst file involve changing the default boot option (to Windows instead of Ubuntu) and changing the timeout before a boot option is selected. The other less popular ones would be just bonus features, I guess.
2887
votes
up equal down
Solution #1: Auto-generated solution of idea #141
Written by aysiu the 28 Feb 08 at 18:51.
Ubuntu Brainstorm was updated in January 2009. Since the idea #141 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
73
votes
up equal down
Solution #2: Include StartUp Manager by default
Written by Ubuwu the 5 Feb 09 at 17:24.
StartUp Manager, or SUM, is a gui tool for changing settings for Grub, Grub2, Usplash and Splashy.

http://web.telia.com/~u88005282/sum/

See the 36 comments or propose a solution (latest comment the 27 Jan 12 at 15:27) >>

Fix Suspend and Hibernate   forum
Written by tighem the 28 Feb 08 at 17:22. Global category: System. Not an idea
Suspend and hibernate still seems to be a big issue based on forum posts.

Developer comments
“Fix suspend and hibernate” is not an idea; it is not something that a developer could ever mark as “Implemented”. Suspend and hibernate work for many machines, and making them work for more machines is a matter of fixing individual bugs, not of implementing an idea.

This page has (as shown by the “Mix of improvements” suggestion, and the highly varied “duplicate” ideas) become a vortex for many unrelated ideas. Some of these ideas are good, and some are not so good. They should be separated out and voted on individually.

—mpt
7476
votes
closed
Solution #1: With proprietary drivers
Written by tighem the 28 Feb 08 at 17:22.
Really focus on fixing it, even with proprietary drivers.
78
votes
closed
Solution #3: Mix of improvements + Solution #1 (letting the user choose)
Written by franco.valoppi the 26 Aug 09 at 03:47.
I think that even using proprietary driver may make it more compatible, always let the user to choose.

On the other hand I have some other ideas to improve performance (probably already implemented):
- Memory trim and garbage collection, before hitbernating.
- Memory Defrag.
- Exclude System Prefetched data from hibernate files. I mean memory used with programs already closed but still in memory in the case you want to open them again.
-31
votes
closed
Solution #4: Add an idle option
Written by qwerty800 the 19 Sep 09 at 14:54.
As a temporary solution, we should add an "idle" option to ubuntu.

Since suspend and hibernate both invole creating a system image and storing it in the ram/in the swap, until we fix this, we need to find another alternative to this.

The only alternative remaining is to leave your computer open during all the night!

Well, my idea is to add an "Idle" option, that would:
-Suspend most of the programs
-Lower the CPU clocking (If possible)
-Lower the fan speed (If possible, trying to emit the less noise possible)
-Lower the HDD speed (If possible)
-Lock the screen

That way, we could still avoid energy wasting, while waiting for a working sleep mode.
136
votes
closed
Solution #5: we should have a progress hibernating bar in lucid lynx
Written by slsolaris the 5 Nov 09 at 22:45.
a progress bar is more intuitive than a black screen, nothing else to add
99
votes
closed
Solution #6: don't ask for password after wake up (optionally)
Written by yzarc the 9 Nov 09 at 20:33.
don't ask for password after wake up (optionally).
I'd like to open the lit and have my system ready to use.
-32
votes
closed
Solution #7: Create solid aternative for laptops where suspend/hibernate doens't work.
Written by FeraTech the 21 Mar 10 at 04:47.
For those laptops where suspend and hibernate do not work Ubuntu should automatically default to an alternative.

A good solution would be to simply have the previous state stored onto the hard drive including all running applications. The laptop would boot normally and all of the previous state would just be stored and controlled by the operating system.
30
votes
closed
Solution #8: Don't allow suspend/sleep on Laptops where it doesn't work!
Written by DrWig the 23 Apr 10 at 08:48.
If hibernate/suspend doesn't work, have Ubuntu disable the option, so it doesn't try until a new version/potential fix is released.
-27
votes
closed
Solution #9: Disable suspend/hibernate by default
Written by decumanus the 3 Aug 10 at 19:02.
This is a solution of despair. Function that fails on half of all computers should not be enabled by default. Do not pretend we are able to do what we cannot.
I lost many minutes of work just by accidental pressing sleep button. Sorry.
10
votes
closed
Solution #10: investigate why suspend works in other distros and not ubuntu
Written by DonnyDonNothin the 22 Nov 10 at 15:36.
investigate why suspend works in other distros and not ubuntu. 's2ram -f' in another distro works flawlessly, but what ever ubuntu uses causes my touchpad to freeze. ask the community to contribute to a list of what hardware and applications work in suspend. much like the voting system here. for example:
XXX touchpads freezing after suspend +6 votes
window contents lost on ati drivers +X votes
0
votes
closed
Solution #12: Hibernate light
Written by xer0 the 23 Mar 11 at 17:56.
Boot as normal and just restore the state of the X desktop.
Saving the state is already supported in X but not present as an option in the Ubuntu menus (at least i cant find it).

This would provide an alternative for people who has hardware related problems with hibernate.

See the 280 comments or propose a solution (latest comment the 19 Oct 11 at 15:10) >>

2 3 4 5 Next >>