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

Summary: Create a kde-minimal package to facilitate small desktop
Product: TDE Reporter: Karthik <biophysics>
Component: debianAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugwatch, gamrat.kristopher, mutantturkey
Priority: P5    
Version: 3.5.10   
Hardware: All   
OS: Debian Squeeze   
Compiler Version: TDE Version String:
Application Version: Application Name:

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.