Ubuntu QA:
BlogBrainstorm
Log in
Ubuntu QA
The Ubuntu community has contributed 8347 ideas, 36569 comments, 875408 votes

Contributor changlinn




up
5205
down
Fix Suspend and Hibernate   forum
Written by tighem the 28 Feb 08 at 17:22. Category: System. New
Suspend and hibernate still seems to be a big issue based on forum posts. Really focus on fixing it, even with proprietary drivers.

See the 204 comments (latest comment the 15 May 08 at 15:47) >>

up
505
down
Push for Ubuntu on Dell machines worldwide  
Written by kuahyeow the 29 Feb 08 at 09:11. Category: Installation. New
With Ubuntu on Dell machines in the USA, I'm sure this means better boot times, hardware integration, sound, network are all nice and good.

Ubuntu should really be pitching to be the default install (an option for the customer) on as many PCs as possible.

See the 7 comments (latest comment the 14 May 08 at 12:02) >>

up
847
down
Mount removable storage synchronously  
Written by jez9999 the 28 Feb 08 at 23:50. Category: System. New
When you plug in something like a USB dongle, it should be mounted synchronously (-o sync) instead of in buffered mode.

For me, this is far preferable to the minute performance gain gotten by mounting the device in buffered mode. You're very unlikely to be using such devices for anything except data storage/retreival, in which case mounting synchronously is a major benefit. Expecting new users (or those used to Windows XP's behaviour) to know you have to right-click, 'unmount', before removing the drive is not a good idea, as well as just being unnecessary if the device is mounted synchronously. It's also irritating for people like me who know you need to do it, but either occasionally forget or don't want to bother.

Mount the thing synchronously by default. This is what Windows XP does, and it allows you to just remove the drive after any file transfers have finished. Yes, problems will occur if you remove it durung a file transfer, but that's gonna happen in ANY mount mode. It's far more obvious to the user that this will cause a problem than removal of the drive before unmounting. Also stop displaying that 'unsafe device removal' message for devices mounted synchronously.

See the 31 comments (latest comment the 9 May 08 at 05:58) >>

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


In : gnome-mount (ubuntu)
Status : Confirmed
Importance : Wishlist
Assignee :
0 comments, 9 subscribers and 0 duplicates
bug
Written by Vivien the 28 Feb 08 at 16:35. Category: System. New
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).

See the 32 comments (latest comment the 8 May 08 at 14:41) >>

up
274
down
Pidgin master password   forum
Written by rumli the 15 Mar 08 at 14:08. Category: Internet & Networking. New
Pidgin stores passwords in a plain-text file, and it doesn't look like that is going to change any time soon. (See http://developer.pidgin.im/wiki/PlainTextPasswords)

I am very uncomfortable with storing my Google accounts passwords (for Google Talk) in plain text. Is it possible to make a Pidgin plugin available from apt that would allow for passwords to be encrypted on disk by a master password, similar to Firefox and Thunderbird?

See the 15 comments >>

up
122
down
Automatically start application when screensaver starts  
Written by gijsterbeek the 13 Mar 08 at 13:51. Category: System. New
When the screensaver starts, this mostly means the user isn't using his computer for a while. It should then start executing tasks which have a high demand of resources but a low urgency (to the user) and require no interaction. For example:

1. Finish downloading that large torrent
2. Check for and install (security) updates for installed applications
3. Get new mail
4. Put the - still running - media player into full screen mode (like AmarokFS for Amarok)
5. Run a backup

This of course should be totally configurable (which applications, wait time after starting screen saver, which one first, etcetera)

See the 13 comments >>

up
17
down
Make GRUB open when hold docn Ctrl and make it stop steal 2 seconds  
Written by Eldmannen the 15 Mar 08 at 23:41. Category: System. New
Every time Ubuntu starts, you first have to wait 2 seconds for GRUB todo nothing. This steals 2 seconds of your start up time.
2 seconds everyday...

I propose to change so GRUB boots Ubuntu immediately without wait 2 seconds. This will be faster startup times.

For people who need to access the GRUB menu, they can just hold down a key such as CTRL, ESC or F8 or something.

See the 15 comments >>

up
10
down
Multiple Group/User file/folder access ACL's by default  
Written by changlinn the 29 Feb 08 at 03:36. Category: System. New
ACLS and Eiciel are already in repositories, can these be on a default install. They would simplfy management and increase security through more granular control of file and folder access.
see: http://tlug.dnho.net/?q=node/171

See the 2 comments >>

up
7
down
Digitally signed binaries  
Written by Eldmannen the 29 Feb 08 at 15:18. Category: System. New
Preferably make all the binaries in the system be digitally signed.

Or at least digitally sign some of the most important system binaries.

Canonical Ltd. can sign the Ubuntu system binaries.

This gives enhanced security because it verifies the application identity and ensures its integrity.

Microsoft and Apple digitally sign their binaries.
http://www.apple.com/macosx/features/300.html#security

See the 9 comments >>

up
5
down
A nautilus button that hides/unhides 'hidden files or directories'  
Written by Phase the 29 Feb 08 at 16:03. Category: System. New
[No description]

See the 6 comments >>

up
-18
down
speed up (k)ubuntu  
Written by woodybook the 29 Feb 08 at 08:38. Category: System. New
I've got the impression ubuntu is sometimes slower than the m$-windows on my pc.

See the 5 comments >>

up
-26
down
MS Exchange Calandering support  
Written by linuxworks the 29 Feb 08 at 08:15. Category: Installation. New
This is more of a Mozilla Thunderbird issue but I think Ubuntu should push more for better calendering integration using the SDK provide by MS .

http://msdn2.microsoft.com/en-us/library/ms988691%28EXCHG.65%29.aspx


Calendaring

Microsoft® Exchange Server 2003 includes rich calendaring features that you can use to build calendaring applications. Collaboration Data Objects (CDO) provides the logic necessary to create applications that incorporate appointments, meetings, messages, and other calendaring items. The topics in this section describe how to use CDO to develop custom calendaring solutions.

//Creating an Appointment with CDOEx

#import rename_namespace("CDO") raw_interfaces_only

#include
#include

enum ConnectModeEnum

adModeUnknown = 0,
adModeRead = 1,
adModeWrite = 2,
adModeReadWrite = 3,
adModeShareDenyRead = 4,
adModeShareDenyWrite = 8,
adModeShareExclusive = 12,
adModeShareDenyNone = 16,

[....]

See the 4 comments >>

up
-36
down
Password manager and web form filler  
Written by dedalusbloom the 29 Feb 08 at 08:07. Category: Others. New
Integrated in Firefox , that memorizes the passwords and logs you in automatically.
A idea like Roboform roboform.com
Many usernames and passwords today are need solution.

Bye

See the 2 comments >>

up
-59
down
Brainstorm for others  
Written by longtimeuser the 6 Mar 08 at 22:06. Category: Brainstorm. New
Someone please, please implement a global brainstorm site that would allow people to suggest ideas to other companies and entities besides Canonical. Some examples:

- Google
- Microsoft
- NASA
- US President
- Pope
- Scientific community

That will be a very useful and popular website. You will make a ton of money in advertising, and you'll probably make the world a better place.

"Make Brainstorm open source" is marked as done, so there is probably a source code somewhere that you can use.

For bonus points, use SlashCode for comments moderation system. Discussion threads are going to be huge.

Sorry if this doesn't appeal to Canonical directly, although you guys might also consider this. Thank you for this wonderful resource!

See the 5 comments >>

up
-87
down
Why is it for a lot of windows users so hard to adjust to another os?  
Written by sido the 29 Feb 08 at 15:01. Category: Look and Feel. New
Why is it for a lot of windows users so hard to adjust to another os? This is a question i ask myself.

When upgrading from xp to vista i offiously noticed the many differences but still it's a lot of easier to adjust from upgrade to upgrade than to another os.
I tried ubuntu for 1 year without any other os and i still could not get comfortable with it while i deeply wanted it.
I know for sure that a lot of other have this same problem.
It's like windows is wired in your brain when u are using it for a long time.

Do not misunderstand me, i do not want to transform Ubuntu to a windows lookalike linux distrubution.

Maybe there are other solution to solve this problem.

When learning a new language it is easier to learn a language with basicly the same rules than a language who has completely other rules.

I think that most people are used to the "windows logic".
Maybe we can analyse this logic and make some changes so that it becomes easier (for a lot of people) to using ubuntu everyday and as primary/main os.

Keep up the good work!


See the 4 comments >>

up
-275
down
Vote only when you comment.  
Written by hellmet the 29 Feb 08 at 08:16. Category: Others. New
The voting feature is being abused at the moment, as its a feature that everyone sees the first thing, and are click-happy. It would be better if we were allowed to vote only when we also comment.

See the 8 comments >>

up
-311
down
linux is NOT user friendly enough  
Written by average-joe the 29 Feb 08 at 07:58. Category: Others. New
average person needs wizards across the board...

get rid of this package manager crap and make it easy with a installer wizard.
i had a look at a few pages and didnt see this on the list and its so important to linux being successfull.... why is it so hard to make linux user friendly?

help wizards for all is my call...

if it was easier to use more people would use it...its improved but not enough...

See the 20 comments >>