Zer0CoolX / Fedora-KDE-Minimal-Install-Guide

Guide to install KDE Plasma desktop environment on a minimal Fedora installation
GNU General Public License v3.0
169 stars 15 forks source link

Remove Qt4 dependencies #2

Closed KAMiKAZOW closed 5 years ago

KAMiKAZOW commented 5 years ago

kdelibs, kde-runtime, kde-platform-plugin, and phonon-backend-gstreamer are definitively Qt4-based. Plasma 5 runs fine without Qt4.

Zer0CoolX commented 5 years ago

Thanks for the heads up. I will do some testing to see if removing them leads to any issues, if not I will remove them from the directions and script

KAMiKAZOW commented 5 years ago

I did not check the entire dependency tree whether something will still pull Qt4 or not. Those four packages just jumped into my eye.

Zer0CoolX commented 5 years ago

I am spinning up a VM now to test this out. If you spot anything more let me know. I would like to "trim the fat" from this as much as possible so this input is very helpful. Thanks.

KAMiKAZOW commented 5 years ago

As I wrote in #1: Contrary to your comment there kcolorchooser is being explicitly installed by your script.

Zer0CoolX commented 5 years ago

Thanks for pointing that out, I will remove it prior to testing. I must have overlooked that

Zer0CoolX commented 5 years ago

I noticed qt5-qdebugviewer also gets installed as a weak dependency but cant figure out by which package. Any ideas on figuring out whats installing it?

Otherwise so far I have removed the packages we discussed and it appears to work. I will do a little more poking at it prior to committing the changes.

Thanks

Zer0CoolX commented 5 years ago

As Fedora 30 just released and I am having trouble getting it working in ESXi 6.7 U1 (worked fine on a laptop) I am going to close this for now as I am re-evaluating what packages are required for this to work anyhow. Not sure yet if its an ESXi related issue or an issue with my process. I will merge the changes into main branch