Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Using KDE apps in a non KDE environment
Date: Fri, 02 Oct 2015 22:42:11
Message-Id: CAGfcS_kHcNnFKaTRRFmnR4eJx=92CE3q-=3CdxrJS0=wQs4d1A@mail.gmail.com
In Reply to: Re: [gentoo-user] Using KDE apps in a non KDE environment by Alan McKinnon
1 On Fri, Oct 2, 2015 at 1:30 AM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > On 02/10/2015 05:31, Andrew Lowe wrote:
3 >> Hi all,
4 >> I'm getting disillusioned with the direction KDE is taking, with
5 >> respect to forcing users to use things they don't want to. The semantic
6 >> desktop, or whatever they are now calling bits and pieces of it, is one
7 >> thing that comes immediately to mind.
8 >>
9 >> Anyway, I've decided to move on and am thinking of going to lxqt. The
10 >> problem is that I'm used to several KDE apps, kwooty, kwrite and a few
11 >> more. Is it possible to run something such as lxqt and then emerge in
12 >> kde apps where it will bring in just a few kde libraries, which I can
13 >> live with, but not the whole desktop environment?
14 >
15 > Yes. Remove all of KDE then emerge back in the apps you want, they have
16 > deps on the libs they need. Whatever they pull in is required.
17
18 It is easier than that.
19
20 Edit your /var/lib/portage/world
21 Remove anything kde-related you're not explicitly interested in, such
22 as kde-meta
23 Add anything you are explicitly interested in, such as kwooty or kwrite
24 Add kde-apps/kdebase-runtime-meta
25
26 Then run emerge --depclean and watch all the other stuff go away.
27
28 No need to purge yourself of stuff like kdelibs that takes a long time
29 to rebuild just to add it back. Let the dependency manager help you
30 out for a change. :)
31
32 I'm not even certain you need to explicitly add kdebase-runtime-meta -
33 other packages might pull that in on their own but I'm not certain of
34 that. Run a --depclean -p first and see what portage wants to get rid
35 of before going that route. Software may-or-may not work correctly
36 without that virtual installed and your bugs will be closed as
37 invalid. That virtual is intended to be a somewhat-minimalist one for
38 situations like yours, but kde applications still will tend to pull a
39 lot of stuff in.
40
41 --
42 Rich

Replies

Subject Author
Re: [gentoo-user] Using KDE apps in a non KDE environment Andrew Lowe <agl@×××××××.au>