Search Criteria
Package Details: orca-writer 0.7.0_pre_alpha-10
Package Actions
| 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.(Use system-wide electron) |
| Upstream URL: | https://orcawriter.app/ |
| Keywords: | electron novels 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: | 2025-04-29 05:17 (UTC) |
Dependencies (13)
- electron18 (electron18-binAUR)
- giflib (giflib-gitAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- libwebp (libwebp-gitAUR)
- orc
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
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
else exec electron18 "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi
to
else exec electron "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" || exit $? fi