Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 12357 ideas, 58479 comments, 1187050 votes

Contributor bmartin




implemented
Done!
(1303)
Avoid Fsck Forced Irritation  
Ubuntu

In :  
Priority : Low
Definition : Approved (Needs guidance)
Implementation : Unknown
Assignee : Dennis Kaarsemaker
spec
Written by amar the 28 Feb 08 at 14:28. Category: System. Related to: Nothing/Others. Implemented
It is very frustrating when you get caught out after 30 boots and the system does a full check. Especially if you are about to give a presentation or you just need to read one bit of information. The Ubuntu team have done a great job of speeding up the boot time but this irritation undoes all the good work.

Possible solutions and further explanation:
http://micrux.net/?p=52

Developer comments

This is implemented in Hardy Heron.
You can press the escape key to cancel the disk check.



This change was part of a more global set of changes to usplash, you can read more about it here : https://wiki.ubuntu.com/UsplashPolishSpec


See the 61 comments >>

up
2656
down
Push for partnerships with other hardware vendors  
Written by Veejay the 28 Feb 08 at 14:41. Category: Others. Related to: Nothing/Others. In development
Given the success (as far as I know) of your Dell partnership, please do everything possible to seek alliances with other vendors, as it will reinforce the idea that Ubuntu is a viable alternative to other operating systems and will provide better hardware support for current Ubuntu users.

Dell is offering new models based on Ubuntu (recently the XPS M1330 in a few countries), proof that the business model makes sense.

Developer comments
We have an active partnership program and are open to discussions with hardware vendors. See: http://www.ubuntu.com/partners/hardwareprogramme

See the 29 comments >>

up
3453
down
Create a better hardware database  
attach HW profiles to launchpad accounts and reference
HW profiles in bug reports (#3382)


In : malone
Status : Confirmed
Importance : Medium
Assignee :
19 comments, 11 subscribers and 1 duplicates
bug
Ubuntu

In :  
Priority : Low
Definition : New (Needs guidance)
Implementation : Unknown
Assignee : Tomas Gustavsson
spec
Written by Ubuwu the 28 Feb 08 at 15:22. Category: System. Related to: Nothing/Others. In development
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

See the 42 comments >>

up
4052
down
Unmount resolution  
Cannot unmount volume: show which application(s)
still use the drive (#81239)


In : gnome-mount (ubuntu)
Status : Triaged
Importance : Wishlist
Assignee : Martin Pitt
22 comments, 10 subscribers and 0 duplicates
bug
Written by Vivien the 28 Feb 08 at 16:35. Category: System. Related to: Nothing/Others. In development
When someone wants to unmount a volume and the mount point is used, he gets a message telling him that the volume can't be unmounted because an application uses it. The user has no idea which application is actually using it and can't remove the device.

I propose that the popup tells him which application(s) is(are) using the device and propose to terminate them (that list should be kept up to date when the app. dies).

Developer comments
Upstream bug (GNOME #528559) has a patch in discussion. Volunteering to work on it.

See the 35 comments >>

up
4701
down
Clean up Preferences and Administration.  
Launchers under "System > Preferences"
and "System > Administration" have
similar names, leads to confusion. (#174277)


In : ubuntu
Status : Confirmed
Importance : Wishlist
Assignee : Oumar Aziz OUATTARA
20 comments, 7 subscribers and 0 duplicates
bug
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by writser the 28 Feb 08 at 16:49. Category: System. Related to: Nothing/Others. New
First of all: What is the difference between Preferences and Administration? For example: why do I see 'Encryption and Keyrings' in Preferences and 'Keyring Manager' in Administration? What is the difference between 'Default Printer' and 'Printing'? Why do I have to disable the Tracker under Sessions and not under Search and Indexing? And why are these menu's so large? I have 24 items in Preferences (they don't even fit on my screen!) and 18 items in Administration. To put all this stuff in a popup menu is bad interface design imho. Besides, the number of option should be much smaller. A few suggestions:

- Merge 'Screensaver', 'Screen Resolution' and 'Screens and Graphics'.
- Merge 'Network', 'Network Proxy' and 'Network Tools'.
- Merge 'Update Manager, Synaptic Package Manager, Software Sources'.
- Merge 'Encryption and Keyrings', 'Authorizations', 'Keyring Manager'.


Below are all settings I can visit via the System menu. This is just way too much.


-- Preferences --
Universal Access
About Me
Appearance
Bluetooth
Default Printer
Encryption and Keyrings
Keyboard
Keyboard Shortcuts
Main Menu
Mouse
Network Proxy
PalmOS Devices (I don't have one)
Power Management

[....]

See the 93 comments >>

up
4886
down
Power Management  
Ubuntu

In :  
Priority : Low
Definition : Pending Approval (Needs guidance)
Implementation : Slow progress
Assignee : Amit Kucheria
spec
Written by jsmidt the 28 Feb 08 at 16:49. Category: Others. Related to: Nothing/Others. In development
Ubuntu needs to go green. Powertop, Lesswatts and other tools have finally hit the Linux scene to pave the way for better power management. It needs to be said, "if you want your battery to last longest, or have your energy bill be the lowest, you better use Ubuntu Linux."

See the 71 comments >>

up
4518
down
Speed Up Ubuntu-Gnome boot time   forum
Written by Arioch the 28 Feb 08 at 15:26. Category: System. Related to: Nothing/Others. New
I guess everybody has experienced the rather long boot up times in Ubuntu (particularly with laptops). I know they are already working on it, but the change from feisty to gutsy was a pain in the ass in terms of boot up speed.
A default WinXP installation beats Ubuntu's boot up time by far!! That shouldn't be allowed fellas!!

I therefore propose to the development team (both Ubuntu and by extension Gnome)to work on the improvement of boot up times in Ubuntu systems.

See the 90 comments >>

up
3861
down
Start taking advantage of Upstart  
Ubuntu

In :  
Priority : Medium
Definition : Approved (Needs guidance)
Implementation : Deferred
Assignee : Scott James Remnant
spec
Written by Ubuwu the 28 Feb 08 at 15:12. Category: System. Related to: Nothing/Others. In development
Replace initscripts with upstart events. Our boot sequence is currently slow, full of race conditions and poor interactions, especially with competition between the series of tasks run by sysv-rc, udev and sometimes just with the kernel. We developed upstart so that we could have a truly event driven boot sequence that would be fast, reliable and flexible; we should take advantage of it.

Developer comments
The primary reason that we're not taking full advantage of Upstart yet is that it still requires some development to have sufficient features to actually be better than sysvinit. You can follow Upstart development at its homepage.

See the 33 comments >>