Activity log for bug #179631

Date Who What changed Old value New value Message
2008-01-01 01:53:00 Edward Shornock bug added bug
2008-01-03 22:46:39 Daniel Hahler kdebase: importance Undecided Medium
2008-01-03 22:46:39 Daniel Hahler kdebase: status New Triaged
2008-07-11 13:52:25 Harald Sitter kdebase: status Triaged Invalid
2008-07-11 15:24:36 Edward Shornock kdebase: status Invalid Incomplete
2008-07-12 08:17:22 Edward Shornock kdebase: status Incomplete New
2008-07-31 21:27:43 Harald Sitter bug added attachment 'kdebase_3.5.9-0ubuntu7.3_to_ubuntu7.4.diff' (kdebase_3.5.9-0ubuntu7.3_to_ubuntu7.4.diff)
2008-07-31 21:28:19 Harald Sitter kdebase: status New Invalid
2008-07-31 21:34:00 Harald Sitter description Binary package hint: ksmserver In ~/.xsession-errors one can see [: 41: ==: unexpected operator It turns out that it's a bashism in /usr/bin/startkde that causes it. --- kubuntu_17_check_for_prelinking.diff 2007-12-31 20:44:54.000000000 -0500 +++ kubuntu_17_check_for_prelinking.diff.fixed 2007-12-31 20:45:56.000000000 -0500 @@ -9,7 +9,7 @@ +# loading KDE. +if test -f /etc/default/prelink; then + . /etc/default/prelink -+ if [ "$PRELINKING" == yes ]; then ++ if [ "$PRELINKING" = yes ]; then + export KDE_IS_PRELINKED=1 + fi +fi SRU: 1. Because of this bug prelinking doesn't work properly in KDE, to enable this feature the attached patch is necessary. 2. The bug did not get addressed in the development branch at all, since the affected patch is not applied on the KDE 4 packages (which replace the affected package in Intrepid) 3 . Patch attached 4. TEST CASE: * install patched package * install prelink package * ensure PRELINKING is set to yes in /etc/default/prelink * start KDE * the command 'env | grep PRELINK' on a prompt should output KDE_IS_PRELINKED=1 thus improving KDE's speed 5. There is no regression potential since currently this feature doesn't work at all, so it can't get any worse really ;-) -------------------------------- Binary package hint: ksmserver In ~/.xsession-errors one can see [: 41: ==: unexpected operator It turns out that it's a bashism in /usr/bin/startkde that causes it. --- kubuntu_17_check_for_prelinking.diff 2007-12-31 20:44:54.000000000 -0500 +++ kubuntu_17_check_for_prelinking.diff.fixed 2007-12-31 20:45:56.000000000 -0500 @@ -9,7 +9,7 @@ +# loading KDE. +if test -f /etc/default/prelink; then + . /etc/default/prelink -+ if [ "$PRELINKING" == yes ]; then ++ if [ "$PRELINKING" = yes ]; then + export KDE_IS_PRELINKED=1 + fi +fi
2008-07-31 21:34:41 Harald Sitter bug added subscriber Ubuntu Stable Release Updates Team