Skip to content
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

[Feature Request] QT6 support #200

Closed
alba4k opened this issue Dec 14, 2022 · 19 comments
Closed

[Feature Request] QT6 support #200

alba4k opened this issue Dec 14, 2022 · 19 comments

Comments

@alba4k
Copy link

alba4k commented Dec 14, 2022

is there any likelyhood of this supporting QT6 in the near future, e.g. using qt6ct, where it currently doesnt even show up (unlike qt5ct, which works as expected)?

@boehs
Copy link

boehs commented Dec 17, 2022

I'm not looking forward to it but I'm probably going to end up porting it on my fork after 5.27

@alba4k
Copy link
Author

alba4k commented Dec 18, 2022

@boehs that sounds great

in case it's not merged with the mainline, I could maintain a separate aur package lightly-qt6-git or smth if you'd like, since a lot of people would find that helpful

@boehs
Copy link

boehs commented Dec 19, 2022

@boehs that sounds great

in case it's not merged with the mainline, I could maintain a separate aur package lightly-qt6-git or smth if you'd like, since a lot of people would find that helpful

I am working on gaining permissions on this repository, or if that fails, the AUR package

@alba4k
Copy link
Author

alba4k commented Dec 19, 2022

However it goes, let me know how this ends :)

@AndhikaWB
Copy link

@Luwx just made some commits in another repository not too long ago. Wonder why he didn't make any statement regarding the continuity of this project, or at least giving some contributors greater access to manage this repository.

@alba4k
Copy link
Author

alba4k commented Feb 17, 2023

Yeah, exactly like there are multiple pull requests just fixing typos in README.md that got no answer

@vollowx
Copy link

vollowx commented May 20, 2023

QT6 and qt6ct are already out for months, but the author still didn't do anything, could you please make a QT6 version of lightly?

@alba4k
Copy link
Author

alba4k commented May 20, 2023

Maybe @boehs has made some progress?

@Kara-Zor-El
Copy link

I am not a C++ developer nor a QT developer but I have been tinkering around in the source code in my free time. I have a version of it that isn't compiling yet but I could publish it to my GitHub if anyone wants to try helping me out with it?

@vollowx
Copy link

vollowx commented Jun 30, 2023

I am not a C++ developer nor a QT developer but I have been tinkering around in the source code in my free time. I have a version of it that isn't compiling yet but I could publish it to my GitHub if anyone wants to try helping me out with it?

Sure, there will always be persons that need QT6 version of this and glad to help.

@Kara-Zor-El
Copy link

@volpan here it is. I am now like 75% of the way there(ish) on my hacky version of doing so (without X11 support as well because idk why X11Extras dont work on my system)
/~https://github.com/Kara-Zor-El/Lightly

@edpil02
Copy link

edpil02 commented Jul 6, 2023

I finally succeeded to make a hacky build with Qt6 and KF6 but without X11 (no X11Extras in Qt6)

Requires: cmake-filesystem(x86-64) libKF6ColorScheme.so.6()(64bit) libKF6ConfigCore.so.6()(64bit) libKF6ConfigGui.so.6()(64bit) libKF6CoreAddons.so.6()(64bit) libKF6GuiAddons.so.6()(64bit) libKF6I18n.so.6()(64bit) libKF6IconThemes.so.6()(64bit) libKF6KCMUtils.so.6()(64bit) libKF6KCMUtilsCore.so.6()(64bit) libKF6Style.so.6()(64bit) libKF6WidgetsAddons.so.6()(64bit) libKF6WindowSystem.so.6()(64bit) libQt6Core.so.6()(64bit) libQt6Core.so.6(Qt_6)(64bit) libQt6Core.so.6(Qt_6.5)(64bit) libQt6DBus.so.6()(64bit) libQt6DBus.so.6(Qt_6)(64bit) libQt6Gui.so.6()(64bit) libQt6Gui.so.6(Qt_6)(64bit) libQt6Quick.so.6()(64bit) libQt6Quick.so.6(Qt_6)(64bit) libQt6Widgets.so.6()(64bit) libQt6Widgets.so.6(Qt_6)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libkdecorations2.so.5()(64bit) liblightlycommon6.so.5()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.30)(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lightly-1.0.0-2.fc39.x86_64

Wrote: /builddir/build/RPMS/lightly-1.0.0-2.fc39.x86_64.rpm

Now i have to test it with plasma6 and hope to have no issues..

@alba4k
Copy link
Author

alba4k commented Jul 26, 2023

@Kara-Zor-El I have tried compiling and installing your fork (using the instructions in the aur pkgbuild) but Lightly does not seem to show up as an option in qt6ct..

@edpil02
Copy link

edpil02 commented Sep 19, 2023

My Qt6 port of lightly seems to work with alpha version of plasma 6
Screenshot_20230919_104008

@alba4k
Copy link
Author

alba4k commented Sep 19, 2023

Mind explaining how to get this working (with qt6ct)? :P

@mak448a
Copy link

mak448a commented Dec 6, 2023

@edpil02 Can you share the source code?

@dhruv8sh
Copy link

Updates on this?

@boehs
Copy link

boehs commented Feb 17, 2024

x-post from boehs/Lightly, but would people be interested on placing a bounty on this feature?

@alba4k
Copy link
Author

alba4k commented Feb 24, 2024

boehs#13

@alba4k alba4k closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants