Renan Fernandes Linux, Technology, Programming and Free Software.

19Aug/100

Oxygen Transparent

Oxygen Transparent in Dolphin

Dolphin

Yeah, now exists the Oxygen Transparent. It is a fork of Oxygen with transparence.

If you use Arch Linux, use this this package from AUR.

For others, I've adapted the PKGBUILD. This script will install the Oxygen Transparent and NOT will overwrite your Oxygen. This is default now.

You will need the runtime and workspace of KDE, pkgconfig, cmake, automoc4 and subversion(svn) git installeds.

srcdir=/tmp/oxygen
mkdir ${srcdir}
 
_gitroot="git://anongit.kde.org/oxygen-transparent"
_gitname=oxygen-transparent
 
cd "${srcdir}"
 
if [ -d ${_gitname} ]; then
  cd ${_gitname} && git pull origin
else
  git clone ${_gitroot} ${_gitname}
fi
 
rm -rf "${srcdir}/build"
git clone "${srcdir}/${_gitname}" "${srcdir}/build"
cd "${srcdir}/build"
 
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr
make
make install

Popularity: 11% [?]

About ShadowBelmolve

Arch Linux user and Ruby on Rails Developer :)
Filed under: KDE Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.