How to Install Mac OS Mojave Theme ‘McMojave’ in Ubuntu 18.04/19.10

Last updated: January 8, 2020

gnome shell

This simple tutorial shows how to install ‘McMojave’, a Mac OS Mojave like theme, in Ubuntu 18.04, Ubuntu 19.10.

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 gnome shell extension” (without quotes) from Ubuntu Software.

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

    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

    11 responses to How to Install Mac OS Mojave Theme ‘McMojave’ in Ubuntu 18.04/19.10

    1. 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

    2. 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.

    3. 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

    4. Super Chinazo Poderoso April 11, 2020 at 5:34 pm

      Thanks, but at centos 8 is neccesary execut other type of commands it not easy.

    5. 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.

    6. and unistall this theme ?

    7. 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