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.
Asked
Active
Viewed 8,448 times
2 Answers
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.
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.
- Get the TransPack installer from here(git-hub repo).
- Unpack the package and open a terminal in extracted folder. Add execution rights with
chmod +x install.sh - In same terminal, type
./install.sh - Choose which variant to install and wait till the process finishes. YOU MAY need to restart your system after the install
- If the installation fails, open an issue, clearly explaining the error and including the log file if possible
To uninstall the package
- Open a terminal and navigate to where uninstall.sh is
- Add execution rights with
chmod +x uninstall.sh - Run
./uninstall.sh
Pankaj Kumar Gautam
- 1,062
- 11
- 19
