pacstall / pacstall/pacstall-programs
Broken: zed-editor-stable-bin
Open
@wizard-28 is already working on this.
Since Jul 26, 2026.
Broken
- Dominant language
- Shell
- Stars
- 216
- Forks
- 187
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 117
Description
Package name
zed-editor-stable-bin
Version
1.12.0
Pacstall version
6.4.1 Salmon
Distro and version
Ubuntu Devel
Relevant log output
Downloaded 149.696 Megabyte(s) in 39 second(s). (3898.06 KB/s)
[>] Extracting zed-linux-x86_64.tar.gz
[+] INFO: Running functions
[>] Running package
install: No such file or directory
sed: can't read /usr/src/pacstall/zed-editor-stable-bin/usr/share/applications/dev.zed.Zed.desktop: No such file or directory
sed: can't read /usr/src/pacstall/zed-editor-stable-bin/usr/share/applications/dev.zed.Zed.desktop: No such file or directory
[+] INFO: Packaging zed-editor-stable-bin as zed-editor
[>] Packing control.tar
[>] Packing data.tar
[>] Compressing
Reading package lists... Done
Patch for package
--- zed-editor-stable-bin.pacscript.orig 2026-07-26 17:27:33.718352529 +0200
+++ zed-editor-stable-bin.pacscript 2026-07-26 17:35:58.654427853 +0200
@@ -27,7 +27,7 @@
"${pkgdir}/usr/share/icons/hicolor/${size}/apps/${gives}.png"
done
- install -Dm644 "zed.app/share/applications/zed.desktop" "${pkgdir}/usr/share/applications/${_desktop}"
+ install -Dm644 "zed.app/share/applications/${_desktop}" -t "${pkgdir}/usr/share/applications/"
# "zed" command can conflict with /usr/sbin/zed from zfs-zed package
sed -i "s/Exec=zed/Exec=${gives}/g" "${pkgdir}/usr/share/applications/${_desktop}"
sed -i "s/Icon=zed/Icon=${gives}/g" "${pkgdir}/usr/share/applications/${_desktop}"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.