Pantheon 3D is a fork of elementary OS's Pantheon DE, replacing their gala window manager and compositor with compiz.
Check out the feature showcase on YouTube.
See the latest dotfiles for configuration.
I recommend you clean-chroot build this package, first clean-chroot building its AUR dependencies: compiz, pantheon-qq-common, and csd-background, preinstalling them at build time, without the use of an AUR helper:
Then, use them to build this package:
$ git clone https://aur.archlinux.org/compiz.git
$ cd compiz
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps *.pkg.tar.zst
$ cd ..
$ git clone https://aur.archlinux.org/csd-background.git
$ cd csd-background
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps *.pkg.tar.zst
$ cd ..
$ git clone https://aur.archlinux.org/pantheon-3d.git
$ cd pantheon-3d
$ makechrootpkg -c -r $CHROOT -I ../pantheon-qq-common/pantheon-qq-common-1-1-any.pkg.tar.zst -I ../compiz/compiz-0.9.14.1-4-x86_64.pkg.tar.zst -I ../csd-background/csd-background-5.0.4-1-x86_64.pkg.tar.zst
# pacman -U --asdeps *.pkg.tar.zst
$ cd ..
Note that the version numbers of the packages may update more frequently than this post; I will edit if the procedure changes.
Pinned Comments
quequotion commented on 2019-11-16 16:23 (UTC) (edited on 2021-09-10 23:28 (UTC) by quequotion)
Pantheon 3D is a fork of elementary OS's Pantheon DE, replacing their gala window manager and compositor with compiz.
Check out the feature showcase on YouTube.
See the latest dotfiles for configuration.
I recommend you clean-chroot build this package, first clean-chroot building its AUR dependencies: compiz, pantheon-qq-common, and csd-background, preinstalling them at build time, without the use of an AUR helper:
Then, use them to build this package:
Note that the version numbers of the packages may update more frequently than this post; I will edit if the procedure changes.