By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 90 - Create a kde-minimal package to facilitate small desktop
Summary: Create a kde-minimal package to facilitate small desktop
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: debian (show other bugs)
Version: 3.5.10
Hardware: All Debian Squeeze
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2009-05-16 07:32 CDT by Karthik
Modified: 2014-06-12 09:52 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karthik 2009-05-16 07:32:34 CDT
Could you create a package like kde-minimal for kde3 (like the one in debian/sid) so that users of eeepc alike can install it. (it can be meta-package)

Many thanks.
Comment 1 Kristopher 2014-06-12 09:52:20 CDT
In Debian, a kde-core-trinity package exists as of TDE 3.5.13.2, which install the bare-minimum packages needed for TDE. To minimize it even more, create the file /etc/apt/apt.conf.d/01norecommend prior to installing with the following lines (this will prevent apt from pulling in suggested and recommended packages as a part of the dependencies, thus installing only the absolute necessary dependencies):

APT::Install-Recommends "0";
APT::Install-Suggests "0";

I am marking this as resolved since it is resolved.