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 675
Collapse All | Expand All

(-)/opt/trinity/bin/startkde.ORI (+7 lines)
Lines 81-86 Link Here
81
fi
81
fi
82
unset BIN_DIR
82
unset BIN_DIR
83
83
84
# KDEDIRS
85
if is_in_path KDEDIRS "/usr" && ! is_in_path PATH KDEDIRS "${KDEDIR}"; then
86
  echo "[startkde] KDEDIRS is currently set to: ${KDEDIRS}" 1>&2
87
  echo "[startkde] Adding KDEDIR in KDEDIRS" 1>&2
88
  place_before_in_path KDEDIRS "${KDEDIR}" "/usr"
89
fi
90
84
# When the X server dies we get a HUP signal from xinit. We must ignore it
91
# When the X server dies we get a HUP signal from xinit. We must ignore it
85
# because we still need to do some cleanup.
92
# because we still need to do some cleanup.
86
trap '[startkde] echo GOT SIGHUP' HUP
93
trap '[startkde] echo GOT SIGHUP' HUP

Return to bug 675