1
2
3
4
5
6
7
8
9
10
11
12
13
|
#This test lens is a component of the One Hundred Scopes project, it has no internal scope and is designed to run .scope files located in "/usr/share/unity/lenses/ohscopes".
#Its categories demonstrates the different tile styles available in Unity and will help you test the appearance of your results.
#Install
sudo mkdir /usr/share/unity/lenses/ohscopes
sudo cp ohscopes.lens /usr/share/unity/lenses/ohscopes
sudo cp ohscopes-lens.svg /usr/share/unity/lenses/ohscopes
sudo cp ohscopes-cat.svg /usr/share/unity/lenses/ohscopes
setsid unity
#Run
./ohscopes-lens
|