As the title states, the Job Xp bar is not updating in the "Mini" status windows on the top left. It's a simple fix in "gui/windows/ministatuswindow.cpp"
At around line 277, the "StatusWindow::updateJobBar(mJobBar, true);" needs to be moved from "void MiniStatusWindow::statChanged(...)" to "void MiniStatusWindow::attributeChanged(...)" with some additional "switch case" statements thrown in.
I've attached a patch created with "git diff -p"
Not sure who, or even if anyone, is maintaining this, but please fix
Apologies if this is the wrong place to be posting this.