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

Contributor XerxesXS




up
543
down
Add screensaver settings in gnome-screensaver  
no 'Settings' button in gnome-screensaver (#22007)

In : gnome-screensaver (ubuntu)
Status : Confirmed
Importance : Wishlist
Assignee : Oliver Grawert
89 comments, 25 subscribers and 9 duplicates
bug
Written by gooz the 28 Feb 08 at 20:08. Category: System. Related to: Nothing/Others. New
Since I don't think many people would be scared of an extra button to configure their selected screensaver, it would be really nice if it could be included (like it is in xscreensaver-settings).

See the 28 comments (latest comment the 3 Aug 08 at 11:37) >>

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 (latest comment the 24 Jul 08 at 13:53) >>

up
62
down
Random brainstorm Gnome Applet  
Written by Auzy the 16 Mar 08 at 14:38. Category: Brainstorm. Related to: Nothing/Others. New
I've noticed that despite one of my ideas being 2nd page in most popular this week (was 1st yesterday), that it still only has 50 votes. We need a way to increase the voting population (and the diversity) for more accurate stats, otherwise, the majority of ideas will be voted only be hardcore Ubuntuists, and for a OS with this large a crowd, obviously, 50 is a very small proportion of people.

I propose a gnome applet which once a day, pops up with 5 random brainstorm ideas that you can easily vote on. This way, people don't need to log into the site to do some voting, so its easier and reaches more people. And since they are random, they will help make the system fairer.

Obviously don't enable it by default, but i think one should be offered.

See the 9 comments (latest comment the 14 May 08 at 08:09) >>