Written by idude.aldunate the 13 Jan 12 at 14:41.
Global category: Others.
New
The latest Windows 8 Developer Preview, boots incredibly fast! Wouldn't it be nice to see that speed on our Ubuntu powered machines? From "no power" state to "desktop" it's like less than 15 seconds.
I would really like to see that feature on Ubuntu 12.04 or 12.10...
Written by icyitscold the 9 Aug 10 at 21:37.
Global category: Usability.
New
I, like many people, have only one user account on my laptop. Lets say, for simplicity, that booting takes 20 seconds, 10 seconds to get to the Login Screen, wait for password, then another 10 seconds to load the desktop environment of the user after login. Real Total (incl wait for password) = 35 seconds
But if there is only one user account on the computer, then Ubuntu should know what Desktop Environment to load, since there is only one, and could, therefore, load up that Users account while he is typing the password in the background.
Written by shiki the 17 May 10 at 14:34.
Global category: Usability.
New
Okay I know some of you will hate me for this idea. We are writing 2010 and as far as I know there is no possible way to set speed or scroll speed globally. Even if you set it, you have to mess with Firefox's "config" or xorg.conf.
It's all good and 'geeky', but I guess everyone would like to use Ubuntu with ease, and these problems can be pretty annoying.
Please provide a simple GTK utility (and of course this needs a 'fix' in xorg and apps) for this setting (for cross-UI).
Written by mitzampt the 27 Apr 10 at 14:12.
Related project: Gnome.
New
Even though there are numerous customisation features for Gnome, KDE and XFCE there are times when finding a certain application or file becomes unnecessarily slow. If you already know what file you need to open you still have to browse to its directory and the same goes for browsing through the Applications menu for that one app...
New users tend to hate the way the menu is organised and also the filesystem, even though things are pretty simple.
Ubuntu Software Center can select best repository server automatically by scan the servers one by one,it works well most of the time,but we can make it better.
Every time I run "Select Best Server",it scans all the servers arround the world, and this takes a long time .However ,if it just scans several nearby servers according to the location of the user, we can save a lot of time.Since it's easy to position a computer from one's IP address,we can also select the best server automatically according to one's network segment.It is possible and effective, and much faster than scan one by one.
Update-manager is a simple to use and powerful tool, but some actions performed with it, although they seem simple, force the user to wait several seconds until its done.
Some details could certainly improve the impression of reactivity.
Written by jerome.bouat the 21 Oct 09 at 17:48.
Global category: System.
New
Of course the ext2,3,4 file systems avoid to fragment the files by design.
However a few files still be fragmented, even if they will not change for months.
The file fragmentation slows down the computer boot sequence as well as the cold startup of the applications.
For example, the below boot files are fragmented:
-----
j@j-desktop:~$ find /boot -type f -exec filefrag '' \; | grep -v ' [01] extent'
/boot/System.map-2.6.31-14-generic: 2 extents found
/boot/initrd.img-2.6.31-14-generic: 2 extents found
/boot/vmlinuz-2.6.31-14-generic: 2 extents found
-----
The start of the openoffice application could be slowed down by the below fragmented files:
-----
j@j-desktop:~$ find /usr/lib/openoffice -type f -exec filefrag '' \; | grep -v ' [01] extent'
/usr/lib/openoffice/basis3.1/program/libtklx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/offapi.rdb: 2 extents found
/usr/lib/openoffice/basis3.1/program/libdict_zh.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libchartcontrollerlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libsvxlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libsdlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libxolx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libsvtlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libfrmlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libscfiltlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libxlsxlx.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libvbaobjlx.uno.so: 2 extents found
/usr/lib/openoffice/basis3.1/program/libswlx.so: 2 extents found