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 chmoder

Promote the usage of free formats  
Written by Primož Papič the 8 May 08 at 20:55. Global category: Others. Won't implement
I know it's not really the issue of CANNONICAL or ubuntu, but still.
I'm using kubuntu, but i save all of my files in doc, because
odt isn't supported everywhere, i listen music in wma format
(don't really know why not rather in mp3) because no mp3 palyer or anything like that supports ogg format. I have to write my seminar work in times new roman, because my faculty demands that all the documents to be written in this font.
The idea of free software is lost when the society demands that you use non-free formats...
279
votes
closed
Solution #1: Lobby for implementation of free formats
Written by Primož Papič the 8 May 08 at 20:55.
Well as you see I contemplated for a long time and this is what I came up:
As said in the comments sign on going or start a new on-line petition.
Lobby (with whole open source community) at your government to switch from proprietary software to open / free software.
I remember that I once read that Linux is national OS in China and some other countries.
Demand that your university adds TNR similar open font as their "demanded font".
And all of us that are citizens of European Union should lobby that EU demands from "mp3" producers to produce mp3 players with free formats support. Also we could even demand that computers shouldn't be sold with preinstalled OS
(usually Windows), so that user can choose to buy or self install OS that they prefer.
(I think the EU could do all of this, because it already made Microsoft to exclude media player from windows and also the whole office suite...)
Hope this gives some idea what you can do to promote free formats

See the 5 comments or propose a solution (latest comment the 22 Nov 11 at 21:46) >>

Change menu.lst message during upgrades   forum
Written by jblackhall the 29 Apr 08 at 03:48. Global category: System. New
Overall, I was pretty happy with the Gusty to Hardy upgrade process. It was fairly straight-forward. One thing I thought was very confusing was a question prompting what it should do with menu.lst. It then gives options like "Keep the currently installed version" or "Install the package maintainer's version". First, many users will have no idea what menu.lst is or does. Second, even if they do know what it does, the options are not explained correctly (as I understand them) during the upgrade. Since many users have a Windows partition listed in their menu.lst, they want that to be preserved, so they might think they should "keep the current version". However, this means that the new kernel version will not be loaded (see Launchpad link). This question should better explain what will actually happen for each of the options. Many users who chose this incorrectly are currently using the Gutsy kernel, which breaks nVidia graphics drivers on upgrade (see forum post, there are lots). That's no good.
37
votes
up equal down
Solution #1: Auto-generated solution of idea #7813
Written by jblackhall the 29 Apr 08 at 03:48.
Ubuntu Brainstorm was updated in January 2009. Since the idea #7813 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 4 comments or propose a solution (latest comment the 2 Aug 11 at 08:49) >>

Offer RealPlayer for legal MP3, AAC, and RM playback in the US  
Written by mikedep333 the 3 Mar 08 at 03:11. Global category: Multimedia. Not an idea
Simply put:
Add RealPlayer for Linux to the multiverse repository, and prompt people (at least those from the USA) to install it when they go to play MP3s, AACs, or RealMedia files.

More Info:
Many people desire out-of-the-box, or seemingly out-of-the-box playback of MP3s, AAC (mpeg4 audio), and (sometimes) RealMedia audio and video files. Currently Ubuntu offers seemingly out-of-the-box support for MP3s by offering to install MP3 codecs that are open source but may violate patent laws in the US.
Suse has an easy solution to this: bundling RealPlayer. It supports the above-mentioned formats. Rather than bundling RealPlayer, Ubuntu should offer to install it from the multiverse. This would require that RealPlayer be added to the multiverse (Helix Player is insufficient because it does not support the proprietary formats.)
-158
votes
closed
Solution #1: Auto-generated solution of idea #2646
Written by mikedep333 the 3 Mar 08 at 03:11.
Ubuntu Brainstorm was updated in January 2009. Since the idea #2646 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 13 comments or propose a solution (latest comment the 9 Jul 11 at 02:38) >>

Deb builder gui  
Written by amiga_os the 8 May 08 at 21:56. Global category: Programming. Implemented
NEW BRAINSTORM STYLE RATIONALE:
1) As a hobbyist developer, when I write little programs I want to distribute, it's unecessarily complicated, and takes learning an entire new skill base to create a Deb.

2) Making writing and distributing programs quick and easy is part of creating a good software ecosystem anyway (it saves time and money for a development company to use very quick tools that don't take much to train their workforce to use, making Ubuntu a more attractive platform to develop for)

3) Lots of fixes and workarounds for problems often involved having to install software from source. doing ./configure && make && make install means that software is installed outside of the apt package system, which causes numerous other problems. This is often unavoidable - I would love to only use apt for software installation, but particularly in the case of wifi drivers it's just impossible.

How do we make packaging easier, and make the package management system work with the ways that users have to use their systems already?

RATIONALE PART OF THE TEXT FROM THE OLD STYLE BRAINSTORM:
One of the major things that attracts people to Windows is the support Microsoft give developers - yes they charge extortionate amounts of money - but being able to do everything well, and simply, attracts developers, and helps them perpetuate bug #1.

Sun have made Java ubiquitous by making development a breeze with Java. Packaging is the single most irriating thing of developing for Linux. Particularly as there's lots of different package formats.
481
votes
implemented
Selected solution (#1): An easy gui-based way of creating Deb packages
Written by amiga_os the 8 May 08 at 21:56.
An easy package design system would be a firm, solid piece of the jigsaw in making Ubuntu the platform to develop for in the 21st century.

These are the votes this idea received under the Old style brainstorm.
2
votes
implemented
Selected solution (#2): Enhance the existing tools and put them into Ubuntu repositories
Written by Mailaender the 31 Jan 09 at 09:17.
There is a variety of existing GUI software or helper software for package creation. These could be polished, enhanced with optional help texts for newbies and put into the Ubuntu repositories:

https://launchpad.net/debianpackagemaker
https://launchpad.net/debomatic
https://launchpad.net/debcreator
1
votes
implemented
Selected solution (#3): Quick deb wrapper for source installs
Written by amiga_os the 16 Feb 09 at 13:19.
I need to install the madwifi drivers to make wifi work on my Acer One. Using Ubuntu for 4 years I've always had some sort of driver I've needed to keep up to date that doesn't have it's own deb in the repo.

I propose a simple utility, that, will wrap up my source files in a deb, remember my configure flags and make flags, and I can tell it to re-compile and reinstall the software upon every kernel update.

This is a "get real and recognise what users do" kind of solution, rather than the ideal. The ideal would be that I'd never have to source external software for workarounds to hardware problems - but any quick glance of the forums demonstrates that's not the case in the foreseeable future.
2
votes
implemented
Selected solution (#4): Web based Wizard for Launchpad
Written by Mailaender the 27 Aug 09 at 13:57.
I dream of a web-based solution. Simply upload your source.tar.gz, fill in some forms (description, dependencies, and so on - everything checked if it does not break anything) and the systems generates a source package that can be then copied to your PPA or into REVU (and Debian).

See the 41 comments or propose a solution (latest comment the 27 Nov 10 at 14:29) >>

Improve dual-screen function  
Ubuntu

In :  
Priority : Undefined
Definition : Approved (Needs guidance)
Implementation : Implemented
Assignee : Bryce Harrington
spec
Written by clemdup the 28 Feb 08 at 20:32. Global category: Graphics. In development
I'm bored with dual-screen on GNU/Linux, it really has to have a graphic configuration, and better features.
I would like to move windows from a screen to another, but when I maximize I need it to be in a single screen.

Update: Xrandr GUI blog post by Bryce Harrington

Developer comments
Response from Bryce Harrington: http://blog.qa.ubuntu.com/node/9
6224
votes
inprogress
Selected solution (#1): Auto-generated solution of idea #206
Written by clemdup the 28 Feb 08 at 20:32.
Ubuntu Brainstorm was updated in January 2009. Since the idea #206 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 69 comments or propose a solution (latest comment the 3 Apr 10 at 20:22) >>

Always give reason for need to reboot  
Written by jhoger the 19 Jun 08 at 01:26. Global category: System. New
Often after doing an update the double arrow icon will appear indicating a need to reboot. But if you click it, no reason is given as to why reboot is needed.

My idea is that clicking on the icon (or a "Why?" link for more information) should indicate why the OS thinks a reboot is needed so I can make a decision about whether to do it now or later.

my other ideas
326
votes
up equal down
Solution #1: Auto-generated solution of idea #10021
Written by jhoger the 19 Jun 08 at 01:26.
Ubuntu Brainstorm was updated in January 2009. Since the idea #10021 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 18 comments or propose a solution (latest comment the 24 Jul 09 at 12:57) >>

Graphical Restart Networking Services on NetworkManager Applet  
Written by maddhat the 8 Dec 08 at 21:46. Related project: Network Manager. New
A simple "Restart Wireless Services" button would be a nice addition to the NetworkManager Applet.

Sometimes it takes quite a while for the networking services to start after waking from suspend. This would prevent having to go in term to type "/etc/init.d/networking restart" which would be great for new users.
71
votes
up equal down
Solution #1: Auto-generated solution of idea #16347
Written by maddhat the 8 Dec 08 at 21:46.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16347 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 5 comments or propose a solution (latest comment the 5 Jan 09 at 17:03) >>

wine appearance and theming  
Written by jpka the 24 Jul 08 at 20:46. Related project: Wine. New
When I go to 'Wine configuration - Desktop integration', there is no simple way to use my current theming of Ubuntu.
I have only options of 'install theme' (it's a windows file? where I can get it?!) or manually set each item color, and each time when I change Ubuntu theming, I must again and again set each item in Wine manually.

I suggest to integrate Ubuntu theming in Wine. It looks not so hard.

Developer comments
The problem isn't Ubuntu specific: Wine's theming implementation still sucks. This is largely an upstream issue (there was a summer of code project at one point, but it didn't fix the slowness, and it didn't add any good magic to use the current system theme colors).
95
votes
up equal down
Solution #1: Complete
Written by jpka the 24 Jul 08 at 20:46.
I think dear Ubuntu developers can work together with Wine maintainers to bring us complete solution.
-3
votes
up equal down
Solution #2: Partial
Written by jpka the 15 Jan 09 at 09:26.
Users can try various static methods or scripts, please see comments, where people says about possible ways.

See the 9 comments or propose a solution (latest comment the 25 Nov 08 at 16:37) >>

Better support for older ATI Radeon Card  
Written by gio91ber the 30 Apr 08 at 11:37. Global category: Hardware support. New
I'm the "happy" owner of an ATI Radeon 9200 PRO... Neither Envy nor Restricted Drivers interface can install the proprietary driver on my PC... Why??????
41
votes
up equal down
Solution #1: Auto-generated solution of idea #7878
Written by gio91ber the 30 Apr 08 at 11:37.
Ubuntu Brainstorm was updated in January 2009. Since the idea #7878 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 8 comments or propose a solution (latest comment the 11 Sep 08 at 15:18) >>

Make Emerald the default theme manager when possible.  
Written by crhylove the 3 Aug 08 at 08:20. Related project: Gnome. New
Emerald is so much nicer than the default Appearance Manager. The options in Emerald are simply gorgeous, in comparison. When possible, I think that Emerald should be the DEFAULT theme manager.
-21
votes
up equal down
Solution #1: Auto-generated solution of idea #11785
Written by crhylove the 3 Aug 08 at 08:20.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11785 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 3 comments or propose a solution (latest comment the 3 Aug 08 at 21:35) >>

2 Next >>