Categories: Ubuntu

Stop Wallpaper Moving when Switching Workspace in Ubuntu 24.04

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.

Sponsored
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!

Install via Extension Manager

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.

Sponsored

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.

The post Stop Wallpaper Moving when Switching Workspace in Ubuntu 24.04 appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Warzone 2100 Released 4.6.0 with Spectator Host Mode

Warzone 2100, the free open-source 3D real-time strategy game, released new major 4.6.0 version few…

1 day ago

What our users make with Ubuntu Pro – Episode 2

How Vaultara achieved FedRAMP compliance with Ubuntu Pro Ubuntu Pro helps businesses worldwide to innovate…

2 days ago

How To Install Zabbix Server 7.4 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

2 days ago

How To Install Zabbix Server 7.2 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

2 days ago

SuperTuxKart 1.5 RC2 added GUI option to Choose Vulkan or DirectX 9

SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…

2 days ago

What’s the state of open source adoption in Europe?

New research suggests 86% of European organizations believe open source is valuable for the future…

3 days ago