| |
384
|
|
|
|
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.
[....]
|
|
| |
1893
|
|
|
Disk Manager by default
Ubuntu
| In : | |
| Priority : | Undefined |
| Definition : | New (Needs guidance) |
| Implementation : | Unknown |
| Assignee : | |

|
|
Written by frandavid100 the 29 Feb 08 at 00:37. Category: Installation.
Related to: Nothing/Others.
New
|
|
|
|
|
Not an idea
|
|
(1805)
|
|
Fix copy / paste
MASTER Clipboard gets lost when windows is closed (#106644)
| In : | ubuntu |
| Status : | Confirmed |
| Importance : | Medium |
| Assignee : | |
20 comments, 11 subscribers and 1 duplicates
|
|
Written by lubosz the 4 Mar 08 at 16:30. Category: Look and Feel.
Related to: Nothing/Others.
Not an idea
|
|
a lot of times, text is not copied. even if i cut, the selected text disapears in firefox and isn't pasteable in pidgin. sometimes the clipboard is an older version, if i paste.
|
|
| |
1280
|
|
|
Make Gnome vector grapics like KDE/OSX/Vista now!
Ubuntu
| In : | |
| Priority : | Undefined |
| Definition : | New (Needs guidance) |
| Implementation : | Unknown |
| Assignee : | |

|
|
Written by mikasjoman the 29 Feb 08 at 08:46. Category: Look and Feel.
Related to: Nothing/Others.
New
|
|
One of the serious problems in Ubuntu is that Gnome is a bit sluggish when it comes down to the graphics. Try to install AWN and you know that the icons literally look like shit (compared to OSX).
But the problem does not end there, the whole system should be vector graphics by now when it comes to rendering the windows, menus, icons and so on.
I know this is not a Ubuntu feature, but it should be pressed HARD upon so we also get the great crisp sharp user-interface OSX has. It does not make the system slower, just better. With vector graphics, CompizFusion could take a new leap forward since it is then not hold back by the limitations of bitmap images. Also new graphical applications would be easier to develop, see on the mac side where Quartz engine has helped make a sea out of new graphical applications. We need a Quarz engine for Gnome now!
|
|
| |
1127
|
|
|
Use Red Hat Liberation Fonts (They Are Amazingly High Quality)
Use ttf-liberation for default font (#217107)
| In : | ubuntu-artwork (ubuntu) |
| Status : | Confirmed |
| Importance : | Wishlist |
| Assignee : | |
4 comments, 3 subscribers and 0 duplicates
|
|
Written by maynoth the 29 Feb 08 at 08:25. Category: Look and Feel.
Related to: Nothing/Others.
New
|
I recently switched to linux mint, I must say it is very nice and based on gutsy 7.10.
They use the red hat liberation fonts by default and OMG It looks amazing.
The default ubuntu fonts are painful to look at once you know how good it can look.
https://www.redhat.com/promo/fonts/
|
|
| |
554
|
|
|
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, 27 subscribers and 9 duplicates
|
|
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).
|
|
| |
23
|
|
|
|
| |
439
|
|
|
GUI for smbpasswd
|
|
Written by frandavid100 the 29 Feb 08 at 00:40. Category: Internet & Networking.
Related to: Nothing/Others.
New
|
Currently samba sharing is (in my opinion) broken, since you can't share your folders through the GUI. Instead, you have to resort to the CLI in order to create a samba user which pretty much defeats the whole purpose of a GUI.
My proposal is to modify the samba share dialogue so that it allows to create samba users:
http://img360.imageshack.us/img360/8206/pantallazocarpetascompaqd0.png
|
|
| |
116
|
|
|
|
Set up a "Get a linux box" website
|
|
Written by Auzy the 7 Mar 08 at 01:47. Category: Others.
Related to: Nothing/Others.
New
|
Both Apple and Microsoft have a website dedicated to dispelling myths of their platforms (and in apple's case such as with viruses, lying about a lot of things). http://www.apple.com/getamac/
We need to offer a way to show people when visiting the main website why you would buy a Linux computer, and the benefits.
Apple's website has garbage like "114,000 viruses? Not on a Mac." Surely we can compete with garbage like that.
We have our own strengths, and as Ubuntu proceeds, we should emphasise them to people, and show them why they need linux. Because at the moment, you go to any website, and it shows you all these features (which is all good), but what makes them better?
Some things may include:
Its free, largest selection of high quality free programs, commercial and widely available free support, easily managed via Canonical Landscape or free solutions, Plays better with Windows and Apple networks then they do, etc.
|
|
| |
49
|
|
|
|
Allow SAMBA to mount NTFS partition files more easily through FSTAB
|
|
Written by XerxesXS the 16 Mar 08 at 17:17. Category: Internet & Networking.
Related to: Nothing/Others.
New
|
|
When I came to mounting directories from an XP computer (although any windows this should be applicable) using SAMBA server at startup (similar to "map network drive" in windows) I found that this is relatively cryptic to do, with no warnings or messages to state that the mounting had failed.
Upon googling, I found that this is as for SAMBA to be able to mount using the SMB FS, the mounts need to be added to FSTAB with a lot of UID codes.
ie:
//Server/MountName /MountPoint smbfs credentials=/home/Username/.smbcredentials,uid=Username,gid=users 0 0
For the average user, this seems to be a little haphazard and many will not want to edit FSTAB nor know how to do this
Additionally, the user seems to need to be in the sudoers file.
I propose some sort of SAMBA addon GUI that will allow for automatic updating of FSTAB to this purpose; Perhaps a Nautilus shell script with something similar to the "Map Network Drive..." option in windows, when navigating the Network with Nautilus.
|
|
| |
74
|
|
|
Scalable image thumbnails in Nautilus
Thumbnails for 200% zoom are regenerated each time a folder is opened. (#204434)
| In : | nautilus (ubuntu) |
| Status : | Triaged |
| Importance : | Medium |
| Assignee : | Ubuntu Desktop Bugs |
7 comments, 3 subscribers and 4 duplicates
|
|
Written by XerxesXS the 16 Mar 08 at 16:15. Category: Look and Feel.
Related to: Nothing/Others.
New
|
|
In Nautilus, there is an option to view thumbnails of images. This is all very well for the default size icons for thumbnails.
However, if the thumbnail is made larger using the "stretch icon" function in Nautilus, the icon remains at the same resolution, making it appear blurry and pixelated.
Would it be possible to scale the preview of the image directly to the size of the displayed thumbnail?
EDIT: On Hardy there appears to be a big problem in that the images are regenerated each time the folder is opened, leading to large delays and higher system load whilst they are being generated. Navigation away from the folder results in the generated images being lost.
|
|
| |
15
|
|
|
|
Removal of networked computer shares mounted with SAMBA causes Nautilus crash.
|
|
Written by XerxesXS the 16 Mar 08 at 17:25. Category: Internet & Networking.
Related to: Nothing/Others.
New
|
|
On my current setup, I have mount points that are automatically mounted at boot that point to networked shares. This uses SAMBA as the files are hosted on an XP computer.
However, if this computer loses it's network connection or is turned off, Nautilus appears to crash and hang for a (seemingly) random amount of time. After a while, I can interact with it again, however it appears that the desktop is no longer updated or possible to be interacted with.
This may be due to the fact that the mount point cannot be resolved as soon as the computer is no longer accessible (Timeout errors, etc), however this is highly frustrating as it renders the computer fairly stunted whilst it attempts to recover.
I propose some sort of workaround that will prevent this from happening; Windows appears to have no problem with a network "share" from being removed, and even gives the user a popup message that states "X:/Share is no longer available", or a message to that effect. Something that popped up in Nautilus would be ideal.
|
|
| |
23
|
|
|
|
| |
202
|
|
|
Make so the user can select color for folder icon
Make so the user can select color for folder icon (#202906)
| In : | nautilus (ubuntu) |
| Status : | Won't Fix |
| Importance : | Wishlist |
| Assignee : | Ubuntu Desktop Bugs |
5 comments, 2 subscribers and 0 duplicates
|
|
Written by Eldmannen the 16 Mar 08 at 16:02. Category: Look and Feel.
Related to: Nothing/Others.
New
|
|
|
|
|
Closed
|
|
(1637)
|
|
Include Compiz Fusion Manager by default
Include compizconfig-settings-manager by default (#237743)
| In : | compizconfig-settings-manager (ubuntu) |
| Status : | New |
| Importance : | Wishlist |
| Assignee : | |
0 comments, 3 subscribers and 0 duplicates
Ubuntu
| In : | |
| Priority : | Undefined |
| Definition : | Pending Approval (Needs guidance) |
| Implementation : | Needs Infrastructure |
| Assignee : | |

|
|
Written by soyelmatu the 28 Feb 08 at 19:03. Category: Look and Feel.
Related to: Nothing/Others.
Won't implement
|
|
Include Compiz Fusion Manager by default
Developer comments
Sorry, but no. The stack has to mature. DRI2, drivers and default settings of compiz are the things that need attention. Adding and enabling "power-user"-features by default, which are only used by a fraction of the whole user-base, is an unnecessary introduction of UI-clutter we try to avoid.
|
|
|
|
Done!
|
|
(1795)
|
|
|
Thank you for ubuntu !
|
|
Written by tioum the 29 Feb 08 at 15:49. Category: Others.
Related to: Nothing/Others.
Implemented
|
|
While requesting features to the open source community which consist mainly of free workers, we may often forget to say how much we like Ubuntu and look like costumers requesting.
So you can say thank you to the thousands of developers and users who gave their time by voting for this article :)
Developer comments
I'm glad you like it. I've passed your message on to the developers in #ubuntu-devel on IRC.
|
|
|
|
Done!
|
|
(1774)
|
|
Tabbed Nautilus
tabbed file browsing needed (#154059)
| In : | nautilus (ubuntu) |
| Status : | Fix Released |
| Importance : | Wishlist |
| Assignee : | Ubuntu Desktop Bugs |
3 comments, 2 subscribers and 0 duplicates
|
|
Written by einalex the 28 Feb 08 at 17:16. Category: Look and Feel.
Related to: Nothing/Others.
Implemented
|
|
Enable Nautilus to use tabs.
Nautilus is Ubuntu's default file management software. There is no reason why you should need to open countless Nautilus windows to manage your files. It is time to bring tabs from your web browser to your file browser.
|
|
| |
2728
|
|
|
|
Push for partnerships with other hardware vendors
|
|
Written by Veejay the 28 Feb 08 at 14:41. Category: Others.
Related to: Nothing/Others.
In development
|
|
Given the success (as far as I know) of your Dell partnership, please do everything possible to seek alliances with other vendors, as it will reinforce the idea that Ubuntu is a viable alternative to other operating systems and will provide better hardware support for current Ubuntu users.
Dell is offering new models based on Ubuntu (recently the XPS M1330 in a few countries), proof that the business model makes sense.
|
|
| |
3378
|
|
|
Engage DeviantArt for Ubuntu theme competition
Ubuntu
| In : | |
| Priority : | Undefined |
| Definition : | Pending Approval (Needs guidance) |
| Implementation : | Good progress |
| Assignee : | Mike MacCana |

|
|
Written by mikemaccana the 29 Feb 08 at 01:19. Category: Look and Feel.
Related to: Nothing/Others.
New
|
|
There is a wide community of online artists capable of creating brilliant, unique artwork.
heading: Get your artwork on 10 million desktops
Ubuntu, the world's most popular Linux distribution, needs a new theme. The winner will appear in the default desktop of Ubuntu 8.10.
We're looking for original wallpapers, that match Ubuntu's color palette. You entry should also include a suggested combination of application, icon, and window themes. These can be existing themes, or your own original works - you only need to submit a wallpaper to win.
Work must be CC licensed, and be openable in either Inkscape or Gimp (rest of criteria continues)
Submit your works to DeviantArt and include the words [Ubuntu810].
Good luck!
Developer comments
At this point in time it is unclear as to whether we can realize something like this. In any case we cannot promise to include anything as default without having already seen it. This might be a good way to find alternative wallpapers to also include on the CD and/or universe as an extra package.
|
|
| |
3637
|
|
|
|
Better wi-fi support
|
|
Written by neilneil2000 the 29 Feb 08 at 00:20. Category: Internet & Networking.
Related to: Nothing/Others.
New
|
|
More support for more wireless chipsets out of the box and "Windows style" ease of set up.
I have spent may a day trying to configure wireless cards on Ubuntu, often without much luck!
Please also deliver more support for what they are both wireless PCI cards and USB, as it is currently very low base of drivers for such devices
|
|
|