Package Details: anytype-electron-bin 0.40.0-1

Git Clone URL: https://aur.archlinux.org/anytype-electron-bin.git (read-only, click to copy)
Package Base: anytype-electron-bin
Description: Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users.
Upstream URL: https://anytype.io/
Licenses: custom
Conflicts: anytype, anytype-legacy
Provides: anytype
Submitter: AsukaMinato
Maintainer: hearth (aperez)
Last Packager: hearth
Votes: 4
Popularity: 0.77
First Submitted: 2023-10-29 06:53 (UTC)
Last Updated: 2024-04-25 09:41 (UTC)

Pinned Comments

hearth commented on 2023-12-30 22:17 (UTC)

MIGRATION

If you are coming from the > 0.3.2 BETA please read the instructions:

Install anytype-legacy
Follow the instructions HERE: https://community.anytype.io/t/anytype-legacy-to-beta-migration-trail-guide/9274 UP to the point 2., BUT NOT 3.
Now install anytype-bin (this package) and now you can follow point 3. and login with the recovery phrase.

Latest Comments

hearth commented on 2024-02-20 14:08 (UTC)

Sorry for the slow reply.

I was working on finding a fix to Deresiant's issue, but with my personal life being a bit hectic, I honestly forgot.

I have bumped to version 0.38.12-alpha and changed the dependencies.

I originally took over maintenance of this package because it was orphaned, the first update only required bumping the version to work. I have little experience with electron, so co-maintainers are warmly welcomed.

aperez commented on 2024-02-19 21:54 (UTC)

I found the same issue as @Deresiant and figured out that switching the launcher script to use electron27 made things work.

@hearth: Please change the dependency from electron to electron27, and if you need help maintaining the package, I can help out as co-maintainer.

Deresiant commented on 2024-02-18 09:46 (UTC) (edited on 2024-02-18 09:47 (UTC) by Deresiant)

Any clue what might be wrong with my anytype? anytype-bin boots up properly.

/opt/Anytype/anytype --trace-warnings
[Server] Process start error:  Error: spawn ENOTDIR
(node:163856) UnhandledPromiseRejectionWarning: Error: spawn ENOTDIR
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at Object.spawn (node:child_process:776:9)
    at /opt/Anytype/resources/app.asar/electron/js/server.js:34:29
    at emitUnhandledRejectionWarning (node:internal/process/promises:201:15)
    at processPromiseRejections (node:internal/process/promises:297:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:32)
(node:163856) Error: spawn ENOTDIR
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at Object.spawn (node:child_process:776:9)
    at /opt/Anytype/resources/app.asar/electron/js/server.js:34:29
(node:163856) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'on')
    at /opt/Anytype/resources/app.asar/electron/js/server.js:43:13
    at emitUnhandledRejectionWarning (node:internal/process/promises:201:15)
    at processPromiseRejections (node:internal/process/promises:297:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:32)
(node:163856) TypeError: Cannot read properties of undefined (reading 'on')
    at /opt/Anytype/resources/app.asar/electron/js/server.js:43:13
[ConfigManager].init: {
  channel: 'beta',
  languages: [ 'en-US', 'en' ],
  zoom: 0,
  debug: {},
  theme: 'dark'
}
(node:163856) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
    at handledRejection (node:internal/process/promises:173:23)
    at promiseRejectHandler (node:internal/process/promises:119:7)
    at Promise.then (<anonymous>)
    at waitForLibraryAndCreateWindows (/opt/Anytype/resources/app.asar/electron.js:89:21)
    at /opt/Anytype/resources/app.asar/electron/js/config.js:33:5
    at /opt/Anytype/resources/app.asar/node_modules/electron-json-storage/lib/storage.js:208:14
    at /opt/Anytype/resources/app.asar/node_modules/electron-json-storage/lib/lock.js:123:12
    at /opt/Anytype/resources/app.asar/node_modules/lockfile/lockfile.js:62:47
    at FSReqCallback.oncomplete (node:fs:189:23)

hearth commented on 2023-12-30 22:17 (UTC)

MIGRATION

If you are coming from the > 0.3.2 BETA please read the instructions:

Install anytype-legacy
Follow the instructions HERE: https://community.anytype.io/t/anytype-legacy-to-beta-migration-trail-guide/9274 UP to the point 2., BUT NOT 3.
Now install anytype-bin (this package) and now you can follow point 3. and login with the recovery phrase.