kamikaze211

Results 36 comments of kamikaze211

A lot of things in Plasma 6 alpha are broken. Such as applets, widgets, themes, kwin scripts, etc. Maybe we need to wait Plasma 6 to fix theme.

> Here is one error im getting when running `make install_pkg`: > > ``` > kf.package: Invalid metadata for package structure "Plasma/Wallpaper" > Package type "Plasma/Wallpaper" not found > kf.package:...

> @Kaydax @kamikaze211 I've edited the comment above and added my configure command, could you try that? I've seen this log from `install_pkg` when forget to add `-DQT_MAJOR_VERSION=6` then CMake...

> Oh, my fault, forget to set default branch of forked repository to this. Have changed to `qt6` branch now. For current situation, please checkout the qt6 branch, i.e. >...

> Weird. Could you please post system information and CMake configure log? Especially lines like > > ``` > -- Found KF6Package: /usr/lib/cmake/KF6Package/KF6PackageConfig.cmake (found version "5.249.0") > -- Found KF6:...

> Weird. Could you please post system information and CMake configure log? Especially lines like > > ``` > -- Found KF6Package: /usr/lib/cmake/KF6Package/KF6PackageConfig.cmake (found version "5.249.0") > -- Found KF6:...

@fxzjshm Thank you very much, I tried to rebuild with your suggestion: ``` ❯ pwd /home/ice/git/wallpaper-engine-kde-plugin/build ❯ kpackagetool6 -i ../plugin/ installation succeed /home/ice/.local/share/kpackage/generic/com.github.casout.wallpaperEngineKde/ ❯ sudo make install Install the project......

After some researching, I tried to remove something, and rebuild everything, and now it works. ``` #remove everything that had been existed. rm -rf ~/.local/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde rm -rf ~/.local/share/kpackage/generic/com.github.casout.wallpaperEngineKde/ sudo rm...

I found a problem that: scene wallpapers can't scroll on Y axis. I'm sure this is OK on plasma 5. Example: https://steamcommunity.com/sharedfiles/filedetails/?id=3078111134 Sorry I didn't see the TODO list. Finally,...

> > > How do I compile it with clang instead? > > > > > > Add flags `-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++` when running CMake. > > Alternatively, as the error...