Search Criteria
Package Details: insomnia-electron 1:10.0.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/insomnia-electron.git (read-only, click to copy) |
---|---|
Package Base: | insomnia-electron |
Description: | Cross-platform HTTP and GraphQL Client |
Upstream URL: | https://github.com/Kong/insomnia |
Licenses: | Apache-2.0 |
Conflicts: | insomnia |
Provides: | insomnia |
Submitter: | dusansimic |
Maintainer: | fmauNeko |
Last Packager: | fmauNeko |
Votes: | 3 |
Popularity: | 0.002572 |
First Submitted: | 2021-09-22 01:27 (UTC) |
Last Updated: | 2024-10-07 07:17 (UTC) |
Dependencies (6)
- electron31 (electron31-binAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- libicns (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
Latest Comments
void09 commented on 2023-01-15 20:16 (UTC)
@frysztak the fix worked, thanks. Any idea how to fix it for latest (2022.7.2) version ?
frysztak commented on 2022-07-15 08:28 (UTC)
electron
package now points to version 19, which causesthe fix is to use Electron 18 (
_electron=electron18
inPKGBUILD
)yakoyakoyokuyoku commented on 2022-05-21 21:03 (UTC)
For version 2022.3.0 I recommend the following patch, which has yielded into a working
insomnia
. Currently if we ran it under a folder that does not contain thepackage.json
at the root of the projectinsomnia
gets stuck at some part of the program and only displays absolutely nothing. To fix this we copypackage.json
to/usr/lib/insomnia
and when we runelectron
we go to that directory.