Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938968 - media-sound/musescore-4.4.0: menu bar is missing on KDE Plasma 6 (Wayland)
Summary: media-sound/musescore-4.4.0: menu bar is missing on KDE Plasma 6 (Wayland)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL: https://github.com/musescore/MuseScor...
Whiteboard:
Keywords:
Depends on:
Blocks: 926328
  Show dependency tree
 
Reported: 2024-09-03 12:31 UTC by S. Martindale
Modified: 2024-11-23 16:08 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Martindale 2024-09-03 12:31:43 UTC
My KDE 6.1/Wayland desktop upgraded to MuseScore 4.4.0, today, and the application menu bar is completely missing. This is almost certainly *this* upstream issue: https://github.com/musescore/MuseScore/issues/24097

4.4.0 also exhibits this upstream issue on my Gentoo desktop: https://github.com/musescore/MuseScore/issues/23739 and https://github.com/musescore/MuseScore/issues/21036 - I'm pretty sure they'll all turn out to be related.

The result is unusable and I didn't find a fix so I've masked back to 4.3 which, too, is pretty borked but not so much that it is actually unusable for my purposes.

There's likely nothing to be done until these linked issues are resolved in a future 4.* release so I'm only filing this so that it's tracked and others can see it, in Portage.
Comment 1 deppli 2024-09-03 14:34:20 UTC
Can confirm issue as reported with KDE Plasma 6 / X11 as well.
Also, Mixer is not invoke-able.

KDE 6.5.0
Qt 5.15.14
Comment 2 Violet Purcell 2024-09-05 00:02:19 UTC
PR to fix the menu bar issue: https://github.com/musescore/MuseScore/pull/24326

The mixer and other Qt 6.5+ issues are still being looked into. Upstream is only testing with Qt 6.2 for the forseeable future, so this may take a while.
Comment 3 Larry the Git Cow gentoo-dev 2024-09-06 09:03:42 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0b87365d7dd4fc7781c718f720ec069648f8f3

commit fb0b87365d7dd4fc7781c718f720ec069648f8f3
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-09-06 09:03:22 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-09-06 09:03:36 +0000

    media-sound/musescore: fixed some issues in 4.4.0 + updated live
    
    added missing dep
    added patch for missing main toolbar and menubar
    added MUE_COMPILE_USE_SYSTEM_OPUS
    live: added missing inlcude
    live: added MUE_COMPILE_USE_SYSTEM_HARFBUZZ
    
    Closes: https://bugs.gentoo.org/938586
    Closes: https://bugs.gentoo.org/938970
    Bug: https://bugs.gentoo.org/938968
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 ...escore-4.4.0-fix-main-toolbar-and-menubar.patch | 38 ++++++++++++++++++++++
 .../files/musescore-4.5.0-missing-include.patch    | 10 ++++++
 ...core-4.4.0.ebuild => musescore-4.4.0-r1.ebuild} |  3 ++
 media-sound/musescore/musescore-9999.ebuild        |  6 +++-
 4 files changed, 56 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2024-09-06 09:21:22 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52ace2ab7cd12caf0e82f1e7f7817cf2400040d

commit c52ace2ab7cd12caf0e82f1e7f7817cf2400040d
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-09-06 09:21:04 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-09-06 09:21:04 +0000

    media-sound/musescore: bump to 4.4.1, dropped 4.4.0-r1
    
    Bug: https://bugs.gentoo.org/938968
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/musescore/Manifest                                          | 2 +-
 .../musescore/{musescore-4.4.0-r1.ebuild => musescore-4.4.1.ebuild}     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2024-09-16 09:01:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a97562654b5ee9cd9f80793993735089d8cd87

commit c3a97562654b5ee9cd9f80793993735089d8cd87
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-09-16 09:01:15 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-09-16 09:01:26 +0000

    media-sound/musescore: bump to 4.4.2, dropped 4.4.1
    
    Bug: https://bugs.gentoo.org/938968
    Bug: https://bugs.gentoo.org/926328
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/musescore/Manifest                                          | 2 +-
 .../musescore/{musescore-4.4.1.ebuild => musescore-4.4.2.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
Comment 6 Miroslav Šulc gentoo-dev 2024-09-16 09:03:26 UTC
please test whether anything has improved. also, the live ebuild is a work in progress on version 4.5.9, so maybe it would be good to check that one too.
Comment 7 Larry the Git Cow gentoo-dev 2024-10-25 08:26:55 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe807d570c8433e6e4b6072079d5238d58ca3ef

commit dfe807d570c8433e6e4b6072079d5238d58ca3ef
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-10-25 08:26:41 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-10-25 08:26:52 +0000

    media-sound/musescore: bump to 4.4.3, dropped 4.4.2
    
    Bug: https://bugs.gentoo.org/926328
    Bug: https://bugs.gentoo.org/938968
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/musescore/Manifest                                          | 2 +-
 .../musescore/{musescore-4.4.2.ebuild => musescore-4.4.3.ebuild}        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
Comment 8 Andreas Sturmlechner gentoo-dev 2024-11-22 21:12:59 UTC
Can we assume this is fixed, then?