Usually in ubuntu, you don't get to see "icons in the context menu items" like the following.
To enable this in the context menu like above, execute the following in terminal:
gconftool-2 --type bool --set /desktop/gnome/interface/menus_have_icons true
Usually in ubuntu, you don't get to see the "Open in Terminal" item in the context menu like the following.
To enable this in the context menu like above, execute the following in terminal:
Usually in ubuntu, you don't get to see the "Open as Administrator" item in the context menu upon right-clicking on a folder like the following.
To enable this in the context menu like above, execute the following in terminal:
Usually in ubuntu, you don't get to see "icons in the nautilus dialog buttons" like the following.
To enable icons in the dialog buttons like above, execute the following in terminal:
sudo apt-get install nautilus-open-terminal
nautilus -q ##To_restart_nautilus
Usually in ubuntu, you don't get to see the "Open as Administrator" item in the context menu upon right-clicking on a folder like the following.
To enable this in the context menu like above, execute the following in terminal:
sudo apt-get install nautilus-gksu
nautilus -q ##To_restart_nautilus
Usually in ubuntu, you don't get to see "icons in the nautilus dialog buttons" like the following.
To enable icons in the dialog buttons like above, execute the following in terminal:
gconftool-2 --type bool --set /desktop/gnome/interface/buttons_have_icons true
No comments:
Post a Comment