Compiz

Ubuntu 11.04 Fix: Show All Icons/Indicators in Unity Panel’s Notification Area

Dconf Editor

First off, if you don’t have Dconf Editor installed, do so by entering the following into a terminal:

sudo apt-get install dconf-tools

To open it, hit Alt+F2 and enter dconf-editor. Navigate to desktop > unity > panel, where the value for the systray-whitelist entry should look something like: ['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service']

You can manually add programs and indicators to it (eg: ['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service', 'your-indicator-here']), or you can just get it to show all notifications (which would be preferable, since any programs you install in the future would be included there).

Simply click the systray-whitelist entry and type ['all'] over what is there. That should restore all your usual system tray icons, which were always running, just not visible. To complete this, you will need to run (via Alt+F2) unity --replace to refresh Unity.

source

By WladyX on 14 July, 2011 | Compiz, Ubuntu | A comment?

Enable Metacity Compositing

gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true

Enable Metacity Compositing in GNOME 2.22 | Tombuntu

By WladyX on 10 April, 2009 | Compiz, General, X11 | A comment?

Gnome Compiz

Do this:

Create /usr/share/applications/compiz.desktop containing the following:

Code:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=compiz ccp
NoDisplay=true
# name of loadable control center module
X-GNOME-WMSettingsModule=compiz
# name we put on the WM spec check window
X-GNOME-WMName=Compiz

Load gconf-editor then browse within it to /desktop/gnome/session/required_components/ and change the windowmanager entry to compiz

Logout, log back in and that should fix it (it did for me) Provided of course that you have selected Emerald through the Fusion Icon at some point?

Arch Linux Forums / Novice in ArchLinux – Problems with Compiz-Fusion in Gnome.

By WladyX on 16 March, 2009 | Compiz, General, X11 | A comment?

Workaround for Pink Shadows with Compiz

By WladyX on 29 April, 2008 | Compiz, General, Ubuntu, X11 | A comment?

Transparencies and Opacity in Compiz-Fusion

open ccsm:
enable Opacity plugin and add

((type=Menu | PopupMenu | DropdownMenu | Tooltip | Notification | Combo | Dnd | name=sun-awt-X11-XWindowPeer)) & !(name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer)

set to 95

http://www.ubuntu1501.com/2007/12/transparencies-and-opacity-in-compiz.html

By WladyX on 21 April, 2008 | Compiz, General, X11 | 1 comment

Compiz Switch

By WladyX on 15 February, 2008 | Compiz | A comment?