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

推荐订阅源

Google DeepMind News
Google DeepMind News
D
Docker
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
月光博客
月光博客
小众软件
小众软件
量子位
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
博客园 - 叶小钗
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
博客园 - 司徒正美
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
C
Check Point Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mudita-center-bin
2026-06-01 · via AUR Newest Packages

Latest Comments

GipsyAlt commented on 2026-06-01 06:29 (UTC)

@zxp19821005 reinstalled, now is perfect!!

zxp19821005 commented on 2026-05-31 22:11 (UTC)

@GipsyAlt Thanks for your feedback, fixed it. Can you try again ?

GipsyAlt commented on 2026-05-29 11:07 (UTC) (edited on 2026-05-29 11:08 (UTC) by GipsyAlt)

Also, there is a minor bug in the desktop file generation. The sed command has a trailing space in the search pattern:

s/AppRun --no-sandbox /${pkgname%-bin}/g

Because of this trailing space, it accidentally eats the space before %U in the Exec line, resulting in Exec=mudita-center%U. This causes launchers like wofi to completely hide the application because it can't find an executable named "mudita-center%U".

Removing the trailing space from the search pattern (or adding a space after the replacement variable) fixes the issue. Thanks again!

GipsyAlt commented on 2026-05-29 10:40 (UTC) (edited on 2026-05-29 11:11 (UTC) by GipsyAlt)

Hi, it looks like the application is currently crashing on startup with a missing file error indicating that the linux-x64 serialport bindings cannot be found.

Error: /usr/lib/mudita-center/app.asar.unpacked/node_modules/@serialport/bindings-cpp/prebuilds/linux-x64/@serialport+bindings-cpp.glibc.node: cannot open shared object file: No such file or directory
    at process.func [as dlopen] (node:electron/js2c/node_init:2:2625)
    at Module._extensions..node (node:internal/modules/cjs/loader:1998:18)
    at Object.func [as .node] (node:electron/js2c/node_init:2:2852)
    at Module.load (node:internal/modules/cjs/loader:1560:32)
    at Module._load (node:internal/modules/cjs/loader:1362:12)
    at c._load (node:electron/js2c/node_init:2:18095)
    at wrapModuleLoad (node:internal/modules/cjs/loader:262:19)
    at Module.require (node:internal/modules/cjs/loader:1583:12)
    at require (node:internal/modules/helpers:153:16)
    at load (/usr/lib/mudita-center/app.asar/node_modules/node-gyp-build/node-gyp-build.js:22:10)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /usr/lib/mudita-center/app.asar.unpacked/node_modules/@serialport/bindings-cpp/prebuilds/linux-x64/@serialport+bindings-cpp.glibc.node: cannot open shared object file: No such file or directory
    at process.func [as dlopen] (node:electron/js2c/node_init:2:2625)
    at Module._extensions..node (node:internal/modules/cjs/loader:1998:18)
    at Object.func [as .node] (node:electron/js2c/node_init:2:2852)
    at Module.load (node:internal/modules/cjs/loader:1560:32)
    at Module._load (node:internal/modules/cjs/loader:1362:12)
    at c._load (node:electron/js2c/node_init:2:18095)
    at wrapModuleLoad (node:internal/modules/cjs/loader:262:19)
    at Module.require (node:internal/modules/cjs/loader:1583:12)
    at require (node:internal/modules/helpers:153:16)
    at load (/usr/lib/mudita-center/app.asar/node_modules/node-gyp-build/node-gyp-build.js:22:10)

In the prepare() function, the rm -rf cleanup command seems to be accidentally removing the entire prebuilds directory (including linux-x64). The lines in question:

rm -rf \
        "${srcdir}/squashfs-root/resources/app.asar.unpacked/node_modules/@serialport/bindings-cpp/prebuilds/"\
            {android-*,darwin-*,linux-arm*,win32-*} \
        "${srcdir}/squashfs-root/resources/app.asar.unpacked/node_modules/usb/prebuilds/"\
            {android-*,darwin-*,linux-arm*,linux-ia32,win32-*}

Removing or commenting out those cleanup lines in prepare() fixes the issue and allows the app to launch successfully.

Edit: bad formatting

zxp19821005 commented on 2026-05-07 08:59 (UTC)

@Scoobert Thanks for your feedback, fixed it.

Scoobert commented on 2026-05-05 06:37 (UTC)

Hi, validating the hash of mudita-center-4.0.0-x86_64.AppImage is failing for me. I'm getting a different result.

❯ makepkg -si
==> Making package: mudita-center-bin 4.0.0-2 (Tue 05 May 2026 07:34:33)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading mudita-center-4.0.0-x86_64.AppImage...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
100 128.6M 100 128.6M   0      0 23.88M      0   00:05   00:05         25.12M
  -> Found mudita-center.sh
==> Validating source files with sha256sums...
    mudita-center-4.0.0-x86_64.AppImage ... FAILED
    mudita-center.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
❯ sha256sum Downloads/Mudita-Center.AppImage
ecf0c1f4dba0ac470e8330407eb30bfb4bb897bf3fa3a7e6098214fd0be3d3cf  Downloads/Mudita-Center.AppImage