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

Contributor funnylookinhat




implemented
Done!
(653)
Better release notes for Ubuntu 8.04  
Written by Ubuwu the 24 Mar 08 at 14:59. Category: Others. Related to: Nothing/Others. Implemented
Ubuntu’s goal is to be the most popular desktop OS for humans. But new versions of Ubuntu, like most Linux distros, are still marketed towards Linux geeks. They’re concerned with technology, trumpeting version numbers and drowning out the actual things you can do with their software.

We’re picking on Ubuntu specifically because it has higher goals than most distros - it’s Linux for human beings, not Linux for hackers. Unfortunately, the release announcements have forgotten what humans care primarily about: themselves.

http://blog.gobanquet.com/index.php/why-ubuntu-804-needs-better-marketing/

That website seems to be down, but here is the cached version on google:
http://www.google.com/search?q=cache:B1jvt3wvqC0J:blog.gobanquet.com/index.php/ why-ubuntu-804-needs-better-marketing/

Developer comments
This desktop tour, linked from the ubuntu.com frontpage, should be much more "Human-friendly"!

See the 19 comments >>

up
589
down
Allow Editing Gnome Menu Items from Inside the Menu  
Written by rouge568 the 29 Feb 08 at 00:39. Category: System. Related to: Nothing/Others. New
As of now, if one wants to add/edit a menu item, one has to right-click on the gnome menu title bar, select to edit the menu, and then navigate through another hierarchy. It would be much simpler to add an option to "edit this item" or "add a new menu item" through right-click when you are navigating the menu normally.

edit: Also moving items in menu just by drag and drop.

See the 9 comments >>

up
420
down
Move/Send To...  
Written by Rowan187 the 29 Feb 08 at 02:02. Category: Look and Feel. Related to: Nothing/Others. New
Ubuntu already has a "Send To" dialog when you right click an item, but its only to send it to things like e-mail, it would be cool if you could put all of our "bookmarked locations" in that menu, so we can move files from our desktop or other folders quickly into our Documents, Music, Pictures, etc...

See the 11 comments >>

up
347
down
Ubuntu Lite  
Written by dhardy the 29 Feb 08 at 01:40. Category: Installation. Related to: Nothing/Others. New
Offer a version of Ubuntu that comes "bare." Eliminate large, non-essential applications such as Open Office, Ekiga, Rythmbox, Evolution, Pidgin, Gimp, etc. Doing this would allow users to pick and choose the applications they wish to use. It would also be great when HDD space is limited, such as Solid State Drive based laptops.

Alternatively you could allow users to choose which applications are installed by letting them customize it during the live install.

See the 25 comments >>

up
380
down
Automatic mounting of present filesystems  
Written by SeySayux the 28 Feb 08 at 20:07. Category: System. Related to: Nothing/Others. New
Each time I change my partitions, I have to do 'it' again. Yes, you know what I mean. Change /etc/fstab to point to the new partitions. Or suppose I insert a USB harddisk with more than one partition. I either have to mount those partitions myself, or edit, yes again, /etc/fstab. But then I reboot without the external drive attached.... "Kernel panic, filesystem not found". That happens automatically when you have a ext2/ext3 filesystem in /etc/fstab that doesn't exist.

Now, you might say "You don't often change your partitions, do you?" Yes, that's true. But think of a newbie. Installs Ubuntu, likes Ubuntu, says "Hey this Linux thing is wicked, lets try uhm... say Mandriva". Good, he installs Mandriva, but what happens? The partitions are messed up, Ubuntu won't boot anymore. In a very bad case, the previous Ubuntu /-partition had the same name as the /-partiton of the other Linux install, resulting in something very messy.

Now, this all can be avoided very easy. Like any problem, solving this problem requires eleminating the root of the problem. Yes. /etc/fstab. But how do we have to eleminate it? Simply removing it isn't an option, since that would result in a kernel panic. So, you say, "Well it's simply impossible to eleminate /etc/fstab". Think again. Mac OS X is a good example of a Unix system that doesn't require /etc/fstab. Even better: /etc/fstab contains a single line: "# This file is present for backwards compatibility. It may be removed all together from future versions." This can become reality for Ubuntu too. How, do you say? Very simple actually. Somewhere in the early boot process, mount -a gets called. As we all know, this will mount everything in /etc/fstab. So remove that. Next we need something to replace it. A daemon that cooperates with hal, udev, ... to check for new devices. Or even merge hal and udev with this daemon. The daemon -- lets call it "mountd" -- will check for any new filesystems. It checks if it can mount it, if it can, it will do so, at a predefined location, such as /media/devname where devname is something like hda1, sdb3, ... This directory will be created if it doesn't exist. It also has to check if a filesystem hasn't been just unmounted by the user, so it won't remount it again. This can be done by patching umount to log the devices it has unmounted.
But how about special mount-points? How about homedirectories? Well, that's solvable, too. In the root of each partition which has to get mounted on a special location, a text file called ".mountpoint" will be created which contains the path where to mount that partition, e.g. /home. Mountd will check for such a file once a partition is mounted, next it will unmount that partition, and remount it on the proper location.

[....]

See the 13 comments >>

up
311
down
Auto-Detection for GPS-Devices  
Written by redd the 28 Feb 08 at 16:50. Category: Hardware support. Related to: Nothing/Others. New
Today the usage of a GPS-Device isn't easy in Ubuntu. There should be an auto-detection for GPS-Devices ..like Printers and Bluetooth-Devices. It would be very cool to track myself with tools from the standard-installation. Only the basic GPS-information are needed: positions, altitude, speed and tracking (positions-with-time). Thanks.

See the 4 comments >>

up
347
down
Allow users to attach "bounties" to Ubuntu Brainstorm ideas  
Written by Auzy the 29 Feb 08 at 11:41. Category: Brainstorm. Related to: Nothing/Others. New
It would be great if users could attach money to Brainstorm ideas. Its all good and well to post hundreds of ideas, but as things go, ideas which are posted first may not be the best ideas, but will climb to the top fastest (and will stay there, because people will vote for them on most popular).

Lets make it possible for people to donate $5 or so to their own ideas. Sure nobody may implement it, or the patch may not be accepted but it opens things up a lot more. Nobody loses either.

For those who think that this will turn linux coders into people who only code for money are wrong. There have been many bounties in the past, and they have not wiped out the many developers (me inclusive) who code as a hobby. Even with the gnome bounties in place, I still continued coding my application at the time for instance.


Anyway, at the end of the day, its not hard to implement, and it will do nothing but speed up development for highly wanted features (and maybe even organisations like gnome could use the money on spreading word about linux, or improving their hardware support).

See the 26 comments >>

closed
Not an idea
(932)
Fix Flash Crash In Firefox And Other Web Browsers  
Written by tdrusk the 29 Feb 08 at 01:14. Category: Multimedia. Related to: Nothing/Others. Not an idea
If Ubuntu wants to be a serious operating system they need to fix video playing on sites like Youtube and such. My browser always crashes and it is very annoying having to force quit all the time.

See the 38 comments >>

up
438
down
Printing files > right-clicking the mouse  
Written by Odysseus the 28 Feb 08 at 19:08. Category: System. Related to: Nothing/Others. New
Make printing possible by right-mouse click on any file (Nautilus)

See the 5 comments >>

up
2614
down
LiveUSB  
Written by Taku the 28 Feb 08 at 14:35. Category: System. Related to: Nothing/Others. New
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
I've changed the title from "LiveUSB instead of LiveCD" to just "LiveUSB". Simplifying the creation of USB versions is a good idea, but it doesn't need to replace CDs just yet.

A tool to turn a USB disk into a bootable Ubuntu live image is planned for Ubuntu 8.10.

See the 73 comments >>

up
2753
down
Enhance mobile devices sync  
please merge 0.22 from debian unstable (#81831)

In : opensync (ubuntu)
Status : Fix Released
Importance : Wishlist
Assignee : Debian Opensync Team
43 comments, 28 subscribers and 0 duplicates
bug
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by jherran the 28 Feb 08 at 15:01. Category: Hardware support. Related to: Nothing/Others. New
There are lot of people having troubles syncing their devices (pda, smartphones, etc.) with ubuntu. At this poing there is only one solution available, multisync, and works for only a few devices, and it's very limited on their functions.

And I think, this is a very important point for lots of people.

**Suggestions from duplicate idea 397 work on that idea :

1) Clean up the Opensync and SyncML plugin packages to work properly with Evolution by default.

2) Set up an official Ubuntu SyncML server for Ubuntu users.

3) Possibly clean up open source SyncML clients for the different mobile platforms.

Developer comments
The current status of mobile devices synchronization in Linux is generally is quite shaky. It *can* work but it's a lot of work usually. There are a few efforts around but there's no single project that works in the majority of the situations.

This is also caused by manufacturers not using a single synchronization protocol. The most promising project now is OpenSync[1] which supports basically SyncML 1.1 and the Nokia variation and it works with several degrees of success between phones and desktops but the project itself is in a constant alpha state with a lot of issues, the GUI is simplistic and there are no integrated resources to sync with online contacts/calendars
like Google's. This can be overcome by preparing Evolution and/or Thunderbird to do it.

In short, despite the infrastructure is mostly there, we need work to make it a seamless experience for the user.
Bear in mind that this is a huge effort. Synchronization looks simple but there's a lot of factors and situations that need to be addressed like how to synchronize devices with different capabilities and how to keep 3 way synchronizations (desktop, online and mobile).

See the 67 comments >>

up
3649
down
Fix compatibility with webcams and microphone  
snd-hda-intel internal microphone not working,
sound recording not working at all (#259877)


In : alsa-driver (ubuntu)
Status : New
Importance : Undecided
Assignee :
0 comments, 1 subscribers and 0 duplicates
bug
Written by dragonx the 28 Feb 08 at 17:30. Category: Multimedia. Related to: Nothing/Others. New
In many cases, I can't configure my webcam or I have problems with the microphone. Now I can use my webcam but only with V4L2 and only 3 programas detect my webcam. It's a good idea can use my webcam in all programs as camorama.

Developer comments
That's pure driver issue in the first place. A big plus is to recommend UVC-based webcams to users, since it takes a lot of work off the shoulders of driver-developers. On the
integration-side proper support for v4l/v4l2 in webcam-related applications needs to be solidified. The ideal application to polish up is cheese of course.

See the 34 comments >>

up
2649
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 28 comments >>

up
3506
down
Better wi-fi support  
Written by neilneil2000 the 29 Feb 08 at 00:20. Category: Internet & Networking. Related to: Nothing/Others. New
More support for more wireless chipsets out of the box and "Windows style" ease of set up.

I have spent may a day trying to configure wireless cards on Ubuntu, often without much luck!

Please also deliver more support for what they are both wireless PCI cards and USB, as it is currently very low base of drivers for such devices

See the 56 comments >>

up
3151
down
Ubuntu should recognize hardware changes  
Written by nxvl the 28 Feb 08 at 19:11. Category: System. Related to: Nothing/Others. New
When i change some hardware pieces i need to configure them manually, ubuntu should recognize there has been a hardware change and configure it.

See the 29 comments >>

implemented
Already done!
(3253)
Codec Manager  
Written by intarwub the 29 Feb 08 at 00:32. Category: Multimedia. Related to: Nothing/Others. Already implemented
As a user I want to be able to listen to audio or watch videos with the least amount of setup. I would like to have a single interface (Codec Manager) that lists all of the most common audio and video formats and shows me if I am missing the necessary codec for playback.

Use Case: Enable MP3 playback.
Precondition: MP3s are not currently playable.
1. User logs into the system.
2. User opens the Codec Manager.
3. System displays a list of common audio/video formats.
4. User selects MP3s.
5. System displays some info about MP3s.
6. System displays a list of available codecs.
7. User selects a codec and clicks Apply.
8. System downloads and installs the selected codec.
9. System informs the user when completed.

Other possible features:
- Display a list of audio/video types that are missing codecs.
- An auto-setup function, that grabs the recommended codec for all formats.

Audio and Video formats that should be supported:

Audio:
- MP3
- OGG
- AAC
- FLAC
- Real Audio

Video:
- MP4

[....]

Developer comments
Attacks the problem from the wrong angle. I don't think many users would care about a "codec manager", that sounds very much like a geek tool. Heck, *I* wouldn't care about a codec manager. I care about watching my videos. :-)

To me this already seems solved very elegantly with the existing easy-codec-installation.

See the 65 comments >>

up
3450
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
4020
down
Easy mounting of Images like ISO and CUE  
Please support mounting iso images via the context
menu (#197317)


In : nautilus (ubuntu)
Status : Triaged
Importance : Wishlist
Assignee : Ubuntu Desktop Bugs
8 comments, 3 subscribers and 1 duplicates
bug
forum
Written by Nanotron the 28 Feb 08 at 20:17. Category: System. Related to: Nothing/Others. New
Hi!

I'm a big fan of Images like .iso.
But it is not very easy to mount this Images.
I think there must be a Tool in Nautilus and Dolphin wich alows mounting Images with a double Click. (This feature exists int MacOS). Or with a right click on the file and then there must be a poit "Mount Image". I thick that would be a very use full Tool for every one.
A good example for this is CDemu.

I know there are some ohter good programs, but I think that would be the easyest way and very confortible.

Nanotron

See the 53 comments >>

up
4065
down
Professional-looking bootloader  
Ubuntu grub should be deluxe and animated like
OpenSUSE grub (#3339)


In : grub (ubuntu)
Status : New
Importance : Wishlist
Assignee : Chuck Short
24 comments, 17 subscribers and 4 duplicates
bug
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :

Mentorship is available if you want to fix this bug.
spec
forum
Written by Murrquan the 28 Feb 08 at 14:42. Category: Look and Feel. Related to: Nothing/Others. New
Ubuntu's bootloader is a stark black and white screen, filled with confusing options. It gives newbies a moment of indecision, as they try to figure out if they are supposed to choose something, and wonder why there are three or four Ubuntus listed. Then the timer finishes counting down (starting from 10), and the newb begins to feel like he's getting in over his head as his PC boots into Ubuntu.

Too much information up front, stark text-only display, painfully long countdown timer. What would be the alternative? Well, when a Fedora PC is booted up, the first thing the user sees is a graphical splash screen, and "Booting into Fedora (kernel version) in 4 seconds ... " The user can press a key to interrupt and select from kernel versions or alternative operating systems, or just let it boot into Fedora.

Can't we create our own attractive bootloader? Or, failing that, copy-and-paste Fedora's?

See the 99 comments >>

implemented
Done!
(2355)
Brainstorm: Don't start with most popular, and hide grades until requested  
Improve the model for default idea listing order (#197019)

In : ubuntu-qa-website
Status : Fix Released
Importance : Medium
Assignee :
8 comments, 2 subscribers and 0 duplicates
bug
Written by speakman the 28 Feb 08 at 20:28. Category: Brainstorm. Related to: Nothing/Others. Implemented
Change start page of Brainstorm to show latest ideas or something, else people will probably push for the already high-graded ideas and won't care of other newer ideas.

Maybe a page with random ideas?

And remove the grades if not specifically requested, since it will affect peoples voting.

Developer comments
New front page, with a descending (nb of votes)/(time since creation) sorting.
This way, the newest ideas have their chance to stand up!

See the 51 comments >>

2 Next >>