Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1338  / 2 Years ago, thu, march 17, 2022, 7:46:40

Yesterday I installed KDE in ubuntu 14.04 and I was quite pleased. Then I realised that the KDE install had




  • messed up with fonts and all I had were ugly looking fonts (in Chrome and Firefox to be specific)


  • installed all sorts of KDE apps I didn't intend to install (though I liked Dolphin)


  • changed my splash screen to that of Kubuntu


  • changed unity's sub-menu colour when I set up a new theme in KDE




I tried to fix these issues but when no method worked, I ended with formatting and doing a new ubuntu install.



Is there a way to install KDE without these issues?


More From » unity

 Answers
4

Is there a way? No, not really. We can, however, lessen the pain. Screenshots would also help with problems 1 and 4. If you're planning on using KDE regularly it is probably worth letting it do what it wants.




  1. This can usually be fixed by removing any .gtkrc or .gtkrc-2.0 files in your home folder and logging out and logging back in.


  2. Don't install the recommends and suggests. Run:



    sudo apt-get install kubuntu-desktop  


    See all that stuff it wants to install? On my Trusty install it said:



    0 upgraded, 408 newly installed, 0 to remove and 0 not upgraded.
    Need to get 190 MB of archives.
    After this operation, 662 MB of additional disk space will be used.


    Ouch! That's a lot! Instead use:



    sudo apt-get install --no-install-recommends --no-install-suggests kubuntu-desktop  


    That lowers things down to:



    0 upgraded, 204 newly installed, 0 to remove and 0 not upgraded.
    Need to get 110 MB of archives.
    After this operation, 358 MB of additional disk space will be used.


    Much more reasonable. Granted, those recommended and suggested packages are there for a reason, you might find a few quirks, but everything in general should work in general.


  3. That would be the plymouth-theme-kubuntu-logo and plymouth-theme-kubuntu-text packages.



    Either remove them, (with apt, etc) or run:



    sudo update-alternatives --config default.plymouth  


    and pick the one you want to use.


  4. Again, screenshots would help. Probably depends some on the theme too. Making sure your Unity theme is set to Ambiance and doing step 1. should help some.



[#25033] Friday, March 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
calcur

Total Points: 189
Total Questions: 80
Total Answers: 95

Location: Burkina Faso
Member since Thu, Dec 15, 2022
1 Year ago
;