Package Details: hoppscotch-bin 25.2.2-0

Git Clone URL: https://aur.archlinux.org/hoppscotch-bin.git (read-only, click to copy)
Package Base: hoppscotch-bin
Description: Hoppscotch. Open source API development ecosystem
Upstream URL: https://hoppscotch.io/
Keywords: hoppscotch postman
Licenses: MIT
Submitter: Gowtham2003
Maintainer: Gowtham2003
Last Packager: Gowtham2003
Votes: 6
Popularity: 0.31
First Submitted: 2023-11-11 09:52 (UTC)
Last Updated: 2025-03-13 15:36 (UTC)

Latest Comments

1 2 Next › Last »

midkiff87 commented on 2025-03-07 18:50 (UTC) (edited on 2025-03-07 18:50 (UTC) by midkiff87)

latest Hoppscotch fails to launch

/usr/bin/hoppscotch-desktop: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory

there's two entries in pacman for webkit2gkt

  • webkit2gkt
  • webkit2gkt-4.1

Installing the second one fixed the issue for me

Gowtham2003 commented on 2025-03-05 17:43 (UTC)

I have updated the package to latest release 25.2.0-0

Karlos1337 commented on 2025-03-05 17:32 (UTC)

This current version has a bug that prevents login into the app. Use this PKGBUILD to build the latest version:

pkgname=hoppscotch-bin
pkgver=25.2.0
pkgrel=0
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
url="https://hoppscotch.io/"
license=('MIT')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl-1.1' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("${pkgname}-${pkgver}-${pkgrel}.deb::https://github.com/hoppscotch/releases/releases/download/v${pkgver}-${pkgrel}/Hoppscotch_linux_x64.deb")
sha512sums_x86_64=('1a9fae237b121c69aec1a72132908b34efd8c688f1dea0df21ce2b2bb45c777f6193e53a1454f7589c4be58d57ec0d3ef774126dc01387827579121cf7623294')

package() {

    # Extract package data
    tar -xz -f data.tar.gz -C "${pkgdir}"

}

Hatcheur commented on 2024-11-10 11:12 (UTC) (edited on 2024-11-10 11:12 (UTC) by Hatcheur)

If the app is an empty window and you have the following in your terminal:

Failed to create GBM buffer of size 800x600: Invalid argument

Run hoppscotch this way:

WEBKIT_DISABLE_DMABUF_RENDERER=1 hoppscotch

Source: https://github.com/tauri-apps/tauri/issues/8462#issuecomment-1868612633

acrosstheocean commented on 2024-10-25 21:33 (UTC)

This package would throw the following error if libssl.so.1.1 file is not present:

hoppscotch: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

The issue is fixed after installing the openssl-1.1 package.

Kneemund commented on 2024-10-10 23:04 (UTC)

This package seems to depend on libssl.so.1.1, so the dependency openssl should probably be changed to openssl-1.1.

Gowtham2003 commented on 2024-10-01 10:12 (UTC)

done, removed that extra comma

furai commented on 2024-10-01 10:05 (UTC)

I think keywords might be wrong, I see an extra comma in it after hoppscotch.

sadam36 commented on 2024-09-04 06:17 (UTC)

Awesome, all is good now!

Gowtham2003 commented on 2024-09-04 03:12 (UTC)

@Lulzagna thanks for pointing out, I have updated the config to have pkgver and pkgrel now