Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to dump kde gracefully in favor of lxde
Date: Sun, 19 Feb 2017 10:04:42
Message-Id: 20170219100429.0e6cc1fd@digimed.co.uk
In Reply to: Re: [gentoo-user] How to dump kde gracefully in favor of lxde by Walter Dnes
1 On Sat, 18 Feb 2017 22:05:01 -0500, Walter Dnes wrote:
2
3 > *IMPORTANT* KDE is obscene about dependancies. E.g. when a
4 > lightweight pdf-reader was phased out, I looked at various options
5 > including okular. It's an "itty-bitty-little-applet"... that seems to
6 > pull in 90% of KDE as dependancies.
7
8 If you had read the description of Okular in eix you would have known that
9 it is niether lightweight, nor standalone
10
11 "Universal document viewer based on KDE Frameworks"
12
13 Calling such an animal an itty-bitty-applet is doing it a grave
14 injustice, as is trying to use it as one.
15
16 The thing with KDE is that it is designed as an integrated environment
17 and intended to be used as such. So trying to install an individual
18 program is bound to bring in the backend support stuff.
19
20 Switching to a non-KDE profile, unmerging everything KDE with
21
22 emerge -cav $(qfile -IC kde)
23
24 and then installing lxde-meta should do what you want.
25
26
27 --
28 Neil Bothwick
29
30 The quickest way to a man's heart is through his sternum.

Replies

Subject Author
Re: [gentoo-user] How to dump kde gracefully in favor of lxde Walter Dnes <waltdnes@××××××××.org>