惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
C
Check Point Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
B
Blog RSS Feed
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
美团技术团队
I
InfoQ
Blog — PlanetScale
Blog — PlanetScale

Arch Linux Forums

Gnome desktop mouse cursor zoom issues / Newbie Corner Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner
Export in musescore / Applications & Desktop Environments
DocileNewbie · 2026-06-02 · via Arch Linux Forums

#1 2026-05-28 15:46:37

LudwigJ
Member
Registered: 2021-02-25
Posts: 33

Export in musescore

I'm having problems exporting scores in musescore 4.7, both in 4.7.1 and the new 4.7.2.
In the official package I can't export anything. When I click File -> Export, nothing happens, the export dialogue doesn't open.
If I install musescore-bin from Aur, the export dialogue works, but the ffmpeg libraries aren't recognized and I can't export to mp4.
I find the new bugtracker completely useless, so I don't know where I can get some help.

#2 2026-05-28 17:43:25

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Export in musescore

I can confirm that musescore-4.7.2 fails to show export dialog. Console output:

20:42:07.873 | DEBUG | main_thread     | UiActionsRegister::updateEnabledAll | currentCtx: UiCtxProjectOpened
20:42:09.196 | INFO  | main_thread     | ActionsDispatcher::doDispatch | try call action: file-export
20:42:09.196 | DEBUG | main_thread     | onFireOpen      | try open uri: musescore://project/export, page: {"modal":"","module":"MuseScore.Project","params":{},"path":"ExportDialog","type":2,"uri":"musescore://project/export"}
20:42:09.198 | WARN  | main_thread     | Qt              | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:58:9: TypeError: Cannot read property 'width' of null
20:42:09.201 | WARN  | main_thread     | Qt              | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:39: TypeError: Cannot read property 'item' of null
20:42:09.201 | WARN  | main_thread     | Qt              | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:78: TypeError: Cannot call method 'findIndex' of null
20:42:09.201 | WARN  | main_thread     | Qt              | qrc:/qt/qml/MuseScore/Project/internal/Export/ExportOptionsView.qml:70: TypeError: Cannot call method 'exportTypeList' of null
20:42:09.201 | WARN  | main_thread     | Qt              | qrc:/qt/qml/Muse/Ui/InteractiveProvider.qml:112: TypeError: Value is null and could not be converted to an object
20:42:09.201 | ERROR | main_thread     | InteractiveProvider::toRet | ASSERT FAILED:    jsobj.contains("errcode")    /usr/src/debug/musescore/musescore/src/framework/ui/view/interactiveprovider.cpp:616
20:42:09.201 | ERROR | main_thread     | InteractiveProvider::openFunc | failed open err: [1] , uri: musescore://project/export
20:42:09.213 | DEBUG | main_thread     | UiActionsRegister::updateEnabledAll | currentCtx: UiCtxProjectFocused

#3 2026-05-28 23:52:26

LudwigJ
Member
Registered: 2021-02-25
Posts: 33

Re: Export in musescore

Exactly.
Is there a way to open an issue? I can't see a way to access the bugtracker.

#5 2026-05-29 04:43:20

Toolybird
Member
Registered: 2017-09-30
Posts: 90

Re: Export in musescore

> You can try to create issue in the package repo here

It's not a packaging issue so there is no point.. The fundamental problem is the upstream Musescore code base is incompatible with qt-6.11.1 which is what Arch ships. In fact, it only runs at all right now because Arch applied some dirty hacks in: https://gitlab.archlinux.org/archlinux/ … requests/5

Essentially, Musescore on Arch is a lottery. Sometimes it works, sometimes it doesn't. It's been like this for at least the last few years.. If you don't like it, use the Appimage...

#6 2026-05-30 20:16:03

xerxes_
Member
Registered: 2018-04-29
Posts: 1,063

Re: Export in musescore

You can run ldd/lddtree on musescore from official arch repo to find out what libs it needs and copy them to /usr/local/lib/ and preload them when you start musescore.

#7 2026-05-30 20:25:46

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 630

Re: Export in musescore

xerxes_ wrote:

You can run ldd/lddtree on musescore from official arch repo to find out what libs it needs and copy them to /usr/local/lib/ and preload them when you start musescore.

The problem is not the absence of libraries. If ldd shows shared library not found, a binary won't run at all.

#8 2026-05-30 20:32:33

xerxes_
Member
Registered: 2018-04-29
Posts: 1,063

Re: Export in musescore

I thought about some previous versions of qt, maybe even 5, but it may be to much libs, they could be not compatible and/or not stabile. And I don't use musescore, so I can't help more. That was just my idea, and I hoped it would be useful for someone.

Last edited by xerxes_ (2026-05-30 20:34:10)

#9 2026-05-31 11:15:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,057

Re: Export in musescore

Toolybird wrote:

If you don't like it, use the Appimage...

In case you don't like having pacakges in home folders, https://aur.archlinux.org/packages/musescore-bin repackages the appimage to be used systemwide .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

#10 2026-06-02 10:00:28

DocileNewbie
Member
Registered: 2026-06-02
Posts: 1

Re: Export in musescore

appimage does not export as well.
Same as for LudwigJ with musescore-bin from AUR: Dialogue opens, I can choose everything, when I click "save", dialogue exits and nothing has happened...