This simple tutorial shows how to install ‘McMojave’, a Mac OS Mojave like theme, in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04 with default GNOME Desktop.
Following steps will first download and install the GTK theme, icons theme, and a set of wallpapers. And then apply new themes and tweak the left dock to make your Ubuntu desktop look like Mac OS X.
Install Mojave GTK theme:
1. First download the source code of GTK theme from the project releases page:
2. Then extract the tarball, select ‘Open in Terminal‘ in source folder’s right-click menu.
3. When terminal opens, run command ./install.sh
:
If everything goes OK, the GTK theme should installed successfully for single user usage.
Install Mojave icon theme:
The icon theme source code is available for download at the link below:
Same to the GTK theme, after downloaded the Mojave icon theme, do following steps one by one:
- extract the source code by right-clicking on the tarball and selecting ‘Extract Here’.
- open icon folder in terminal by selecting ‘Open in Terminal’ in its context menu.
- install the icon theme by running command
./install.sh -a
in the pop-up terminal.
Apply new themes to make Ubuntu look like Mac OS X:
1. First open terminal, and run command to install required GTK engine and Gnome Tweak Tool:
sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf gnome-tweaks
2. Search for and install “user themes” extension from GNOME Extension Manager (available in Ubuntu Software or App Center), so you can change the ‘Shell’ theme in next step (may need a log out and back in to apply).
3. Open Gnome Tweaks, and select the new themes under Applications, Icons, and Shell.
And click here to download Mojave default wallpapers.
4. Finally tweak the left panel by running following two commands in terminal:
-
- To move left dock to bottom:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position 'BOTTOM'
-
- To shorten the dock:
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
i got the icon pack to work but when i try to install the theme i get this error:Rendering assets-dark/bottom-right-inactive.png
./render-assets.sh: line 32: /usr/bin/inkscape: No such file or directory
Installing ‘/home/robel/.themes/Mojave-light’…
cp: cannot stat ‘/home/robel/Downloads/Mojave-gtk-theme-2020-03-24/src/main/gnome-shell/gnome-shell-light.css’: No such file or directory
same
sudo apt install sassc optipng inkscape
Thanks
use this! https://github.com/vinceliuice/Mojave-gtk-theme/releases/tag/2020-02-20
Hello,
I have one question. How to make the dock stay on top of the open windows? There is empty space left that looks bad.
Try this HyperWire script.
sudo apt install hyperwire.gnomeExtension
then do
hyperwire install: (insert theme location)
Although why you’d want to change Ubuntu I don’t know
Thanks, but at centos 8 is neccesary execut other type of commands it not easy.
Hi guys,
If you have any issue, just do the following commands through a terminal and everything will be alright
sudo apt install gtk2-engines-murrine gtk2-engines-pixbuf
sudo apt install sassc optipng inkscape
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Don’t know why the editor hasn’t included it, but these 3 commands are required.
and unistall this theme ?
This is all required on Ubuntu 20.04
sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf gnome-tweaks libcanberra-gtk3-module sassc optipng inkscape libcanberra-gtk-module libglib2.0-dev