Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor slsolaris

People forget to empty their trash and get problems with space  
Written by sucotronic the 18 Feb 09 at 17:00. Global category: Accessibility. New
I've observed in my job that most of the users forgets to empty their trashes regularly, and suddenly one day they start to have problems due space limitations, or they don't know where is used their hard drive space.
809
votes
up equal down
Solution #1: Add a configurable reminder
Written by sucotronic the 18 Feb 09 at 17:00.
It would be useful to add a kind of reminders that prevents the users about their files in the trash or the occupation in the hard drive. And also it could be configured with an option under the System>Preferences menu.




-477
votes
up equal down
Solution #2: Clean trash automatically
Written by snizovtsev the 18 Feb 09 at 17:43.
Add the "Trash size" option (percent or absolute value) and automatically clean oldest files from the trash to fit this limit.
-380
votes
up equal down
Solution #3: Compress old files
Written by vlo the 19 Feb 09 at 20:05.
The operating system should silently compress some of the files. Perhaps this could be done when the system is not being used, or before shutdown.

The files that would be compressed would be the files that have been in the trash for a certain amount of time (configurable).
-338
votes
up equal down
Solution #4: Trash with maximum size
Written by blaxter the 19 Feb 09 at 23:41.
Like in solution #2, add a "Trash size" option but instead of automatically clean oldest files form the trash, just say "the trash is full, please clean it up" when the user try to send more files to it
171
votes
up equal down
Solution #5: Notification with "Delete now"-Button
Written by rakudave the 21 Feb 09 at 20:39.
Same as #1, but with a button to empty the trash directly from the notification-bubble
291
votes
up equal down
Solution #6: Don't put unnessecary distractions in the system!
Written by kapipi the 21 Feb 09 at 21:17.
This solution is a response to solution #1. Solution #1 is great, except that as a default the user should not be notified about the size of trash, unless space on the partition is getting critically low.

The rationale:

- We don't want to distract the user's attention unnecessarily
- We don't want to force or lure the user to empty his trash unnecessarily.
358
votes
up equal down
Solution #7: Low disk space notification instead of trash notification
Written by argon the 22 Feb 09 at 00:35.
The rationale of this problem is that sometimes people run out of disk space. So the notification should directly address this issue, and not just target the trash at an arbitary point, which will just lead to more annoying notifications.

Windows also does this when disk space is low...
777
votes
up equal down
Solution #8: Create a System Cleanup widget
Written by 311005901 the 22 Feb 09 at 15:59.
A notification alerts users when the system is running low on free space.


When clicked on, users can use a widget to remove unwanted files.


(Click to see full sized image)
-347
votes
up equal down
Solution #9: auto-remove when disk-space is low
Written by koenfloris the 25 Feb 09 at 14:00.
ubuntu begins to fragment when you've got not enough disk-space. lets say that the limit is about 20%.

when disk space is to full...
ubuntu should auto-remove unnecessary things to free it up. of course, it should ask the user the empty the trash, to prevent data-loss. but other cash-like things should get cleaned up.
173
votes
up equal down
Solution #10: Extend computer-janitor to support low disk space and trash notifications
Written by ziroday the 27 Feb 09 at 12:07.
computer-janitor (only in jaunty) is a small utility to clear up left over packages and left over files that have no use. It could easily be extended to support emptying the trash and notifying the user when disk space is low.
37
votes
up equal down
Solution #11: Use the desktop icon to provide information
Written by Menti the 7 Mar 09 at 12:23.
As proposed in idea #14699. Desktop icons in general are static and do not provide any useful information. Trashcan icon is slightly dinamic: it has an empty state and a full state. Let the icon change to show how much trash there is. There could be a (configurable, with a sane default) max limit to the trash size, and the desktop icon could show what percentage of that limit is already in use.

This way, we could have more information without actually adding anything to the current setup, no more clutter; only better use of an already existing and underused graphic element of the desktop.
-82
votes
up equal down
Solution #12: Put the trash icon on the desktop
Written by dubrict the 10 Mar 09 at 06:19.
The reason people forget is because by default, the trash icon is as tiny as can be and hiding in the corner. Placing it on the desktop instead puts it more directly in the user's conscious, reminding them to empty it while not being obtrusive or complex.

The "running low on free space" reminder is reasonable, because it would solve this problem while taking on another. There's no reason to add any complexity to the system beyond this.
-119
votes
up equal down
Solution #13: Empty Trash On system Shut down
Written by MOSAM the 10 Mar 09 at 20:06.
Have the system ask you if you want to empty the trash when shutting down the as it does when unmounting disk drives.
39
votes
up equal down
Solution #14: make gui to let the user decide
Written by linuxrules the 12 Mar 09 at 23:28.
settings dialog _ +/- X
=============================================================
put trash icon on desktop "on/off"

Empty Trash On system Shut down "on/off/ask/auto"

Use the desktop icon to provide information "on/off"

auto-remove when disk-space is low "on/off/ask/auto"

Notification with "Delete now"-Button "on/off"

Trash with maximum size & if to delete when size limit is exceeded "on -size-/off"

Compress old files "on/off/ask/auto"

Add a configurable reminder "on/off"
|advance..|
216
votes
up equal down
Solution #15: Beyond Icons
Written by trustno1uk the 16 Mar 09 at 20:02.
Icons that represent valuable information at first glance can really save you some time.

Some users don’t care about emptying their thrash and also use it as another folder at times, this will remind them to empty it.

trash

REF: http://www.kumailht.com/blog/linux/10-features-ubuntu-should-implement/
-6
votes
up equal down
Solution #16: Automatically delete after 30 days
Written by OrelEagle the 5 Dec 09 at 20:38.
I'm using a script to delete files permanently after 30 days spent in the trash:

find ~/.local/share/Trash/files -maxdepth 1 -ctime +30 -exec rm -r \;
find ~/.local/share/Trash/info -maxdepth 1 -ctime +30 -exec rm -r \;

This way the user doesn't have to worry about emptying the trash but still has a "second chance" in case a file was deleted by mistake.
3
votes
up equal down
Solution #17: Provide a suite of tools for the user to save/recover disk space
Written by yoda2031 the 28 Mar 11 at 17:26.
Computer Janitor already fulfils the requirement to recover disk space from files which are temporary/cached/etc.

Squashfs more-or-less fulfils the requirement to conserve space, but should be provided as an option on installation ("compress home directory" and "compress system directory" options)

A utility to automatically compress/remove components which have not been used for more than 30 days.

A utility which lists your installed applications in order of size and last used date. Allows the user to remove the bigger, unused packages.

A utility which allows you to "reorganise" your partitioning scheme.

Where applicable, these solutions should be accessible under an umbrella utility, possibly as an extension to the existing Disk Utility, or as a stand-alone utility.

See the 17 comments or propose a solution (latest comment the 7 May 13 at 15:00) >>

Different wallpapers on different monitors/workspace  
Written by greycode the 28 Feb 08 at 17:20. Global category: Look and Feel. Implemented
I've got two monitors, and right now if I use the wallpaper settings in gnome it stretches the wallpaper across the two monitors. It does this even for the default ubuntu wallpaper. This can look really bad depending on the image. In order to get around this I had to get two wallpaper images and join them into one large one with the GIMP and set that as my wallpaper.

There should be a way in gnome to set a different wallpaper for each monitor.

==== Merged with ideas of a similar scope: Different wallpapers on different workspace ===

Many workspaces option in Linux allows you to separate your work, why not allow users to have different wallpapers on each workspace. This allows for easier identification of which workspace you are on.
When used with compiz-fusion you can rapidly switch between your workspaces and the different wallapaper will allow you to quickly recognise what desktop you are on.

Currently this is natively available in KDE but not in Gnome. In Gnome you can't even let Compiz take over the wallpaper control because Nautilus doesn't allow for transparent backgrounds.

Other solutions like Wallpapoz are slow and when switching between desktops it takes too long to switch WP.

Developer comments
This feature is a Google Summer of Code 2008 project.
Follow the development of this feature on the student's blog:
http://gsocblog.jsharpe.net/
Update: it seems his code didn't reached Gnome 2.24, thus this feature won't be present in Intrepid.
Update2: Not in Jaunty too. It seems the code wasn't accepted in Gnome. Need to investigate.
Update3: Going back to new idea.
3207
votes
implemented
Selected solution (#1): Auto-generated solution of idea #93
Written by greycode the 28 Feb 08 at 17:20.
Ubuntu Brainstorm was updated in January 2009. Since the idea #93 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
23
votes
implemented
Selected solution (#2): Wraparound Wallpapers
Written by Vendaval the 4 May 09 at 03:21.
With Compiz it's possible to put a different wallpaper on every workspace, so why isn't this used more to create a unified cube? A welcome wallpaper has been discussed, and having a simple welcome wallpaper could guide the user to the next workspace. Wallpapers could then come in sets, so applying a new wallpaper could give you a unified cube.
5
votes
implemented
Selected solution (#3): Wallpapoz does this.
Written by gnu2ubuntu the 27 Jul 11 at 20:28.
There is a program that already does this, and does it well even on multiple desktops. It is called Wallpapoz and the source is here:
http://wallpapoz.akbarhome.com/download.html

See the 75 comments or propose a solution (latest comment the 6 May 13 at 15:17) >>

Introduce a compressed filesystem.   forum
Written by masoris the 13 Jul 08 at 12:00. Global category: System. New
Some Ubuntu users have PC or laptop - for example UMPC - with small hard disk size. They needs more disk space than hard disk performance. For example Microsoft NTFS support compressed filesystem, so it can save 10~30% of space.

Why Ubuntu don't introduce a such compressed filesystem? There are already some compressed filesystem which can use on Linux.
http://fuse.sourceforge.net/wiki/index.php/CompressedFileSystems

I hope Ubuntu support these filesystems, for users who want to save their hard disk space.
51
votes
up equal down
Solution #1: Auto-generated solution of idea #11080
Written by masoris the 13 Jul 08 at 12:00.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11080 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
0
votes
up equal down
Solution #3: btrfs
Written by rogerdpack the 20 Mar 13 at 19:34.
Looks like this has been at least partially implemented "already" these days with btrfs (for instance it has an option for LZO compression which is actually pretty fast cpu-wise) so this is a good thing (tm).

See the 28 comments or propose a solution (latest comment the 20 Mar 13 at 19:32) >>

new notification server (notify-osd) is good but it needs some improvements  
Written by slsolaris the 29 Apr 09 at 17:05. Global category: Usability. Not an idea
these are ideas or suggestions to improve new notification server or message indicator usability.
-8
votes
closed
Solution #1: new notification server should support interactions as an option
Written by slsolaris the 29 Apr 09 at 17:05.
so we do not get that long menu when clicking on the "envelope".
we should be able to click on the notification and access it if we want, this should work as an option so we are able to customize it
71
votes
closed
Solution #2: Have the posibility to customize them
Written by slsolaris the 30 Apr 09 at 18:05.
Be able to set the background color, the font color and size, etc, make it more "yours"
60
votes
closed
Solution #3: let us apply new themes
Written by slsolaris the 30 Apr 09 at 18:17.
40
votes
closed
Solution #4: notify-osd should stay in the top right corner
Written by slsolaris the 28 Aug 09 at 22:21.
a few time ago, I found a surprise, the notify-osd is in the middle off the screen, and this is not a bug, is a new design..
WHAT??? yeah a new design, so i would like to see everyone that agree me promote this solution please
3
votes
closed
Solution #5: Modified Solution#1
Written by qwerty800 the 29 Aug 09 at 02:16.
Simple, if the user do a "Main"-click (Left click, for most of us), he's considered as interacting with the notification.

If the notification gets in the way, he just do a "secondary"-click to close the bubble!
3
votes
closed
Solution #6: We should look at Growl system in Macintosh
Written by dalequi the 31 Oct 09 at 10:24.
It uses BSD licence. It's powerful, beautiful, customizable with themes and it uses all the screen and not a little zone for all the notifications windows. This could be intrusive, but you can close the windows easily. Ah, I forgot it. You can choose where the system shows the notifications and choose the apps that you want to use in the system.
http://growl.info/about.php
7
votes
closed
Solution #7: Settings Option For notify
Written by sirish.gauni the 8 Nov 09 at 18:49.
Set up a settings option, using which we can customize notify. Ability to set how long the notifications should be shown, for which programs it should be shown, if the notification is clicked then highlight the program for which the notification was shown (like for chat messages)
Also when a notification is shown, add a X button to it so that the user can close the notification.
4
votes
closed
Solution #8: Make notifications replaceable by newer ones
Written by Shnatsel the 14 Dec 09 at 20:03.
In the example with networks it's enough to make the connect notification replace the disconnect notification.
8
votes
closed
Solution #9: Show several notifications at once
Written by Shnatsel the 14 Dec 09 at 20:06.
Allow showing several notifications at once.
1
votes
closed
Solution #10: Add close notification button
Written by la_serpe the 15 Dec 09 at 03:05.
Add little button in the right top cornet of a notification.
-1
votes
closed
Solution #11: Make the Notify OSD interactive
Written by greesce the 2 Feb 10 at 10:44.
Make the Notify OSD interactive, for example with buttons or text fields... I've made a video http://www.youtube.com/watch?v=GLAymH9zjjo It's a simple example to answer or chat with somebody without open a new window.
0
votes
closed
Solution #12: Keep notification history for a single session
Written by Narren the 3 Mar 10 at 20:10.
Make notification history accessible via application in System->Administration and/or optional applet.
Clear history on restart.
3
votes
closed
Solution #13: Simple Settings Applet
Written by tankgunk the 2 Oct 10 at 06:01.
It's ridiculous how inflexible notify-osd is. Options for interactivity and position are a MUST. Sound and the ability to add themes would be nice. To take a page from Growl's book, options for multiple notifications, duration, and persistence on idle are good ideas. As far as the touchy subject of interactivity, I suggest the option enable a keyboard shortcut and/or mouse click to simply launch the program ONLY, no menus, no buttons.
0
votes
closed
Solution #14: Support Growl Network Protocol
Written by lucac81 the 12 Oct 10 at 15:25.
What would be cool is to get notified on my mac (running growl) when a task is completed on my ubuntu box and viceversa
1
votes
closed
Solution #15: Implement same way with Growl for Mac OS X
Written by tiger2wander the 13 May 11 at 04:04.
Growl for Mac OS X is best notification handler I ever used, I suggest implement libnotify-bin to make it work like Growl way.

Site: http://growl.info/
0
votes
closed
Solution #16: Notification use in Digsby multi IM
Written by tiger2wander the 13 May 11 at 04:08.
Digsby IM is using great notification handler which many advanced control, it is not only notify but institute way for communication. Features:
- Right click to make notify disappear
- Left click to go to social post for facebook, twitter...
- Have input text box to enter quick reply chat message, comment.
- Can display Web content inside such as: Facebook's wall post, email summary...

Ref: http://www.digsby.com/
0
votes
closed
Solution #17: Improve Specto
Written by tiger2wander the 13 May 11 at 04:17.
Specto is a desktop application that will watch configurable events (such as website updates, emails, file and folder changes, system processes, etc) and then trigger notifications.

For example, Specto can watch a website for updates (or a syndication feed, or an image, etc), and notify you when there is activity (otherwise, Specto will just stay out of the way). This changes the way you work, because you can be informed of events instead of having to look out for them. Better than clicking the refresh button on Caturdays, huh?

Specto is free and open source software distributed under the GNU GPL license.

Features: http://specto.sourceforge.net/?go=features
Main site: http://specto.sourceforge.net/

See the 9 comments or propose a solution (latest comment the 15 Mar 13 at 14:56) >>

Make gnome-system-monitor more accessible via CTRL-ALT-DELETE  
Written by strattonbrazil the 14 Jul 08 at 22:28. Related project: Gnome. New
gnome-system-monitor provides a cleaner interface than Windows "Task Manager", and provides many useful features including list of processes running, memory and network usage, etc.

This functionality should be more accessible by key binding it by default to CTRL-ALT-DELETE as Windows does--as this is more familiar to users coming from Windows. The current key binding for CTRL-ALT-DELETE brings up the shutdown/logout options, which is already accessible as a desktop button, which is redundant for a relatively less used function.

gnome-system-monitor is an idle interface for monitoring the system and killing processes without using the terminal and provides an interface for doing this that most are already familiar with. Changing it's key binding would make it's functionality much more accessible.
1121
votes
up equal down
Solution #1: Auto-generated solution of idea #11133
Written by strattonbrazil the 14 Jul 08 at 22:28.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11133 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
615
votes
up equal down
Solution #2: Give key combination that forces 'recovery screen' on screen
Written by jarko_ the 22 Feb 09 at 12:46.
Like in some other systems, associate key combination to bring up 'recovery screen' or similary named one.

This window doesn't have to be normal GTK-window, but something from the upper level, like GDM (or xorg if going for extreme) created 'recovery screen/task manager'. This should ensure that no window or full screen application could hide or block the 'recovery screen'.

This recovery screen could have options to kill programs, log out, shutdown and lock computer etc.
-136
votes
up equal down
Solution #3: Add "close annoying application" to System Monitor
Written by Magnes the 23 Feb 09 at 07:46.
If there is an application that uses all the resources allow closing it (if it uses all the memory) or make it nicer (if it uses all the CPU) by one click in System Monitor.
53
votes
up equal down
Solution #4: Solution #1 + Separate X Session & NCurses
Written by jamessnell the 26 Feb 09 at 20:37.
== Graphical ==
If a separate X session configured entirely to show a System Monitor could be very well insulated from buggy applications.

In those cases where a game causes you to change video modes and then screws up, you'll still have a graceful way to touch the System Monitor.

== Command-Line ==
An ncurses interface (like that of "aptitude") for the command line would also be awesome for those cases when the entire Xorg system ignores you. This would help when the keyboard is being ignored as it'd be fast to pull up over ssh.


Yes this is could basically be a wrapper interface to ps.
-53
votes
up equal down
Solution #5: Just make a ncurses application (with mouse support)
Written by zooounds the 3 Mar 09 at 11:15.
It rest in a tty until needed and can be used to kill application even if X is totaly broken.
-48
votes
up equal down
Solution #6: Add "Open System Monitor" option to Logout dialog
Written by cousteau the 5 Mar 09 at 17:27.
Ctrl+Alt+Del opens the Logout dialog (at least on Hardy). So it would be nice to add an "Open System Monitor" option to it.
84
votes
up equal down
Solution #7: Add xKill and gnome-system-monitor to the available functions for shortcuts
Written by jackmcslay the 7 Mar 09 at 14:57.
This is a continuation of #2. We should get xkill and gnome-system-monitor among the available action options on
System>Preferences>Keyboard shortcuts

so, even if Ctrl+Alt+Del remains as "logout" shortcut, the option of binding it to Ctrl+Alt+Del remains available
90
votes
up equal down
Solution #8: Bring back ctrl-alt-esc to fire up xkill (or gnome equivalent)
Written by Tom Mann the 12 Mar 09 at 20:47.
In KDE and XFCE, if you hit CTRL-ALT-ESC, your cursor turns into an X (or a skull and crossbones) and clicking any app (it doesn't have to be stuck) kills it.

I still don't get why it disappeared from Ubuntu's Gnome Desktop (I'm not sure if this happens on any other distros Gnome desktop)
21
votes
up equal down
Solution #9: Renice too-busy processes + bring up system monitor
Written by quartz the 20 Mar 09 at 17:12.
The system monitor window needs to be responsive, not just there.

Just bringing up system monitor (or a new manager if necessary) is not enough is the CPU is totally taken, if it comes up, any process(es) that might be hogging resources should be reniced to a slightly lower priority and the system monitor process should be started fairly high.

(A good question is what to do if the problem is with X itself, since renicing it might slow down the system monitor too)
20
votes
up equal down
Solution #10: Capture CAD in kernel and GUI task manager draw direct to screen (framebuffer)
Written by Craig73 the 21 Mar 09 at 14:28.
Capture CTRL+ALT+DEL (or perhaps the second CTRL+ALT+DEL for just "frozen systems") at the kernel level, which opens a graphical task manager (logoff / process manager / whatever) which draws directly to the screen (bypassing X which may be frozen)

To implement this - it would write to the framebuffer, and would likely require KMS and DRI2. [Ideally it would capture the current screen in the framebuffer, and draw the dialog on top, for a integrated feeling].

Then have it fall back to VGA text only if it can't grab a graphical framebuffer (things are really hurting)

My intent is to handle cases such as X being frozen, or in a full screen game, etc.
6
votes
up equal down
Solution #11: Add a "magic keys" combinaison
Written by qwerty800 the 11 Jun 09 at 21:17.
It would be really nice to have a shortcut like Alt+SysRq+X, that automatically kill the focused application. Using a such shortcut would avoid the inconvenience of passing trough the task manager, nor restart the whole X server and to work with the full screen programs! Having a 16:10 monitor often causes me to get stuck with unsupported resolutions. When that happens, I have to restart my whole X server and THAT'S annoying!

Plus, "X" is easy to remember, because:
*It's not currently used.
*It can refer to Xkill
*It can refer to Xorg
*It can refer to the Window decoration (X=Close)!
11
votes
up equal down
Solution #12: Set xkill command for Ctrl+Alt+Esc by default
Written by Shnatsel the 25 Jul 09 at 10:09.
Xfce did so, and if something hangs, it's easy to kill it. GNOME has a panel applet for such purposes, but if a fullscreen game hangs, it's useless.
-2
votes
up equal down
Solution #13: easy solution
Written by viva.amego the 5 Mar 10 at 03:37.
its good idea and there is an easy solution for now


right click (system > administration > system monitor)
select (add this launcher to panel)
right click (system monitor "in panel")
select (properties )
copy ( command )

run (system > preference > keyboard shortcuts)
click ( add)

name -> system monitor
command -> right click( paste)

click (apply)

and you had shourtcut
4
votes
up equal down
Solution #14: Start new X Session
Written by Lachu the 28 Mar 10 at 17:06.
Simply start a new X Session for every application using fullscreen mode.
3
votes
up equal down
Solution #15: Option to disallow fullscreen for all applications.
Written by trezker the 28 Mar 10 at 05:57.
Simply put, whenever an app makes a call to set a fullscreen mode the system refuses to do it.
2
votes
up equal down
Solution #16: CTRL ALT DEL minimize all windows and open gnome-system-monitor. Tested!
Written by dottornik the 27 Apr 10 at 14:51.
Gizmod intercepts ctrl-alt-del (even when fullscreen application have focus) and execute:
wmctrl -k on (minimize all windows)
gnome-system-monitor

tested in Lucid & Karmic and work with:
-XBMC fullscreen crashed by youtube plugin
-fullscreen crashed gmameui
-fullscreen crashed flash player
-lot of crashed stuff

Instructions:

-install wmctrl
sudo apt-get install wmctrl

-disable default ctrl-alt-del shortcut from System>Preferences>Keyboard shortcuts

-install gizmod
http://gizmod.sourceforge.net/
install and set group permissions (see HOWTO - Setting Input Device Permissions - Creating a udev Rule)

-edit 199-Keyboard-Default.py in ~/.gizmod/gizmod/modules.d/
add this:

elif Gizmo.getKeyState(GizmoKey.KEY_DELETE) >= 1 and Gizmo.getKeyState(GizmoKey.KEY_LEFTCTRL) >= 1 and Gizmo.getKeyState(GizmoKey.KEY_LEFTALT) >= 1:

subprocess.Popen(["wmctrl", "-k", "on"])
subprocess.Popen(["gnome-system-monitor"])
return True

This is a python script, please respect document indentation!

Excuse me for my bad english...

coming soon:
automatic install and config script....

See the 52 comments or propose a solution (latest comment the 1 Jan 13 at 01:34) >>

Improve Icon View in Nautilus  
Written by gdi2k the 28 Dec 08 at 10:39. Related project: Nautilus. Not an idea
In Nautilus, when browsing in Icon View, it is currently impossible to distinguish between document types that provide previews without looking at their file extensions.

For example, if I have 2 similar documents side by side, one is a PDF, the other is an OpenOffice Writer document, they both look identical and I cannot tell which is the PDF without looking at the file extension.

See here for an example in Ubuntu 8.10:
http://www.flickr.com/photos/33359003@N00/3143087405/

Solution: Add a visual cue to the preview icon (either a mini file-type icon (like Windows), or simply a watermark with the file extension (like Mac OS X).

Windows and Mac examples:
http://www.jtbworld.com/images/PDFPreviewHandleralsowithAdobeReader8.1_16FD/ima ge.png
http://images.appleinsider.com/leopard-finder-071008-8.jpg
343
votes
closed
Solution #1: Auto-generated solution of idea #16864
Written by gdi2k the 28 Dec 08 at 10:39.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16864 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
75
votes
closed
Solution #2: Add File Type Emblem to Previewed File
Written by doctormo the 15 Jan 09 at 03:34.
Add a simple emblem as either an icon or a short text which shows the type of file clearly.

Possibly making it semi transparent.

See the 8 comments or propose a solution (latest comment the 31 Dec 12 at 10:57) >>

OpenOffice 3.0 by default in Intrepid 8.10  
Written by vitorgatti the 15 Oct 08 at 19:04. Related project: OpenOffice.org Word Processor. Won't implement
I think this would be great for everybody, because OpenOffice 3.0 has A LOT of improvements that will help people that uses this kind of program constantly to migrate from MS Office to OpenOffice.
Support for MS Office 2007 documents and PDF editing are two good examples.

I know that Intrepid will be released in 15 days, but I think there aren't going to be a lot of crazy bugs to be fixed in "only" 15 days by developers if this program gets upgraded in Ubuntu repositories!

Think about that and let's do this now, instead of waiting more six months (Ubuntu 9.04) just to get this great program by default... you know, if more good programs comes by default, more the newbies and veterans will like!

Developer comments
Unfortunately, since the final release of OpenOffice 3 was delayed, there was not enough testing time to include it by default in Intrepid.
OpenOffice 3.0.1, to be released on Dec. 2, is a bugfix only release and should prove to be much more stable than the current release. This release will be available on the backport repository.
More infos: http://www.tectonic.co.za/?p=3447
509
votes
closed
Solution #1: Auto-generated solution of idea #14433
Written by vitorgatti the 15 Oct 08 at 19:04.
Ubuntu Brainstorm was updated in January 2009. Since the idea #14433 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 58 comments or propose a solution (latest comment the 23 Dec 12 at 19:35) >>

Gimp needs support for 8, 16, and 32-bit per-channel images  
Written by ubby the 15 Dec 08 at 12:20. Related project: GIMP Image Editor. New
Gimp needs support for 8, 16, and 32-bit per-channel images like Photoshop does and Cinepaint (http://www.cinepaint.org/ ).
75
votes
up equal down
Solution #1: Auto-generated solution of idea #16510
Written by ubby the 15 Dec 08 at 12:20.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16510 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
3
votes
up equal down
Solution #2: Hire full-time dev
Written by kdev the 17 Jan 09 at 01:04.
Canonical could hire dedicated full-time developer (probably someone in gimp team) to speed-up porting GIMP to GEGL. As one of the developers told in recent interview it's mostly just "code needs to be written". Right now it is one of the biggest show-stoppers for must-die to linux migration for thousands of users so it is definitely worth paying for.

See the 6 comments or propose a solution (latest comment the 17 Dec 12 at 11:24) >>

Tool for easy migration of wubi install to native  
Written by slavix the 29 May 08 at 23:07. Global category: Installation. In development
People who use wubi install to try the system would benefit from a tool that would make it easy to migrate the install to a native (partition) install.

Developer comments
No updates yet on this project, assuming still in development.
327
votes
inprogress
Selected solution (#1): Auto-generated solution of idea #9246
Written by slavix the 29 May 08 at 23:07.
Ubuntu Brainstorm was updated in January 2009. Since the idea #9246 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 63 comments or propose a solution (latest comment the 11 Nov 12 at 02:20) >>

Drawers for Places Menu  
Written by frogitts the 5 Jul 08 at 16:24. Related project: Gnome. Not an idea
Background:
I like the idea of drawers for the gnome-panel (except for their slow and buggy nature). I think that something like that should also be available to power-users for the Places Menu.

There is, in fact, something like this already in place: the Recent Documents folder on the Places Menu. I think you should be able to make custom folders, like the recent documents folder, that have some of the contents visible on a side menu.

However, the Recent Documents folder lacks one function I would want for drawers in the Places Menu: clickability. If you click on the words "Recent Documents", nothing happens.
/Background


So with all of that background out of the way, here's my idea:

A Drawer option for the Places Menu with customizable contents and clickability.

Here's what you'd be able to do with that:

Let's say I make a drawer out of my "Documents" folder in the Places menu.

1) I right click on the Documents drawer in Places. I choose "Turn into Drawer" (or whatever). I then check the boxes next to "Pictures" and "Music", all of which are subfolders of "Documents". I leave the "Videos" folder unchecked because I don't want it to show up in the drawer.

2) I close the dialog. Now an arrow appears next to "Documents" in the places menu. If I click on "Documents" it still opens the Documents folder. No change in functionality there. However, if I leave my mouse there for half a second, the drawer pops up with the selected files listed. I can click on them to open them.

3) Theoretically, I could right-click on one of the folders in the drawer and turn it into a drawer as well.

[....]
12
votes
closed
Solution #1: Auto-generated solution of idea #10753
Written by frogitts the 5 Jul 08 at 16:24.
Ubuntu Brainstorm was updated in January 2009. Since the idea #10753 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 3 comments or propose a solution (latest comment the 8 Nov 12 at 18:12) >>

2 3 4 5 6 7 8 9 ... Next >>