Package Details: stoplight-studio-appimage 2.10.0-4

Git Clone URL: https://aur.archlinux.org/stoplight-studio-appimage.git (read-only, click to copy)
Package Base: stoplight-studio-appimage
Description: The modern editor for API Architects and Technical Writers.
Upstream URL: https://stoplight.io/studio/
Licenses: custom
Submitter: radmen
Maintainer: foxie
Last Packager: foxie
Votes: 4
Popularity: 0.053266
First Submitted: 2019-11-21 08:30 (UTC)
Last Updated: 2024-04-02 13:39 (UTC)

Latest Comments

symbal commented on 2023-01-18 14:43 (UTC)

If you get the "GPU process isn't usable. Goodbye" message whilst trying to run this due to using an updated version of Electron, the simple fix is to add the --disable-gpu-sandbox flag to the exec command in the desktop shortcut (/usr/share/applications/stoplight-studio.desktop by default) or when launching from terminal

## Original
Exec=/opt/appimages/stoplight-studio.AppImage

## New
Exec=/opt/appimages/stoplight-studio.AppImage --disable-gpu-sandbox

foxie commented on 2022-10-26 18:42 (UTC)

@captn3m0 can you post the PKGBUILD again? It's not there anymore. Has it any benefit as you have to download the appimage beforehand? I don't think the license allows redistribution in different state.

captn3m0 commented on 2022-09-09 14:16 (UTC)

I converted the package from appimage to using system electron as a dependency. Unfortunately, there seems to be a hard dependency on Electron11, and it doesn't work on anything newer.

Here's the PKGBUILD: https://hastebin.com/juxubinodu.bash

Only issue I noticed was that it seems to always launch with the web console open.

dalu commented on 2021-10-30 18:24 (UTC)

sha512sum stoplight-studio-linux-x86_64.AppImage 
a7aba712ddc89118a42e6ea068a85335366324940a4c3dde19ba06f02c80f277c4346b81959e0dfcd7c1c80980f6c27a92f2ea79a64725453d97b8c8531506ee  stoplight-studio-linux-x86_64.AppImage

foxie commented on 2021-01-04 21:11 (UTC)

Thank you guys. Forgot to get to it before the weekend. Didn't realize I had to update the other file as well :D

BTW. I was looking into separating the app and electron, so the app would use system installed version. Same as with code in community repo.

hriad commented on 2020-12-30 21:28 (UTC)

Had the same issue as @imnotjames and as he said, by editing the PKGBUILD with the correct checksum 2bf480d367051fca62f02cca5c421fd0b9f0245494b6d41a897db5c7a3f9fd7 I had successfully built the package.

imnotjames commented on 2020-12-30 20:33 (UTC)

For 2.2.0-1 I'm getting a checksum mismatch for stoplight-studio.desktop

When manually fetching it and doing a sha256 I'm instead getting 72bf480d367051fca62f02cca5c421fd0b9f0245494b6d41a897db5c7a3f9fd7 - and have to edit the PKGBUILD with that instead to update.

radmen commented on 2020-06-02 14:13 (UTC)

Thank you @chetjan for mentioning the missing dependency. I've added it to the list.

chetjan commented on 2020-06-02 10:37 (UTC)

Thank you for the package. FYI I had to install 'fuse2' to get the app image to run. (Also, for other users, if you are running it directly from the terminal and not via the desktop file, the file can be located in /opt/appimages/stoplight-studio.AppImage).