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

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

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) - ente-desktop-bin
2026-05-31 · via AUR Newest Packages

zxp19821005 commented on 2025-12-02 10:14 (UTC)

@windy 1.7.16 was a pre-release,at now.

zxp19821005 commented on 2025-08-06 05:25 (UTC)

alrayyes commented on 2025-08-06 04:45 (UTC) (edited on 2025-08-06 04:45 (UTC) by alrayyes)

libffmpeg.so was linking to a non existent file:

libffmpeg.so -> /usr/lib/electron/libffmpeg.so

For some reason the electron version wasn't being appended. The PKGBUILD does seem to be correct. Downloading the PKGBUILD manually and running makepkg -si seems to install a working ente-desktop. shrugs

zxp19821005 commented on 2025-08-06 00:35 (UTC)

@alrayyes No, because I only made a link to electron37, it will only use the libffmpeg.so from electron37 or electron37-bin

alrayyes commented on 2025-08-05 09:26 (UTC) (edited on 2025-08-05 14:28 (UTC) by alrayyes)

@zxp19821005 yes I did. Could ente be confused because I have multiple electron versions installed?

❯ pacman -Ql | grep libffmpeg.so
electron35 /usr/lib/electron35/libffmpeg.so
electron37-bin /usr/lib/electron37/libffmpeg.so
ente-desktop-bin /usr/lib/ente-desktop/libffmpeg.so

zxp19821005 commented on 2025-08-04 05:36 (UTC)

@alrayyes I hasn't met the problem. Have you installed the electron37-bin?

alrayyes commented on 2025-08-04 04:55 (UTC)

Seem to get the following error again:

ente-desktop: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory

zxp19821005 commented on 2025-04-23 21:20 (UTC)

@yochananmarqos Thanks for your feedback, fixed it.

yochananmarqos commented on 2025-04-23 16:38 (UTC)

@zxp19821005: Please install the Appdata file and remove the binaries for other platforms. Then the package can be stripped and the size will be reduced by almost 80 MiB.

    # Symlink Appdata
    install -d "${pkgdir}/usr/share/metainfo"
    ln -s "/usr/lib/${pkgname%-bin}/resources/io.${_pkgname}.photos.appdata.xml" "${pkgdir}/usr/share/metainfo/"

    # Remove binares for other platforms
    rm -rv "${pkgdir}/usr/lib/${pkgname%-bin}/resources/app.asar.unpacked/node_modules/onnxruntime-node/bin/napi-v3/"{darwin,win32}

    if [ "${CARCH}" == "aarch64" ]; then
        rm -rv "${pkgdir}/usr/lib/${pkgname%-bin}/resources/app.asar.unpacked/node_modules/onnxruntime-node/bin/napi-v3/linux/x64/"
    else
        rm -rv "${pkgdir}/usr/lib/${pkgname%-bin}/resources/app.asar.unpacked/node_modules/onnxruntime-node/bin/napi-v3/linux/arm64/"
    fi

Varen commented on 2025-04-02 18:33 (UTC)

@zxp19821005 Thanks, works fine now