[Bug 305740] [NEW] compiz-decorator keeps running - seemingly needlessly using 100K
Tristan Wibberley
tristan at wibberley.org
Sat Dec 6 14:47:07 UTC 2008
Public bug reported:
Binary package hint: compiz-core
The end of compiz-decorator looks like this:
if [ -n "$DECORATOR" ]; then
verbose "Starting ${DECORATOR}\n"
${COMPIZ_BIN_PATH}$DECORATOR "$@"
else
verbose "Found no decorator to start\n"
exec $FALLBACKWM $FALLBACKWM_OPTIONS
fi
I think it could equally well look like this:
if [ -n "$DECORATOR" ]; then
verbose "Starting ${DECORATOR}\n"
exec ${COMPIZ_BIN_PATH}$DECORATOR "$@"
else
verbose "Found no decorator to start\n"
exec $FALLBACKWM $FALLBACKWM_OPTIONS
fi
and the shell process will be replaced with the compiz process as for
the fallback branch instead of continuing to run.
** Affects: compiz (Ubuntu)
Importance: Undecided
Status: New
--
compiz-decorator keeps running - seemingly needlessly using 100K
https://bugs.launchpad.net/bugs/305740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list