Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 884035

Summary: kde-misc/kwin-effects-cube: cube effects for Plasma desktop (New Package) (requires also dev-qt/qtquick3d that is not packaged for Qt5)
Product: Gentoo Linux Reporter: Silvio <silvio.gerli>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein, silvio.gerli
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Silvio 2022-12-02 16:30:48 UTC
According to:

https://github.com/zzag/kwin-effects-cube

there is the possibility to have back the beloved cube effects for KDE desktop. Here how to do it:


 clone https://github.com/zzag/kwin-effects-cube.git
cd kwin-effects-cube
cmake -B build -S . \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build --parallel
cmake --install build


Reproducible: Always