First the picture:
As you can see in the image, the colors used for the icons and the words Applications and Places (In spanish in this case) have a different background dark gray color than the rest of the panel. Also the icons look rather bigger in that panel. Now my questions are:
Can the background colors be customized so they look the same all the way through the panel.
Can the icons be somehow minimized a little so they don't look strange (bigger actually)
How to edit the way to add icons to the panel. I have to actually hold the ALT key and right click on it to show the context menu which shows me the option to add something. That extra key press is not friendly at all.
In this particular case I am trying to help an older man start in Ubuntu. Unity is too much for him but Gnome is friendlier for him (Learning curve is not the best for older people.. specially 68+ year old people).
How to get back a "GNOME 2 look and feel" in Ubuntu 11.10 Oneiric Ocelot
1. Install "GNOME Classic" session
You now get the possibility to choose the "GNOME Classic" session when you log in, but there are some problems with this session:
GNOME Classic:
With the fixes below:
After turning sound and bluetooth off and on again:
The fixes also work for the Radiance theme:
2. Reduce the size of the icons to 16 pixels
This will also reduce the height of the top panel from 30 to 24 pixels.
2a. Create folder for config files:
2b. Create or edit ~/.config/gtk-3.0/settings.ini and add this:
3. Fix the panel background
Note: Instead of the following solution, the background can also be fixed by using:
(Win-)Alt-rightclick on panel -> Properties -> Background -> Solid color
3a. Create or edit ~/.config/gtk-3.0/gtk.css and add this:
At this point, you should log out and in again using the "GNOME Classic" session in order to see the changes.
4. Further panel configuration
Use (Win-)Alt-middleclick-drag and (Win-)Alt-rightclick to configure the panel further.
Note that the panel items snap to the left/center/right of the panel, so they might need to be dragged some distance before they move at all.
Launchers can easily be added by dragging items directly from the Applications menu to the panel.
5. Fix icon spacing
There seems to be a bug which causes excessive spacing between the icons in the notification area tray:
An easy fix is to change the icons back and forth, e.g. muting/unmuting the sound and disabling/enabling bluetooth. This solution is unfortunately only temporary and must be performed again after each login.
Final remarks
Make a note for future reference that you just added two config files in:
This is nice to know in case the config files mess things up with later Ubuntu releases and need to be removed again.
Results
Before:
After:
See also
You must use Alt + Right Click in the panel... In some cases its Super+Alt+Right CLick. You will see the properties option, as well as Add To Panel :-)
if you follow these instructions, you will have an excellent panel, just like we used to in 10.10 and 11.04. it will get you the exact kind of panel that you want :)
To install Indicator Applet for GNOME 3 (classic/fallback session) in Ubuntu 11.10, use the commands below:
To also install the Global Menu indicator applet for GNOME 3 classic session, use the command below:
Once installed, you can remove the existing applets that you don't need such as the clock or user menu from the GNOME 3 classic session top panel - to do this, ALT + right click them and select "Remove".
Then, to add the GNOME 3 Indicator Applet to the panel, right click the top panel while holding the ALT key and select "Add to panel" and from the applets list, add "Indicator Applet Complete". To get a Global Menu, also add "Indicator Applet Appmenu".
Please note that if you don't remove the notification area (systray) from the top panel, you'll get an extra sound icon. Unfortunately I couldn't find a fix for this. Also, if you want to move/remove the systray, don't ALT+RIGHT CLICK on it but in front of it (there's a very small invisible area).
And a final tip: to fix the panel, ALT + RIGHT CLICK it and for the background, use "#303030" color (for Ambiance theme). Alternatively, install a GTK theme that supports the new GNOME 3 panel
Enjoy :)
In short the solution to problem 1 is to correctly set the background image according to the ambiance theme.
ALT
+right click
on panel and select 'Properties'. Select tab 'Background' and set 'Background image' to/usr/share/themes/Ambiance/gtk-2.0/apps/img/panel.png
I found a detailed step-by-step how to with pictures and this solution over here
This works, the only problem left is fixing the font color on the Window List.
EDIT: I found a fix that works for me. Just include this snippet as well in the gtk.css file:
EDIT2: It appears the fonts were fixed in the theme distributed by Ubuntu now, so this is no longer needed.
You can also customize the Applications and Places menu names using the language file. I changed "Applications" to "Apps". This saves some valuable space.
1) Download the oneiric gnome-panel
.po
file for your language from bazaar.launchpad.net2) Edit the string you wish to change in the
.po
file. It's easiest to use a UTF-8 text editor, likegedit
. Original:Edited:
3) Run
msgfmt
on your edited file, creating messages.mo. Rename itgnome-panel-3.0.mo
, change the owner and group to root.4) Make a backup of the file we are going to replace, at
/usr/share/locale/?/LC_MESSAGES/gnome-panel-3.0.mo
(with ? being the locale you're using). Just in case something goes wrong.5) Replace the file at
/usr/share/locale/?/LC_MESSAGES/gnome-panel-3.0.mo
(with ? being the locale you're using) with your edited file.6) Logout and login. Or run
killall gnome-panel
.