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. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)ksysguard/gui/SensorDisplayLib/ProcessList.cc.orig (+7 lines)
Lines 174-179 Link Here
174
		aliases.insert("wwwoffled", new TQString("daemon"));
174
		aliases.insert("wwwoffled", new TQString("daemon"));
175
		aliases.insert("xntpd", new TQString("daemon"));
175
		aliases.insert("xntpd", new TQString("daemon"));
176
		aliases.insert("ypbind", new TQString("daemon"));
176
		aliases.insert("ypbind", new TQString("daemon"));
177
		aliases.insert("apmd", new TQString("daemon"));
178
		aliases.insert("getty", new TQString("daemon"));
179
		aliases.insert("mountd", new TQString("daemon"));
180
		aliases.insert("inetd", new TQString("daemon"));
181
		aliases.insert("nfsd", new TQString("daemon"));
182
		aliases.insert("wsmoused", new TQString("daemon"));
177
		/* kde applications */
183
		/* kde applications */
178
		aliases.insert("appletproxy", new TQString("tdeapp"));
184
		aliases.insert("appletproxy", new TQString("tdeapp"));
179
		aliases.insert("dcopserver", new TQString("tdeapp"));
185
		aliases.insert("dcopserver", new TQString("tdeapp"));
Lines 210-215 Link Here
210
		aliases.insert("tcsh", new TQString("shell"));
216
		aliases.insert("tcsh", new TQString("shell"));
211
		aliases.insert("tee", new TQString("tools"));
217
		aliases.insert("tee", new TQString("tools"));
212
		aliases.insert("vi", new TQString("wordprocessing"));
218
		aliases.insert("vi", new TQString("wordprocessing"));
219
		aliases.insert("vim", new TQString("wordprocessing"));
213
	}
220
	}
214
221
215
	/* The filter mode is controlled by a combo box of the parent. If
222
	/* The filter mode is controlled by a combo box of the parent. If

Return to bug 2110