taj-ny / kwin-effects-forceblur

Fork of the KWin Blur effect for KDE Plasma 6 with additional features (including force blur) and bug fixes
GNU General Public License v3.0
165 stars 10 forks source link

Can't install #16

Closed Graninius closed 6 months ago

Graninius commented 6 months ago

I've been trying to install it several times but no success (

❯ git clone https://github.com/taj-ny/kwin-forceblur
cd kwin-forceblur
mkdir qt6build; cd qt6build; cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make && sudo make install
Cloning in «kwin-forceblur»...
remote: Enumerating objects: 228203, done.
remote: Counting objects: 100% (151/151), done.
remote: Compressing objects: 100% (74/74), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 2731 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: unexpected end of the file
fatal: fetch-pack: invalid index-pack output
cd: no such a file or directory: kwin-forceblur
CMake Warning:
  Ignoring extra path from command line:
   "../"
CMake Error: The source directory "/home/user" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

The same errors from AUR error: 2195 bytes of body are still expected Manjaro KDE, unstable, plasma 6.0.1

taj-ny commented 6 months ago

Try again. I removed an old tag that contained KWin's source code, so the size of the repository should be now ~175KiB instead of ~82MiB. If that doesn't work, try git config --global http.postBuffer 524288000

Graninius commented 6 months ago

Yes, built from source successfully without changing git config Thank you!