Enable Compiz Wobbly Windows Effect in Ubuntu 24.04, 22.04

Last updated: June 3, 2024

gnome shell

This is a step by step guide shows how to enable the old Compiz alike Wobbly windows effect in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04 with default Gnome Desktop.

So far there is a  Gnome Shell Extensions that can enable Wobbly Windows effect in Ubuntu:

  • Compiz alike Wobbly Windows Effect: Just do the job. (discontinued)
  • Compiz Wobbly Windows Effect: For those prefer an effect more similar to the original. However, you need to install the libanimation library first.

Preparation:

If you’ve previously installed a Gnome Shell extension, you may skip this step.

1.) Open terminal by pressing Ctrl+Alt+T on keyboard, then run command:

sudo apt install chrome-gnome-shell

2.) Go to extensions.gnome.org, and click the link to install the browser integration.

Install the Gnome Shell Extension:

To install the extension, simply go to the extension web page, and turn on the toggle switch to install it.

For Ubuntu 22.04 and higher, you may also search and install “Extension Manager” in Ubuntu Software (or App Center). Then, use the tool to search & install the wobbly windows extension.

Uninstall Wobbly Windows extension:

To remove the extensions, use either Extension utility or Gnome Tweak tool.

To remove libanimation library as well as the PPA, run commands:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/libanimation

sudo apt remove libanimation0 libanimation-glib0 gir1.2-animation-glib-0

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to Enable Compiz Wobbly Windows Effect in Ubuntu 24.04, 22.04

  1. please note that libanimation installation is not required.
    You now can use https://extensions.gnome.org/extension/3210/compiz-windows-effect/ with js-engine that not need libanimation.
    If you disable js engine option you have to install libanimation library

  2. Tested on ubuntu 20.04, working fine, thank you👏