[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language

2023-03-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467348

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language

2023-03-29 Thread Nagy Tibor
https://bugs.kde.org/show_bug.cgi?id=467348

Nagy Tibor  changed:

   What|Removed |Added

 CC||xnagyti...@gmail.com

--- Comment #6 from Nagy Tibor  ---
The weird thing is, when running with `LANG=en_GB` those buttons are only
broken if you stay on the startup Albums/Artists page. When you switch away to
a different page, then navigate right back those buttons start working as they
should.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language

2023-03-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467348

--- Comment #5 from Nate Graham  ---
...I mean `LANG=en_GB elisa` and `LANG=en_US elisa`, of course.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language

2023-03-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467348

--- Comment #4 from Nate Graham  ---
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.

[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language

2023-03-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467348

Nate Graham  changed:

   What|Removed |Added

Summary|Cover overlay "Play" and|Cover overlay "Play" and
   |"Add to Playlist" buttons   |"Add to Playlist" buttons
   |do not work |do not work when using the
   ||app in a non-English
   ||language

-- 
You are receiving this mail because:
You are watching all bug changes.