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 aelfwyne

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

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

SSL secured repository  
Written by Eldmannen the 10 Jul 08 at 23:50. Global category: Security. New
I would like to be able to connect to the software repository using a secure connection that uses SSL.

This will prevent man-in-the-middle attacks (MITM).

It will also prevent example a totalitarian government to snoop on what I download or update. Example, maybe I download cryptography, anonymity or privacy software.

It will also insure that the repository is the real repository, and not a fake one that hosts a Trojan horse or a keystroke logger.
60
votes
up equal down
Solution #1: Auto-generated solution of idea #11010
Written by Eldmannen the 10 Jul 08 at 23:50.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11010 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 10 comments or propose a solution (latest comment the 14 Aug 12 at 02:22) >>

Out of Date Ubuntu Games  
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by MighMoS the 28 Feb 08 at 16:35. Global category: Gaming. Already implemented
Many games feature the ability to play with other people. However, the first thing the game will check for is to see if it is currently up to date.

When Ubuntu enters version freeze, the games fall out of date, and it can be harder to play them online without finding a 3rd party update or compiling it yourself (Freeciv, Scorched3D, and Battle for Wesnoth to name a few).

This also creates issues when different distributions freeze at different times, so it can be hard to play with other Linux users.
2180
votes
closed
Solution #1: New Official Ubuntu Gaming Repository
Written by MighMoS the 28 Feb 08 at 16:35.
Ubuntu should provide a repository for up to date games for games that will always need the latest version to play online.
59
votes
closed
Solution #2: Promote Playdeb
Written by Clorox the 21 Jun 09 at 02:46.
Playdeb is a .deb repository of games for Ubuntu. It has some good games and stays up-to-date.

Site: http://www.playdeb.net/
1
votes
closed
Solution #3: Use Backports
Written by ChrisB the 18 Apr 10 at 15:32.
The backports repository is official and contains up to date software. For more info see here: https://help.ubuntu.com/community/UbuntuBackports

See the 32 comments or propose a solution (latest comment the 1 Jul 12 at 18:07) >>

Don't delete human theme  
Written by alpikat the 5 Jul 08 at 22:19. Global category: Graphics. Won't implement
If ubuntu 8.10 decides to change the theme, also retain the current theme: human. Because I think there are many people who do not like the new theme and prefer to use human.
200
votes
closed
Solution #1: Auto-generated solution of idea #10771
Written by alpikat the 5 Jul 08 at 22:19.
Ubuntu Brainstorm was updated in January 2009. Since the idea #10771 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 13 comments or propose a solution (latest comment the 1 Oct 11 at 10:15) >>

Create a minimal edition and/or a rolling realease of ubuntu!  
Written by arkara the 5 Mar 08 at 00:14. Global category: System. Not an idea
Create this minimal edition only with very basic software and the graphical interface!
in this way each user can customize his own disto and then remaster a live cd in order to have a fully customized system from a fresh install!

Also create a rolling release like Debian testing, where users install it only once and then get the newest packages with few bugs. This way the users won't have a "static" installation and therefore would not have to upgrade every 6 months!
38
votes
closed
Solution #1: Auto-generated solution of idea #3217
Written by arkara the 5 Mar 08 at 00:14.
Ubuntu Brainstorm was updated in January 2009. Since the idea #3217 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!
-12
votes
closed
Solution #2: Update these packages upon release date
Written by wolterh the 24 Mar 09 at 04:03.
Ubuntu should get in contact with the developers of all applications in the repo and claim to be notified upon the new releases of these. This way, new packages will be compiled and uploaded into the repository to give the ubuntu community the commodity that they are used to receive.
37
votes
closed
Solution #3: The existing Ubuntu 6-month cycle is a good compromise
Written by cheesehead the 24 Mar 09 at 13:51.
New and updated packages need to be tested. A lot. A 'stable' app release doesn't guarantee compatibility with the rest of your system (we've all run across a regression or two). So there's a tradeoff - new releases vs. system stability.

Since Ubuntu doesn't have unlimited volunteer packagers or testing resources, Ubuntu uses the six-month snapshot of upstream releases as a compromise.

You can always add the latest, bleeding-edge release through PPAs. Indeed, that's encouraged as part of the normal testing process before they find their way into Debian and Ubuntu repos with the next 6-month release.
-13
votes
closed
Solution #4: Rolling release
Written by Nanotron the 31 Mar 08 at 16:12.
I think a rolling release system like Debian testing, Arch Linux, sidux or Gentoo are very useful systems.

Some people want to have the newest software all the time and I think it could be very nice when Ubuntu is a rowling release system too. And I think rolling release systems are as robust as "normal" systems.
5
votes
closed
Solution #5: Atleast
Written by ndowens the 22 May 10 at 08:23.
Maybe not force a user to use the rolling release repo, but give a separate repo as an option to be able to use a rolling release system.

That way we would have a static repo if a member wanted to use it, and the rolling release repo for members that wants to use a rolling release system.

See the 8 comments or propose a solution (latest comment the 17 Sep 11 at 18:35) >>

Just the desktop, please! Offer an ubuntu-desktop-minimal package!  
Launchpad itself

In :  
Priority : Medium
Definition : Approved (Needs guidance)
Implementation : Unknown
Assignee : Gustavo Niemeyer
spec
forum
Written by qaaq the 29 Feb 08 at 18:25. Global category: System. Won't implement
Whenever I install a new Ubuntu desktop at work, I find myself removing a bundle of applications not mandated by our IT policy. This is annoying, and I don't do it enough to develop a custom solution.

Why not offer an ubuntu-desktop-minimal that depends on nothing but X and GNOME itself, along with any other 'core' desktop infrastructure?

Ubuntu's standard application bundle could go in an 'ubuntu-desktop-applications' package which would depend on 'ubuntu-desktop-minimal'. 'ubuntu-desktop' would then depend on 'ubuntu-desktop-minimal' and 'ubuntu-desktop-applications'.

This could of course be done with Kubuntu as well.

Another advantage would be that upgrades would be better handled - removing OpenOffice wouldn't suddenly opt-me out of the main Ubuntu desktop package.

500
votes
closed
Solution #1: Auto-generated solution of idea #1653
Written by qaaq the 29 Feb 08 at 18:25.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1653 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 15 comments or propose a solution (latest comment the 9 Jul 11 at 16:35) >>

Make gnome-panel more beautiful  
Written by gmeier the 5 May 08 at 16:58. Global category: Look and Feel. Implemented
Gnome-panel drops behind other desktops in the look and feel of the panel.

There are loads of Ideas e.g. on gnome-look.org about improving the panel and especially the menu. It looks like a lot of people don't like the situation right now.

It would be nice to have some discussion, how gnome-panel could be improved.

Please notice, this is not about changing the panel into a dock, but about extending its funktionallity and look and feel while keeping what we already have, and works well.
1415
votes
implemented
Selected solution (#1): Auto-generated solution of idea #8112
Written by gmeier the 5 May 08 at 16:58.
Ubuntu Brainstorm was updated in January 2009. Since the idea #8112 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 20 comments or propose a solution (latest comment the 7 Jul 11 at 04:49) >>

Disk Manager by default  
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
forum
Written by frandavid100 the 29 Feb 08 at 00:37. Global category: Installation. Won't implement
There have been complaints that Ubuntu lacks a disk configuration utility, which forces newbies to manually edit fstab if they want to use a drive that was not present when they installed the system. Manually editing the file is difficult and frustrating to them, and not an ideal way to handle the issue on the long run.

An application exists by the name of Disk Manager, which keeps tracks and notifies of newly added units, and for extremely easy (automagical) configuration. That is the kind of stuff we want in Ubuntu.

-Disk Manager notifies about new drives:

http://flomertens.free.fr/disk-manager/images/notify.png

-Disk Manager allows the user to mount or unmount drives without any hassle, even by providing a simple name for them:

http://flomertens.free.fr/disk-manager/images/add.png

-Disk Manager allows to easily enable NTFS writing support:

http://flomertens.free.fr/disk-manager/images/main_general.png

-Disk Manager allows to keep track of mounted / unmounted partitions and free space on them:

http://flomertens.free.fr/disk-manager/images/main_advance.png

[....]
3257
votes
closed
Solution #1: Auto-generated solution of idea #323
Written by frandavid100 the 29 Feb 08 at 00:37.
Ubuntu Brainstorm was updated in January 2009. Since the idea #323 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 39 comments or propose a solution (latest comment the 7 Jul 11 at 04:14) >>

Guest account  
Ubuntu

In :  
Priority : High
Definition : Review (Needs guidance)
Implementation : Not started
Assignee : Martin Pitt
spec
Written by Eldmannen the 29 Feb 08 at 15:02. Global category: System. Implemented
Make a guest account that people can login to, and check mail, surf web.

Every time the guest account logs out, its purged so next user who login is a clean fresh account.

Mac OS X has this;
* http://www.apple.com/macosx/features/300.html#system

Developer comments
A guest account is now offered in Intrepid! In the fast-user-switcher in the desktop top bar, select "Guest", and here you are!
893
votes
implemented
Selected solution (#1): Auto-generated solution of idea #1474
Written by Eldmannen the 29 Feb 08 at 15:02.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1474 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 37 comments or propose a solution (latest comment the 31 May 11 at 16:14) >>

2 3 4 Next >>