Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884035 - kde-misc/kwin-effects-cube: cube effects for Plasma desktop (New Package) (requires also dev-qt/qtquick3d that is not packaged for Qt5)
Summary: kde-misc/kwin-effects-cube: cube effects for Plasma desktop (New Package) (re...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-02 16:30 UTC by Silvio
Modified: 2022-12-24 23:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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