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

Contributor nxvl




implemented
Already done!
(19)
Make nano the default text editor for all terminal apps  
Written by YokoZar the 4 Mar 08 at 12:01. Category: Server. Related to: Nothing/Others. Already implemented
A lot of terminal apps make use of the EDITOR= environment variable, however we don't define one in our default bash profile. For instace, when I had to use mutt for the first time to check email using a shell account, I tried to write a reply only to be dumped into a vi instance.

vi is a great text editor, however if you've never used it before it is incredibly difficult. It's not even obvious how to quit or get help without opening up a man page in another terminal. For those who prefer it, setting the EDITOR= line is a fairly simple task. As a reasonable default, however, nano is the way to go.

Developer comments
nano is the default editor in ubuntu.

See the 3 comments >>

up
344
down
Install with LVM and separate /home by default  
Written by Alan Pope the 28 Feb 08 at 15:11. Category: Installation. Related to: Nothing/Others. New
At the moment the live CD allows you to manage the creation of partitions yourself before you install, or choose "everything in one partition". The alternate CD also has similar features, but also has the option of using LVM (Logical Volume Manager) to make post-install partition management easier, and MD (Multi-Disk) to do software RAID based installs.

These (LVM & MD) should be incorporated into the live installer (Ubiquity) and further there should be an easy option for having a separate root (/) and home (/home) partition on installation.

There are a few significant benefits to this, not least of which is the ability to easily reinstall the OS (or install a different derivative or even different distro) without losing the valuable data in /home.

Other benefits include resilience (from MD), easy partition resizing (from LVM), and better space management, making it so that a full /home partition does not affect the system as a whole (as / would not be full).

See the 22 comments >>

up
1319
down
GUI for ufw (Uncomplicated Firewall)  
Written by gabim the 28 Feb 08 at 14:43. Category: Internet & Networking. Related to: Nothing/Others. In development
It would be useful to create a graphical user interface for the new ufw (Uncomplicated Firewall) in Ubuntu. Would be useful to make every new release with an enabled firewall by default and with this graphical firewall utility also.

Developer comments
Someone is working on it but that softwares hasn't reached the archive yet. http://gufw.tuxfamily.org/

See the 35 comments >>

up
4699
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 94 comments >>

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 >>