For GNOME users who don’t like the default workspace switch animation, here’s an extension that can help!
When switching workspace (virtual desktop), the transition acts like sliding the desktop wallpaper along with the apps. This is “Sliding Panel” effect that’s also (seems to be) default in Windows and macOS.
If you like, it’s easy to use Android/iOS style swipe left or right switching home screen pages animation. In the case, the wallpaper is static during transitions, it works like only switching the app windows on your desktop.
This can be implemented by an extension called Static Workspace Background. And, here’s how to install it in Ubuntu 24.04, 25.04 and 25.10.
NOTE: This extension only works in Ubuntu and other Linux with GNOME Desktop!
Option 1: Install the Extension in Ubuntu 25.04 / 25.10
The extension so far supports GNOME 48 and 49, though it’s working good in my case in GNOME 46.
For Ubuntu 25.04 and 25.10, first launch App Center then search & install Extension Manager (filter by Debian package).
Next, use Extension Manager to search & install the “Static Workspace Background” extension under Browse tab and done!
Option 2: Install it in Ubuntu 24.04
The extension (version 49.0) so far works good in my case in Ubuntu 24.04 with GNOME 46, though it’s not officially supported.
1. First, go to the extension page in extensions.gnome.org (EGO):
In the “Download” section of the page, choose a Gnome version (e.g., v48) and select extension version 49.0 to download it.
2. Once you downloaded the extension package (usually .zip
archive), press Ctrl+Alt+T
to open terminal and run commands below one by one to install.
- First, run command to make sure your GNOME is configured to allow users to install extensions in their home folder, though it’s usually enabled by default.
gsettings set org.gnome.shell allow-extension-installation true
- Next, disable the validation of extension version compatibility by running command:
gsettings set org.gnome.shell disable-extension-version-validation true
- Finally, install the extension (.zip archive you just downloaded) via command:
gnome-extensions install /path/to/zip-archive
Here replace
/path/to/zip-archive
by drag’n’dropping it from file manager into terminal!
3. (Optional) After that, you have the extension installed to ./local/share/gnome-shell/extensions
directory.
In case you want to re-enable the validation of extension version afterwards, run the command below to edit the metadata of that extension:
gnome-text-editor ~/.local/share/gnome-shell/extensions/static-workspace-background\@CleoMenezesJr.github.io/metadata.json
When file opens, either add “46” in “shell-version” section or simply replace any GNOME version (e.g., 49) to 46.
Then save the file, and re-enable the extension version compatibility validation if you want:
gsettings reset org.gnome.shell disable-extension-version-validation
4. Finally, log out and back in. Launch either “Extension Manager” or “Gnome Extensions” app (both available in App Center) to enable the extension.