oxigênio-transparente
O oxigênio transparente tem uma página do KDE-LOOK: link
Está dizendo:
Depending on the distribution you have the name of the packages might change a bit
there are usually more packages needed by the packages above and installed via dependency.
For instance,
sudo apt-get install build-essential cmake kdelibs5-dev kdebase-workspace-dev libxrender-dev libx11-dev git
should work on recent enough Ubuntu...
Instalando e baixando as fontes:
$ git clone git://anongit.kde.org/oxygen-transparent
Cloning into 'oxygen-transparent'...
remote: Counting objects: 2844, done.
remote: Compressing objects: 100% (793/793), done.
remote: Total 2844 (delta 2371), reused 2485 (delta 2049)
Receiving objects: 100% (2844/2844), 2.79 MiB | 134.00 KiB/s, done.
Resolving deltas: 100% (2371/2371), done.
Checking connectivity... done.
Criando um diretório de construção para os três lados do oxigênio:
$ mkdir -p builddir
Alterando o diretório de trabalho para o 'builddir' e executando o cmake:
$ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX='kde4-config --prefix'
A saída deve informar se a execução do cmake foi ok:
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
...
-- Generating done
-- Build files have been written to: .../oxygen-tansparent/builddir
No 'builddir':
../builddir$ make
Se tudo estiver OK:
Scanning dependencies of target oxygentransparentstyle_automoc
Generating oxygenanimation.moc
[ 0%] Built target oxygentransparentstyle_automoc
[ 1%] Generating oxygeninactiveshadowconfiguration.h, oxygeninactiveshadowconfiguration.cpp
[ 1%] Generating oxygenactiveshadowconfiguration.h, oxygenactiveshadowconfiguration.cpp
...
[100%] Building CXX object style/config/CMakeFiles/oxygen-transparent-settings.dir/main.o
Linking CXX executable oxygen-transparent-settings
[100%] Built target oxygen-transparent-settings
Depois disso, a etapa de instalação:
sudo make install
Alternativa - Pesquisando no PPA
ou / e
Baixando o pacote i386 / amd64
Instalando...
Ativando o oxigênio transparente das configurações do sistema do KDE ...