Search Criteria
Package Details: insomnia-electron 1:12.1.0-1
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.000002 |
| First Submitted: | 2021-09-22 01:27 (UTC) |
| Last Updated: | 2025-11-22 11:42 (UTC) |
Dependencies (6)
- electron38 (electron38-binAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- libicns (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-berryAUR, corepackerAUR, yarn-corepackAUR) (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)
electronpackage now points to version 19, which causesthe fix is to use Electron 18 (
_electron=electron18inPKGBUILD)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.jsonat the root of the projectinsomniagets stuck at some part of the program and only displays absolutely nothing. To fix this we copypackage.jsonto/usr/lib/insomniaand when we runelectronwe go to that directory.