Package Details: xpipe 1:10.2.2-1

Git Clone URL: https://aur.archlinux.org/xpipe.git (read-only, click to copy)
Package Base: xpipe
Description: Your entire server infrastructure at your fingertips
Upstream URL: https://github.com/xpipe-io/xpipe
Keywords: desktop docker files kubernetes lxd podman sftp ssh
Licenses: unknown
Submitter: crschnick
Maintainer: crschnick
Last Packager: crschnick
Votes: 3
Popularity: 0.023231
First Submitted: 2023-07-19 15:23 (UTC)
Last Updated: 2024-07-26 17:26 (UTC)

Latest Comments

crschnick commented on 2024-06-07 15:42 (UTC)

@mqs Yeah socat is a dependency if you want to use kitty with it as the kitty integration primarily works through the kitty socket interface. I guess that dependency can be added to the package, it wasn't originally required back when the package was created.

mqs commented on 2024-06-07 15:36 (UTC) (edited on 2024-06-07 15:37 (UTC) by mqs)

I just wanted to try out xpipe, but started to run into this issue:

java.io.IOException: Unable to launch terminal Kitty: socat executable socat not found in PATH
at io.xpipe.app.util.TerminalLauncher.open(TerminalLauncher.java:73)
at io.xpipe.ext.base.action.LaunchAction$Action.execute(LaunchAction.java:100)
at io.xpipe.app.comp.store.StoreEntryWrapper.executeDefaultAction(StoreEntryWrapper.java:217)
at io.xpipe.app.comp.store.StoreEntryComp.lambda$createSimple$0(StoreEntryComp.java:94)
at io.xpipe.app.util.ThreadHelper.lambda$runFailableAsync$1(ThreadHelper.java:42)
at io.xpipe.app.util.ThreadHelper.lambda$wrap$0(ThreadHelper.java:19)
at java.lang.VirtualThread.run(VirtualThread.java:309)

Caused by: java.io.IOException: socat executable socat not found in PATH
at io.xpipe.app.util.CommandSupport.isInPathOrThrow(CommandSupport.java:31)
at io.xpipe.app.terminal.KittyTerminalType$Linux.launch(KittyTerminalType.java:114)
at io.xpipe.app.util.TerminalLauncher.open(TerminalLauncher.java:69)
... 6 more

Is there a missing (optional) dependency? As the error says, I do use kitty and do not have socat installed.