Package Details: ptyxis 46.2-3

Git Clone URL: https://aur.archlinux.org/ptyxis.git (read-only, click to copy)
Package Base: ptyxis
Description: A terminal for a container-oriented desktop
Upstream URL: https://gitlab.gnome.org/chergert/ptyxis
Licenses: GPL-3.0-or-later, LGPL-3.0-or-later
Submitter: Piroro-hs
Maintainer: Piroro-hs
Last Packager: Piroro-hs
Votes: 6
Popularity: 3.10
First Submitted: 2024-04-07 18:51 (UTC)
Last Updated: 2024-05-11 11:53 (UTC)

Latest Comments

Piroro-hs commented on 2024-05-24 19:18 (UTC)

@kabe-inc You can rebuild it locally. It should fix the crash.

kabe-inc commented on 2024-05-24 00:57 (UTC)

Ptyxis crashes with the following error:

ptyxis: error while loading shared libraries: libicuuc.so.74: cannot open shared object file: No such file or directory

icu just updated to 75.1-1. Could you please rebuild with the updated library?

armandleg commented on 2024-04-25 20:32 (UTC)

Is it necessary to explicitly specify VTE version in the PKGBUILD? This way every time new VTE version is released, the same problem will occur and the PKGBUILD will have to be updated right?

Piroro-hs commented on 2024-04-25 09:46 (UTC)

VTE version updated, thanks!

armandleg commented on 2024-04-22 19:26 (UTC) (edited on 2024-04-22 19:26 (UTC) by armandleg)

Recent issues with vte-common package can be fixed by applying the following patch:

--- PKGBUILD
+++ PKGBUILD
@@ -28,7 +28,7 @@
          'pango'
          'pcre2'
          'systemd-libs'
-         "vte-common=$_vtever")
+         "vte-common")
 makedepends=('git'
              'meson'
              'patchutils'