-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt6 tar #16
base: master
Are you sure you want to change the base?
Conversation
withouth extra-cmake-modules-git
with:
I'm not sure how I should build this? |
Do you have KDE Frameworks 6? |
It looks like this currently fully depends on KF6, which means it won't be able to be used before Plasma 6. (On my Gentoo system that was last updated a week ago I got the first error that alba4k showed even though I can build upstream without any problems) I also noticed that the same seems to be true for Qt6, which makes me wonder if the theme still works for Qt5 apps or if it defaults back to i.e. Breeze like upstream currently does for Qt6 apps. Have you tried running a Qt5 app? If it doesn't work then this should probably be fixed because there will probably still be a lot apps that will continue to use Qt5 and those apps should still use the theme This is how Breeze handles both btw |
i get the following error trying to compile the qt6 branch. I tried adding the lightlystyleconfig.json as it was suggested in #13 but this gave another error from #13 again i downloaded the linked tarball and replaced the contents of /kstyle/config with the contents of the tarball and got this error any ideas on how to get it working? i'm not at all familiar with how cmake works |
@FantasyPvP from the pkgbuild:
waht cmake options are you using? thanks |
i'm using the cmake options given in the build instructions, manually cloning the repo and switching to the qt6 branch |
@boehs i'm using the exact same cmake options as in the PKGBUILD shown above do i need to be doing something differently? |
I sort of hope we can get this working because I tried using Plasma 6 with this and it didn't work my hope is this will become compatible with plasma 6 soon |
If you go to issue #13 there are instructions there that worked for me |
for my use case it would be better to wait for this pull request to be merged and for the support to be official |
How are you on plasma 6 while waiting for official support? Just trying to understand. This won’t be merged until distros begin officially supporting plasma 6 |
everything seems to be working great, I've just installed plasma 6 on my main desktop as it just released on the arch stable repos in the last couple of hours and I've had no issues so far. I'm also using lightlyshaders with it |
Sorry I mean the part about “ for my use case it would be better to wait for this pull request to be merged and for the support to be official” from Ozzy because at the time of comment there was no official distribution support for plasma 6 so needing to build this from source is to be expected |
I can't tell if there is any glitches with the UI from what I gather it appears to be working fine |
it would only builds with lightlystyleconfig.json added to the /kstyle/config directory and with CMakeLists.txt, kcm_lightlydecoration.{json,cpp} from the config.tar.gz added to kdecoration/config |
if those files are included then it will build just fine and lightly might be compatible with Plasma 6. there are probably issues that I don't know of but so far its working fine for me |
but yes Plasma 6 is now stable on Arch |
I heard yes. This will be done shortly (likely over the weekend) |
Tried this, the cmake command worked. However it failed to execute make and getting this error
|
I think someone mentioned this in #13, maybe have a look and see if that helps |
Read through it, but didn't help me much probably due to my inexperience. However, what I did was execute make inside build/kdecoration/config, afterwards
Now working as expected. |
builds fine on arch after the recent plasma 6 update. Works perfectly fine, and I can keep both the qt5 version and the qt6 version installed. Talking about this, I think @boehs should consider branching the qt5 version now and keeping it as a "legacy" version, which should still be able to be installed alongside the "mainstream" qt6 one, maybe it could be named lightly-qt5, lightly5 or lightly-legacy |
can you share the build process edit: i followed the process described by @OzzyHelix and it now builds |
this appears to still be the case when it comes to compiling this I'm not sure why those files aren't included in the qt6 repo or in this pull request but if they existed in the codebase already compiling this for plasma 6 would be easier |
Is anything even happening here? |
No description provided.