Temporary workaround for those still having problems: Run this script in
the background to restart indicator-multiload every hour:


#!/bin/sh

export DISPLAY=:0

while true 
do 
    killall -q indicator-multiload
    /usr/bin/indicator-multiload >/dev/null 2>&1 &
    sleep 3600
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779717

Title:
  indicator-multiload causes a memory leak in compiz when run under
  unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-multiload/+bug/779717/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to