https://bugs.kde.org/show_bug.cgi?id=467348
--- Comment #4 from Nate Graham <n...@kde.org> --- Even when running `en_GB elisa`, I can reproduce the bug. What's happening under the hood is that in abstractmediaproxymodel.cpp, the enqueue() signal is emitted but MediaPlayListProxyModel::enqueue is not connected to it, so nothing happens. However when running `en_US elisa`, the connection is made so MediaPlayListProxyModel::enqueue handles the signal and does what it needs to do. I have not yet figured out why the connection isn't getting made when using any locale other than en_US. -- You are receiving this mail because: You are watching all bug changes.