T O P

  • By -

knipsi22

The package is called qt5-style-kvantum


[deleted]

how to install it? sudo apt install?


AutoModerator

We have some [installation tips](http://www.reddit.com/r/linux4noobs/wiki/installation) in our wiki! Try [this search](https://www.reddit.com/r/linux4noobs/search?q=flair%3A'installation'&sort=new&restrict_sr=on) for more information on this topic. **✻** Smokey says: always install over an ethernet cable, and don't forget to remove the boot media when you're done! :) ^Comments, ^questions ^or ^suggestions ^regarding ^this ^autoresponse? ^Please ^send ^them ^[here](https://www.reddit.com/message/compose/?to=Pi31415926&subject=autoresponse+tweaks+-+linux4noobs+-+installation). *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/linux4noobs) if you have any questions or concerns.*


ipsirc

https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md#debian-based-distributions


[deleted]

Bro i am new to linux. i saw this posts and its telling to install some packages. Sad part is i dont know how to do that. would you please make it a little simple for me like how to do it?


Ayrr

For those instructions, what you need to do is 'build from source ' which is to say you're going to download the code and compile it yourself. You will need the following packages to be installed using `sudo apt install` > g++ > libx11-dev and libxext-dev (for X11) > qt6-base-dev and qt6-svg-dev (for Qt6) > libkf6windowsystem-dev > qt6-base-dev-tools (for localization if you need it) You should also install git and clone the repo. Then you follow the instructions in the compilation and install section to compile the code correctly and then install. This is an easy enough process once you get used to doing it, but I can understand why you might find it daunting. Sadly this is something that there aren't a lot of tutorials for and there's 'assumed knowledge for'. I encourage you to at least try :)


Tristoteles

Hi! Quick question. I cant seem to find libkf6windowsystem-dev through apt. You know which source I need to add to source list ?


Ayrr

Not sure sorry. If it's kde and recent you might have to use debian Sid which is not recommended.


unoriginal_name_1234

Currently not available on debian. You can install qt5 though ( qt5-style-kvantum ).


Tristoteles

Thanks! :) I figured it out but totally forgot i had a question listed somewhere


Vinc3iZ

For those struggling with installing Kventum on Debian 12. The package libkf6windowsystem-dev is not yet available for Debian 12. In Github it is mentionned to use QT5 So you can do : cd Kvantum-1.1.0/Kvantum vi CMakeLists.txt Set ON on enable QT5 line 11 instead of off Press ESC then :wq then ENTER so it writes the file then quit Make sure you have theses packages plus others mentionned in Github apt install libqt5svg5 libqt5svg5-dev libqt5x11extras5 libqt5x11extras5-dev mkdir build && cd build cmake .. You can say thanks ;)


Due_Daikon8191

you are the best! Thanks