Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 21986 ideas, 135057 comments, 2615221 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are this month's most popular ideas about Ubuntu. New to Brainstorm? Learn how it works!

Reduce battery consumption in laptops  
Written by seiryu89 the 13 May 12 at 08:08. Global category: Usability. New
We haven't got a easy manner to reduce battery consumption in ubuntu.
54
votes
up equal down
Solution #1: Add Economy Mode to Power Manager
Written by seiryu89 the 13 May 12 at 08:08.
Could be good if there's be an option to enable a "economy mode" like in Windows SO http://postimage.org/image/dnnkiebzj/ to reduce battery consumption.
But, we can do it better and not as complicated as in Windows SO. Only few options, and a simple checkbox to enable this mode.

Windows have two modes, the simple mode and the advanced mode.
The simple mode is good, but doesn't allow to disable the "limite CPU", result in a slow interaction that some user wouldn't allow. Also doesn't allow to disable bluetooht and wifi easily and automatically, but all laptops have now a shortcut to disable bluetooht and wifi, so it's not serious issue.

The advanced mode is a complicated and ugly interface, so we have to do a simple and efficient and understanding decissions settings to a common user.

Mock-up (actualized 14/5/2012, change names to a understanding names, not technical names like "CPU"):
http://postimage.org/image/vwyxqg6cv/

See the 12 comments or propose a solution >>

Resizable Control Center  
Written by mackuz the 16 May 12 at 07:03. Global category: Usability. New
The Control Center in Ubuntu is not resizable, so working with it is not very comfortable.
31
votes
up equal down
Solution #1: Manually resizable Control Center
Written by mackuz the 16 May 12 at 07:03.
Manually resizable Control Center would make the job with it more convenient.
12
votes
up equal down
Solution #2: Automatically resizable Control Center
Written by mackuz the 17 May 12 at 07:14.
If fixed Control Center size is a special idea, it must change it's size automatically, depending on screen size to make it more comfortable to work with it.

Add a comment or propose a solution >>

Capital letters shouldn't change the sorting order  
Written by Souloohshuns the 17 May 12 at 21:13. Related project: Nautilus. New
At the moment, nautilus distinguishes between capital and non-capital letters. So if I have a bunch of files called 'Loop 1', 'Loop 2' 'loop 3' and 'Loop 4', then they will be sorted by name in this order: 'loop 3', 'Loop 1', 'Loop 2', 'Loop 4'.

I don't think many people would want capitals to be treated differently to lowercase letters in file sorting... what do you think?
3
votes
up equal down
Solution #1: Don't distinguish between capitals and non-capitals by default
Written by Souloohshuns the 17 May 12 at 21:13.
....pretty much in the title....
21
votes
up equal down
Solution #2: Have an opt-in option to ignore case-sensitivity while sorting
Written by chirag64 the 19 May 12 at 05:02.
May sound like an extra unnecessary option, but it maybe very helpful for many people.

Keep it case-sensitive by default.

See the 6 comments or propose a solution >>

Integrate IRC links with Telephaty  
Written by AdamKlob the 16 May 12 at 06:34. Global category: Usability. New
Many apps offer help on IRC. Many user do not know what IRC is or how to connect.

It often goes like this: 'You can get more help on #our-channel on freenode'.

18
votes
up equal down
Solution #1: Use Telepathy
Written by AdamKlob the 16 May 12 at 06:34.
In such case, we should make #our-channel clickable: clicking it should open IM window, and automagically connect user to correct server/channel.

This could use proposed IRC URL scheme: http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt

Add a comment or propose a solution >>

Lockscreen like Loginscreen?  
Written by sdtbluethink the 9 May 12 at 10:42. Related project: Unity. New
I would be great to replace the ugly lockscreen (Strg+Alt+L) with a new one like the Loginscreen.
23
votes
up equal down
Solution #1: replace
Written by sdtbluethink the 9 May 12 at 10:42.
replace it with new one
12
votes
up equal down
Solution #2: Update for lock screen
Written by Bezzy the 13 May 12 at 06:53.
Mockup for lock screen
[Lock Screen]
http://i.imgur.com/JRdej.jpg

[idea 3]
http://brainstorm.ubuntu.com/idea/29582/
2
votes
up equal down
Solution #3: Locking the screen sends you back to login screen.
Written by chrisxsterling the 25 May 12 at 08:25.
When you lock the computer it should take you back to the login screen. All active users users would have some mark next of there profile ID or username or whatever. Of course you can leave them a message just as usual. If the multi-login environment is restricted so to would it's features be at the login screen.

See the 4 comments or propose a solution >>

No feedback for missing shared libraries on GUI apps  
Written by AndrewLuecke the 6 May 12 at 12:36. Related project: Unity. New

When an application/game is missing a shared library, it simply never launches. There is never an error, or any indication why. Those who are tech saavy, will open console and often find Error while loading shared libraries: libSDL_mixer-1.2.so.0". It is most common for commercial games and apps, or older linux apps. Having any program close without saying why, or no feedback on how to fix it is a clear obvious usability fail. Some real-world examples are:
* World of Goo from the humble bundles (deb).
* X-Plane 9 (I haven't tested X-Plane 10).
* Skype

This issue is widespread, and has likely gone unnoticed because the actual problem has never had a generic means of correction (and the solution offered is generally "install library blah blah blah", "oh, it works, thanks", "close bug"). Windows has similar issues, however, at least they show an error that the DLL is missing!
26
votes
up equal down
Solution #1: Monitor the console for missing shared libs errors. Install dependencies
Written by AndrewLuecke the 6 May 12 at 12:36.
When running an app:
1) Capture Stderr.
2) Analyse Stderr for missing libraries problem.
3) If something was missing, scan packagekit for the file, offer to install it. ("Libsdl.so.1 is missing, would you like to install LibSDL?")
4) Relaunch the app.

Benefits:
1) VERY easy to develop
2) Allows Ubuntu to self diagnose app launching problems.
3) Far better backwards compatibility.
4) Tar.gz's will be easier to run.
8
votes
up equal down
Solution #2: Go directly down to the linker
Written by LSenf the 11 May 12 at 13:44.
Just as #1, but instead of monitoring console output, the cleaner solution should be to handle the error directly in the linker (or whatever causes these errors ;) ).

The linker itself could then call another program handling the user dialogs, installation proposals etc.

Furthermore, the second program should also offer a console interface in case the error occurs in a non-graphical environment.

See the 5 comments or propose a solution >>

rotate wacom automatically with display rotation  
Written by wacom the 20 May 12 at 12:39. Related project: Ubuntu Software Center. New
When I rotate the display, the wacom tablet does not rotate automatically. I would have to do this manually using xsetwacom utility.
8
votes
up equal down
Solution #1: daemon to rotate wacom tablet
Written by wacom the 20 May 12 at 12:39.
there is a daemon in the launchpad that was created by someone and can do this automatically. the daemon detects screen rotation and rotates the wacom tablet accordingly.

It would be nice if this package is installed by default for tablet-pc.

this is the link to the launchpad page:

https://launchpad.net/~thjaeger/+archive/tabletpc/+packages

I have installed this daemon and it worked successfully on ubuntu 12.04. Now, I wish the ubuntu team will add this daemon to the repository and install it by default along with the wacom driver.

See the 3 comments or propose a solution >>

Update manager should notify in advance if installing updates needs rebooting.  
Written by amoalsale the 3 May 12 at 04:52. Related project: Update manager. New
Many times when we get notification that updates are available for the system we often click on install update button without even looking at the details as we know keeping the system up-to-date keeps it stable. But many times once updating is finished systems asks for reboot and everytime its not possible to reboot immediately. For example when we are working on remote sessions on telnet or ssh or editing something important on internet.
It may also be observed that untill you do not reboot the system it behaves irratically.
26
votes
up equal down
Solution #1: Update manager should notify if updates require reboot.
Written by amoalsale the 3 May 12 at 04:52.
a simple notification like
"Installing these updates will require reboot"
should be shown in advance.
5
votes
up equal down
Solution #2: Service restart
Written by benoyanthony the 15 May 12 at 10:09.
Other than complete reboot, system should initiate service restart with confirmation from user.

See the 5 comments or propose a solution >>

Unity should differentiate between same filename in different parent folder  
Written by a.s. the 25 May 12 at 10:51. Related project: Unity. New
If I have many customers, each one with one folder "bill", "jim", ... and a subfolder on each named "Sales", when I search for "Sales" in Unity (in main dsh or in files-folder lens) several "Sales" folders appear in the "files and folders" results. I don't know which is the customer (parent folder) it belongs to until I open it... many times the wrong one. Both left-click and right-click do nothing but opening.
7
votes
up equal down
Solution #1: Unity: show full path in files/folders on mouse hover or right-click
Written by a.s. the 25 May 12 at 10:51.
Full path on mouse hover or on right-click will be very nice.
I guess that preferably on hover to reduce the number of clicks.
And, well, once we are showing something on hover, maybe some more properties (full path and date of last modification may be the most useful in my opinion but we might think in showing all the options the nautilus right-click menu does show --and the path!--)

See the 1 comments or propose a solution >>

Ubuntu Tour   forum
Written by Shadius the 9 May 12 at 16:47. Global category: Usability. New
I have an idea to include Ubuntu Tour in Ubuntu and not just in the LiveCDs and on the Ubuntu website. This is aimed at helping new Ubuntu users get acquainted with how things work in Ubuntu.
17
votes
up equal down
Solution #1: Ubuntu Tour
Written by Shadius the 9 May 12 at 16:47.
Have Ubuntu Tour already in Ubuntu and upon a user logging in for the first time, prompt the user to take the tour. Also, the user can have the option of taking the tour immediately or take it at a later time. The Ubuntu Tour should be a bit more interactive than the one on the website such as guiding the user on performing a basic task such as accessing the Ubuntu Software Center to install a program like Mozilla Firefox. Basic foundations to get a user started.

See the 7 comments or propose a solution >>

2 3 Next >>