RgbaGtkWithPPA

Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2010-02-20 10:01:50
Size: 1846
Editor: 69-71-180-38
Comment:
Revision 17 as of 2010-02-21 00:58:34
Size: 3284
Editor: 69-71-180-38
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#title RGBA GTk with PPA
<<TableOfContents>>
#title RGBA Gtk with PPA
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
== Screenshots ==
[[ http://img26.imageshack.us/img26/4540/rgbagtk.png | {{http://img26.imageshack.us/img26/4540/rgbagtk.th.png}}]] [[ http://img69.imageshack.us/img69/7495/rgbagtk3.png | {{http://img69.imageshack.us/img69/7495/rgbagtk3.th.png}}]] [[http://img651.imageshack.us/img651/1074/rgbagtk2.png | {{http://img651.imageshack.us/img651/1074/rgbagtk2.th.png}}]]

Line 5: Line 9:
0. It is assumed you have what ever driver for 3d and transparency installed. The ppa has been set up for both Karmic and Lucid. 0. It is assumed you have what ever driver for 3d and transparency installed. The ppa has been set up for both Karmic and Lucid. This can be found in System -> Administration -> Hardware Drivers.
Line 7: Line 11:
1. To add the ppa's key, run 1. To add the PPA and get the keys, run on Terminal ''(Applications--->Accessories--->Terminal)''
Line 9: Line 13:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B17A4FD sudo add-apt-repository ppa:erik-b-andersen/rgba-gtk
Line 12: Line 16:
2. Then add the ppa by going to System -> Administration -> Software Sources, clicking on the other software tab, clicking add and putting in
{{{
ppa:erik-b-andersen/rgba-gtk
}}}
and then clicking Add Source and then close. Click Reload when prompted.
2. Go to System -> Administration -> Update Manager and install the updates, which will install the necessary packages for RGBA GTk.
Line 18: Line 18:
3. Go to System -> Administration -> Update Manager and install the updates, which will install the necessary packages for RGBA GTk.    '''Or,''' if you like to do it via Terminal ''(optional)'', just run:
   {{{
   sudo apt-get update ; sudo apt-get upgrade
   }}}
Line 20: Line 23:
4. Go to System -> Preferences -> Gnome Color Chooser. Go to the Engines tab. Check the box next to Global and choose Murrine. Click Preferences. In the window that comes up find 'Configuration of Enable/Disable RGBA support', and check both boxes under that section. Click OK. Click Apply and then Close. 3. Go to System -> Preferences -> Gnome Color Chooser. Go to the Engines tab. Check the box next to Global and choose Murrine in the drop down list next to the check box. Click Preferences. In the window that comes up find 'Configuration of Enable/Disable RGBA support', and check both boxes under that section. Click OK. Click Apply and then Close.
Line 22: Line 25:
5. Go to System -> Preferences -> Appearance. On the theme tab click Customize... and then in the window that comes up on the Controls tab select a murrine theme. 4. Go to System -> Preferences -> Appearance. On the theme tab click Customize... and then in the window that comes up, on the Controls tab, select a murrine theme. Close Close and then Close ''(again)''.
Line 24: Line 27:
6. Log out and then log back in. 5. Log out and then log back in.
Line 33: Line 36:
2. Search for compiz and install the packages compiz-fusion-plugins-extra and Advanced Desktop Effects Settings (ccsm). 2. Search for compiz and install the packages compiz-fusion-plugins-extra(you may have to install this using synaptic in karmic) and Advanced Desktop Effects Settings (ccsm).
Line 42: Line 45:

== Q & A ==

Q: Why doesn't Firefox, Totem, or OpenOffice run with RGBA?

A: Unfortunately, they crash if you run them with RGBA, so I disabled it for them.
----
Q: What does nautilus, the murrine engine, and murrine themes have to do with RGBA?

A: Nautilus is patched to not crash with RGBA and because of redraw problems, the murrine themes have a line added that enables transparency, and the murrine theme engine was recompiled to be more transparent.
----
Q: Wasn't RGBA Gtk going to be in Lucid by default?

A: It was, but it got postponed until Lucid+1. See [[https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/491521/comments/66 | this bug comment.]]
----
Q: It works with Gnome Shell?

A: Yes, it does.
----

''(Feel free to add your own...I'll try to answer them)''

Screenshots

http://img26.imageshack.us/img26/4540/rgbagtk.png http://img69.imageshack.us/img69/7495/rgbagtk3.png http://img651.imageshack.us/img651/1074/rgbagtk2.png

Setup

0. It is assumed you have what ever driver for 3d and transparency installed. The ppa has been set up for both Karmic and Lucid. This can be found in System -> Administration -> Hardware Drivers.

1. To add the PPA and get the keys, run on Terminal (Applications--->Accessories--->Terminal)

sudo add-apt-repository ppa:erik-b-andersen/rgba-gtk

2. Go to System -> Administration -> Update Manager and install the updates, which will install the necessary packages for RGBA GTk.

  • Or, if you like to do it via Terminal (optional), just run:

       sudo apt-get update ; sudo apt-get upgrade

3. Go to System -> Preferences -> Gnome Color Chooser. Go to the Engines tab. Check the box next to Global and choose Murrine in the drop down list next to the check box. Click Preferences. In the window that comes up find 'Configuration of Enable/Disable RGBA support', and check both boxes under that section. Click OK. Click Apply and then Close.

4. Go to System -> Preferences -> Appearance. On the theme tab click Customize... and then in the window that comes up, on the Controls tab, select a murrine theme. Close Close and then Close (again).

5. Log out and then log back in.

Optional

You may want to blur the transparency with compiz to make it easier to read text that is on a transparent area of a window. To do this,

1. Go to Applications -> Ubuntu Software Center.

2. Search for compiz and install the packages compiz-fusion-plugins-extra(you may have to install this using synaptic in karmic) and Advanced Desktop Effects Settings (ccsm).

3. Go to System -> Preferences -> Compiz Config Settings Manager.

4. Search for blur windows, and check the box next to it, and then click on it.

5. Set the Blur Filter to Gaussian and Gaussian Radius to around 4 or 5.

6. When you are satisfied with the result, just close the window.

Q & A

Q: Why doesn't Firefox, Totem, or OpenOffice run with RGBA?

A: Unfortunately, they crash if you run them with RGBA, so I disabled it for them.


Q: What does nautilus, the murrine engine, and murrine themes have to do with RGBA?

A: Nautilus is patched to not crash with RGBA and because of redraw problems, the murrine themes have a line added that enables transparency, and the murrine theme engine was recompiled to be more transparent.


Q: Wasn't RGBA Gtk going to be in Lucid by default?

A: It was, but it got postponed until Lucid+1. See this bug comment.


Q: It works with Gnome Shell?

A: Yes, it does.


(Feel free to add your own...I'll try to answer them)

DesktopTeam/RgbaGtkWithPPA (last edited 2010-09-10 07:23:49 by 64-184-240-150)