Package Details: orca-writer 0.7.0_pre_alpha-7

Git Clone URL: https://aur.archlinux.org/orca-writer.git (read-only, click to copy)
Package Base: orca-writer
Description: React Electron App for Writing and Publishing Novels
Upstream URL: https://orcawriter.app/
Keywords: electron novels publish react write
Licenses: AGPL-3.0-only
Conflicts: orca-writer
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-07 08:41 (UTC)
Last Updated: 2024-03-13 05:24 (UTC)

Dependencies (11)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2024-04-01 05:35 (UTC)

@LuannVinson 或许你可以看一下上游的 package.json 中对于electron的编译版本的要求 : https://github.com/zachhannum/orca/blob/ca38e6155ce91e2d3a1c10d6d30502b2a0163889/package.json#L187 如果使用其他版本的electron进行编译,可能会导致未知的问题出现。

LuannVinson commented on 2024-03-29 14:44 (UTC)

electron 18 is not needed the last electron: 29 is good

change: /usr/bin/orca-writer

exec electron18 "${_RUNNAME}" "${_OPTIONS}" "$@" || exit $?

else exec electron18 "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi

to

else exec electron "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi