Package Details: ente-desktop-bin 1.7.16-1

Git Clone URL: https://aur.archlinux.org/ente-desktop-bin.git (read-only, click to copy)
Package Base: ente-desktop-bin
Description: Desktop app for ente Photos.(Prebuilt version)
Upstream URL: https://github.com/ente-io/photos-desktop
Keywords: electron ente javascripts photo
Licenses: GPL-3.0-only
Conflicts: ente-desktop
Provides: ente-desktop
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 14
Popularity: 1.64
First Submitted: 2023-05-24 05:27 (UTC)
Last Updated: 2025-12-03 01:38 (UTC)

Latest Comments

1 2 Next › Last »

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 All right.

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