Showing posts with label gnome. Show all posts
Showing posts with label gnome. Show all posts
0
Posted on 4/26/2009 09:13:00 am by Nicolas and filed under , , , ,
Yes, apparently, they have done it, despite all the Linux fanatics shouting this would be a regression just to please newbies that are not familiar with it...
The relevant extract from the Release Notes reads:
Ctrl-Alt-Backspace is now disabled, to reduce issues experienced by users who accidentally trigger the key combo. Users who do want this function can enable it in their xorg.conf, or via the command dontzap –disable.
Well, at least there's a positive since you can install an additional package that will re-enable this powerful key combination to restart the X server when needed.
Just to make it completely clear: the dontzap package is NOT installed by default, which means you will have to install it from the depots before enabling it!
0
Posted on 6/21/2008 09:38:00 am by Nicolas and filed under , , ,
If like me you appreciate fast menus, with no delay at the opening, then here is a little tip you may find useful. By default, GNOME menus appear with a short delay. To get rid of this, add the parameter in your .gtkrc-2.0 file.
For instance, from a terminal:

cd
touch .gtkrc-2.0
echo "gtk-menu-popup-delay = 0"| tee -a .gtkrc-2.0


Finally, restart your session (typically CTRL + ALT + BACKSPACE). You should notice a nice speed boost when browsing any GNOME menu.