Package Details: open-ai-translator-bin 0.4.34-1

Git Clone URL: https://aur.archlinux.org/open-ai-translator-bin.git (read-only, click to copy)
Package Base: open-ai-translator-bin
Description: Browser extension and cross-platform desktop application for translation based on ChatGPT API.(Prebuilt version)基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用
Upstream URL: https://github.com/openai-translator/openai-translator
Keywords: chatgpt openai translation translator translator-app
Licenses: AGPL-3.0-only
Conflicts: open-ai-translator, openai-translator
Provides: open-ai-translator
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 4
Popularity: 0.005358
First Submitted: 2023-07-17 11:31 (UTC)
Last Updated: 2024-11-18 05:01 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

neitsab commented on 2024-11-14 10:11 (UTC) (edited on 2024-11-14 12:08 (UTC) by neitsab)

Hi, there's some duplication going on between this and open-ai-translator-bin.

They're up-to-date with the latest version right now, but the java-runtime and xdotool deps in there puzzle me quite a bit (as @xuanwo remarked here, but I see they're the maintainer here)...

edit namcap is the one raising its absence as an error:

openai-translator-bin E: Dependency java-runtime detected and not included (found class files usr/lib/open-ai-translator/resources/bin/ocr_apple, usr/lib/open-ai-translator/resources/bin/ocr_intel)

They seem to be MacOS-related though, so no idea whether they're really required.

xuanwo commented on 2023-11-10 10:27 (UTC)

Hi, why we need java-runtime dependencies?

Thoxvi commented on 2023-03-18 16:24 (UTC)

Encountered an error in KDE:

thread 'main' panicked at 'Failed to load ayatana-appindicator3 or appindicator3 dynamic library
libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
libappindicator3.so.1: cannot open shared object file: No such file or directory
libayatana-appindicator3.so: cannot open shared object file: No such file or directory
libappindicator3.so: cannot open shared object file: No such file or directory', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libappindicator-sys-0.7.3/src/lib.rs:41:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Installing the sudo pacman -S libayatana-appindicator library fixed the issue.