3

I want to give look to my Ubuntu like Windows 10, so I have downloaded the Windows 10 Transformation Pack Light theme from gnome-look.org, but I don't know how to install or apply it.

karel
  • 110,292
  • 102
  • 269
  • 299
Santosh Bhagwat
  • 105
  • 1
  • 2
  • 8

2 Answers2

1

After installing Windows 10 theme, install unity-tweak-tool to apply theme.

sudo apt-get install unity-tweak-tool  

Now open unity-tweak-tool and go to Appearance -> Theme option and choose your Winodows 10 theme.

enter image description here

Rahul
  • 1,643
  • 1
  • 12
  • 21
0
This method gets the source code from the master branch, thus always installing the latest version

If you have earlier downloaded the pack make sure it is from below mentioned site.

  1. Get the TransPack installer from here(git-hub repo).
  2. Unpack the package and open a terminal in extracted folder. Add execution rights with chmod +x install.sh
  3. In same terminal, type ./install.sh
  4. Choose which variant to install and wait till the process finishes. YOU MAY need to restart your system after the install
  5. If the installation fails, open an issue, clearly explaining the error and including the log file if possible

To uninstall the package

  1. Open a terminal and navigate to where uninstall.sh is
  2. Add execution rights with chmod +x uninstall.sh
  3. Run ./uninstall.sh
Pankaj Kumar Gautam
  • 1,062
  • 11
  • 19