Open Taddaeus opened 1 month ago
Does this mean that there are missing dependencies for ubuntu?
@Bali10050 it would be nice to add a section for (k)ubuntu 24.10. I got it to work together with Klassy. Thanks for your work!
Could you help me get the installation process working on Kubuntu 24.10? I'm running into an error that says it's unable to locate some packages from the dependencies list.
I'm still new to the Linux environment and trying to figure things out.
rafaelmdf@nitro5-kubuntu:~/Documents/dev/portfolio-website$ sudo apt install git build-essential cmake kf6-extra-cmake-modules kf6-extra-cmake-modules kf6-frameworkintegration-dev kf6-kcmutils-dev kf6-kcolorscheme-dev kf6-kconfig-dev kf6-kconfigwidgets-dev kf6-kcoreaddons-dev kf6-kguiaddons-dev kf6-ki18n-dev kf6-kiconthemes-dev kf6-kirigami2-dev kf6-kpackage-dev kf6-kservice-dev kf6-kwindowsystem-dev kirigami2-dev kwayland-dev libx11-dev libkdecorations2-dev libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev libkf5guiaddons-dev libkf5i18n-dev libkf5iconthemes-dev libkf5kcmutils-dev libkf5package-dev libkf5service-dev libkf5style-dev libkf5wayland-dev libkf5windowsystem-dev libplasma-dev libqt5x11extras5-dev qt6-base-dev qt6-declarative-dev qtbase5-dev qtdeclarative5-dev gettext qt6-svg-dev extra-cmake-modules qt3d5-dev
Error: Unable to locate package kf6-extra-cmake-modules
Error: Unable to locate package kf6-extra-cmake-modules
Error: Unable to locate package kf6-frameworkintegration-dev
Error: Unable to locate package kf6-kcmutils-dev
Error: Unable to locate package kf6-kcolorscheme-dev
Error: Unable to locate package kf6-kconfig-dev
Error: Unable to locate package kf6-kconfigwidgets-dev
Error: Unable to locate package kf6-kcoreaddons-dev
Error: Unable to locate package kf6-kguiaddons-dev
Error: Unable to locate package kf6-ki18n-dev
Error: Unable to locate package kf6-kiconthemes-dev
Error: Unable to locate package kf6-kirigami2-dev
Error: Unable to locate package kf6-kpackage-dev
Error: Unable to locate package kf6-kservice-dev
Error: Unable to locate package kf6-kwindowsystem-dev
Hi @rafaelmaia23!
I recommend installing a .deb
from the Releases
tab, but if you want to build it yourself, you can use these dependencies:
sudo apt install git build-essential cmake kirigami2-dev kwayland-dev libx11-dev libkdecorations2-dev libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev libkf5guiaddons-dev libkf5i18n-dev libkf5iconthemes-dev libkf5kcmutils-dev libkf5package-dev libkf5service-dev libkf5style-dev libkf5wayland-dev libkf5windowsystem-dev libplasma-dev libqt5x11extras5-dev qt6-base-dev qt6-declarative-dev qtbase5-dev qtdeclarative5-dev gettext qt6-svg-dev extra-cmake-modules qt3d5-dev libkirigami-dev libkf6kcmutils-dev libkf6colorscheme-dev libkf6i18n-dev libkf6iconthemes-dev libkf6package-dev libkf6service-dev libkf6windowsystem-dev
Also, from my quick virtual machine trip, I found that #22 is still a problem in kubuntu, so if you want nice looking progressbars, you need to get kf6-frameworkintegration-devel
from somewhere
Hello
Thank you so much for taking care of Lightly, I can't imagine my Linux without it. Maybe you would like to have a look at Klassy, on my initiative the dependencies were updated so that the installation works with 24.10. Now the installation of Lightly also works. Previously, some packages were not found.
Thanks!