Package Details: inky 0.15.1-1

Git Clone URL: https://aur.archlinux.org/inky.git (read-only, click to copy)
Package Base: inky
Description: Editor for ink: inkle's narrative scripting language
Upstream URL: http://www.inklestudios.com/ink
Licenses: MIT
Submitter: erbridge
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 2
Popularity: 0.000000
First Submitted: 2017-03-18 13:00 (UTC)
Last Updated: 2024-06-29 22:35 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

oech3 commented on 2025-05-01 22:58 (UTC)

Every file not in resources directry (and 100MB .exe file ?) is droppable from package. Laucher could be replaced with wrapper for electron31 --app=/pathto/app.asar . (electron30 is better. But it is not in repository.)

oech3 commented on 2025-05-01 22:37 (UTC) (edited on 2025-05-01 22:39 (UTC) by oech3)

It seems icu68 is no longer linked(potentially conflicting?). Would you remove?

MarsSeed commented on 2025-04-14 13:59 (UTC)

Please build this from source, and use the current icu and the newer Electron 30. See Issue#520.

oech3 commented on 2025-04-14 00:03 (UTC)

icu68-bin A JavaScript error occurred in the main process Uncaught Exception: Error: EACCES: permission denied, open '/usr/share/inky/resources/app.asar.unpacked/main-process/ink/longer-ink-snippets/list_pop.ink' at Object.openSync (node:fs:581:18) at Object.func [as openSync] (node:electron/js2c/node_init:2:2214) at Object.readFileSync (node:fs:457:35) at t.readFileSync (node:electron/js2c/node_init:2:9771) at loadLongerSnippet (/usr/share/inky/resources/app.asar/main-process/inkSnippets.js:16:25) at Object.<anonymous> (/usr/share/inky/resources/app.asar/main-process/inkSnippets.js:174:23) at Module._compile (node:internal/modules/cjs/loader:1391:14) at Module._extensions..js (node:internal/modules/cjs/loader:1451:10) at Module.load (node:internal/modules/cjs/loader:1214:32) at Module._load (node:internal/modules/cjs/loader:1030:12)

undeadalex commented on 2022-09-16 11:59 (UTC) (edited on 2022-09-16 12:31 (UTC) by undeadalex)

Its 2022, and I'm getting the following error after installing and running:


Ink compiler had an unexpected error ☹

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
   at System.Environment.FailFast(System.String)
   at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
   at System.Globalization.GlobalizationMode..cctor()
   at System.Globalization.CultureData.CreateCultureWithInvariantData()

I have mono installed. Did I miss something? Or has the (strip) stopped working? I'm on the LTS kernel, doubt that matters but when I try to figure out what the problem is I get hit with a ton of dotnet solutions? I don't even have dotnet installed.

EDIT: Not changing above in case you wind up here. But you need the icu68: icu68 form AUR After installing this it runs just fine

katafrakt commented on 2021-05-16 21:10 (UTC)

I can confirm what DimiDimit said (although actual addition needs to contain quotes for me):

options=('!strip')

DimiDimit commented on 2021-04-20 14:26 (UTC) (edited on 2021-04-20 14:29 (UTC) by DimiDimit)

I had to add

options=(!strip)

or I'd get

Ink compiler had an unexpected error ☹
Failure processing application bundle; possible file corruption.
I/O failure reading contents of the bundle.
A fatal error was encountered. Could not extract contents of the bundle

inside the UI when I run it.

nipsky commented on 2020-10-14 16:23 (UTC)

Hi, I’m getting a segmentation fault when I try to run the installed application.

blinry commented on 2019-04-30 04:32 (UTC)

Hey, version 0.10.0b is the most current one! :) If you want, you can update this package!

mattre commented on 2018-02-20 14:28 (UTC) (edited on 2018-02-20 14:32 (UTC) by mattre)

@erbridge: yes i installed the mono package and i also had to install die lib32-mpg123 package. its working now. may you set the required dependencies for this package?