Search Criteria
Package Details: drawterm-9front-wl-git r522.05c9c55-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/drawterm-9front-wl-git.git (read-only, click to copy) |
|---|---|
| Package Base: | drawterm-9front-wl-git |
| Description: | 9front drawterm compiled targeting wayland + pipewire |
| Upstream URL: | http://drawterm.9front.org/ |
| Licenses: | MIT |
| Conflicts: | drawterm |
| Provides: | drawterm |
| Submitter: | m00dy |
| Maintainer: | m00dy |
| Last Packager: | m00dy |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-01-07 04:18 (UTC) |
| Last Updated: | 2023-06-28 11:04 (UTC) |
Dependencies (8)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- wlr-protocols-gitAUR (make)
Latest Comments
tealeg commented on 2025-09-11 18:23 (UTC)
Confirmed - it compiles and install correctly now. Thanks.
m00dy commented on 2025-09-11 17:28 (UTC)
@tealeg thanks, that was an upstream issue and should be fixed now.
tealeg commented on 2025-09-11 17:04 (UTC)
Currently this won't build for me. I see the following error during compilation.
DeedleFake commented on 2023-06-28 19:35 (UTC)
It's working, but
wlr-protocols-gitisn't building correctly using yay. I've left a comment there and hopefully that'll get fixed soon.I also suggested adding a
provides=('wlr-protocols')line to their PKGBUILD. If they do, it might be better to change the dependency in this one to usewlr-protocolsinstead of relying directly on the-gitpackage.m00dy commented on 2023-06-28 11:06 (UTC)
libxkbcommon and wlr-protocols-git have been added. Hope that works for people now. I am no longer using arch based distros now so I had some issues verifying.
DeedleFake commented on 2023-06-28 00:05 (UTC) (edited on 2023-06-28 00:06 (UTC) by DeedleFake)
New make dependency:
wlr-protocols. Unfortunately, there seems to only be awlr-protocols-gitavailable, which feels a bit weird to me to depend on, but it needs something as this won't compile at the moment without it.daftaupe commented on 2023-06-05 06:29 (UTC) (edited on 2023-06-05 06:29 (UTC) by daftaupe)
libxkbcommonshould also be added tomakedepends=otherwise the build fails withDeedleFake commented on 2023-03-01 19:10 (UTC)
wayland-protocolsshould be added tomakedepends.m00dy commented on 2023-02-24 22:43 (UTC)
@DeedleFake Thank you! I have pushed a fix for this. In the future feel free to send patches to 9front@9front.org
DeedleFake commented on 2023-02-24 21:35 (UTC) (edited on 2023-02-24 21:41 (UTC) by DeedleFake)
Edit: Here's a patch to fix the problem.
I couldn't find an issue tracker to report this in, but as you seem to be the maintainer of both the actual Wayland port and this package, I thought I'd report it here:
When built using
CONF=linux, drawterm produces the following error immediately after being run:With the help of gdb, I was able to track the error to
wl-cb.cwhere it seems to be caused by a call tosysfatal("registration fell short"). I believe that this is because I am running it in GNOME, and GNOME does not have support forzxdg_decoration_manager_v1. Would it be possible to make that usage optional and just display with no decorations if that's not available instead of crashing, by any chance? I'd send a pull request to do it myself, but there doesn't seem to be any procedure for that that I can find. It was a simple three-line fix. Just needed to remove the assertion forwl->decomanand add anifaround its usage a few lines below.