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.
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.
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.
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.
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.
Solution #4:
Solution #1 + Separate X Session & NCurses
== 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.
== 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.
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.
It rest in a tty until needed and can be used to kill application even if X is totaly broken.
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.
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.
Solution #7:
Add xKill and gnome-system-monitor to the available functions for shortcuts
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
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
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)
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)
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)
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)
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.
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.
Solution #11:
Add a "magic keys" combinaison
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)!
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)!
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.
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.
Solution #13:
easy solution
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
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
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.
Simply start a new X Session for every application using fullscreen mode.
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.
Simply put, whenever an app makes a call to set a fullscreen mode the system refuses to do it.
Solution #16:
CTRL ALT DEL minimize all windows and open gnome-system-monitor. Tested!
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....
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....
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.
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.
Out of Date Ubuntu Games
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
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.
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.
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
108
0
70
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!
<i>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.</i><br /> Thanks!
-12
votes
13
3
25
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.
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
47
1
10
Solution #3:
The existing Ubuntu 6-month cycle is a good compromise
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.
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
32
0
45
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.
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
6
1
1
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.
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.
Just the desktop, please! Offer an ubuntu-desktop-minimal package!
Launchpad itself
In :
Priority : Medium
Definition : Approved (Needs guidance)
Implementation : Unknown
Assignee : Gustavo Niemeyer
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.
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.
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.
Global category: Installation.
Won't implement
Guest account
Ubuntu
In :
Priority : High
Definition : Review (Needs guidance)
Implementation : Not started
Assignee : Martin Pitt
Written by Eldmannen the 29 Feb 08 at 15:02.
Global category: System.
Implemented
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!