Package Details: rxvt-unicode-truecolor-wide-glyphs 9.31-5

Git Clone URL: https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git (read-only, click to copy)
Package Base: rxvt-unicode-truecolor-wide-glyphs
Description: Unicode enabled rxvt-clone terminal emulator (urxvt) with true color, enhanced glyphs and improved font rendering support
Upstream URL: http://software.schmorp.de/pkg/rxvt-unicode.html
Licenses: GPL
Conflicts: rxvt-unicode, rxvt-unicode-terminfo, urxvt-perls, urxvt-resize-font
Provides: rxvt-unicode, rxvt-unicode-terminfo, urxvt-keyboard-select, urxvt-resize-font
Submitter: mrdotx
Maintainer: mrdotx
Last Packager: mrdotx
Votes: 13
Popularity: 1.27
First Submitted: 2020-11-13 12:30 (UTC)
Last Updated: 2023-08-07 16:13 (UTC)

Required by (43)

Sources (12)

Pinned Comments

mrdotx commented on 2023-01-09 11:26 (UTC)

Some window managers may have the problem that your prompt appears somewhere in the middle of the window. To mitigate the problem, change the geometry in your XResources config, e.g.:

URxvt.geometry: 80x-1

Latest Comments

1 2 Next › Last »

asheriif commented on 2023-09-08 01:14 (UTC) (edited on 2023-09-08 15:16 (UTC) by asheriif)

Great package, thank you for putting this together!

For i3 users: prompt location is still pretty messed up unfortunately after that update.

There's a bug open https://bugs.archlinux.org/task/77062 since January but it doesn't look like this will be fixed any time soon.

The geometry workaround also only works if you never switch urxvt to a floating window. If you do, then this workaround actually just makes things worse.

The current workaround is to comment out line 397 in screen.C. Adding the following line to the end of PKGBUILD prepare() function should do the job:

sed -i '397 s/^/\/\//' "${srcdir}/rxvt-unicode-9.31/src/screen.C"

mrdotx commented on 2023-07-18 05:49 (UTC) (edited on 2023-07-19 11:38 (UTC) by mrdotx)

At the moment this package and other Terminal-Emulators in the AUR cannot be build due to a 'fix' for CVE-2023-29491 in ncurses.

You can find detailed information here:

  1. https://bbs.archlinux.org/viewtopic.php?id=286373
  2. https://bugs.archlinux.org/task/78578

Try the following steps as a workaround:

  1. replace ncurses by install ncurses-git from the AUR
  2. install rxvt-unicode-truecolor-wide-glyphs
  3. replace ncurses-git from the AUR by install ncurses

Should be fixed with version 9.31-4 of rxvt-unicode-truecolor-wide-glyphs...

MareDevi commented on 2023-07-18 01:12 (UTC) (edited on 2023-07-18 01:13 (UTC) by MareDevi)

When I install this package,I got an error while building.

/usr/bin/install -c -m 644 rclock.1.man  /home/MareDevi/.cache/yay/rxvt-unicode-truecolor-wide-glyphs/pkg/rxvt-unicode-truecolor-wide-glyphs/usr/share/man/man1/urclock.1
/usr/bin/tic -x ./etc/rxvt-unicode.terminfo || \
           /usr/bin/tic ./etc/rxvt-unicode.terminfo
"./etc/rxvt-unicode.terminfo", line 7, terminal 'rxvt-unicode': /usr/share/terminfo/r: permission denied
"./etc/rxvt-unicode.terminfo", line 57, col 20, terminal 'rxvt-unicode': unknown capability 'kDC5'
"./etc/rxvt-unicode.terminfo", line 58, col 19, terminal 'rxvt-unicode': unknown capability 'kDC6'
"./etc/rxvt-unicode.terminfo", line 59, col 17, terminal 'rxvt-unicode': unknown capability 'kDN'
"./etc/rxvt-unicode.terminfo", line 60, col 18, terminal 'rxvt-unicode': unknown capability 'kDN5'
"./etc/rxvt-unicode.terminfo", line 62, col 20, terminal 'rxvt-unicode': unknown capability 'kIC5'
"./etc/rxvt-unicode.terminfo", line 63, col 19, terminal 'rxvt-unicode': unknown capability 'kIC6'
"./etc/rxvt-unicode.terminfo", line 65, col 21, terminal 'rxvt-unicode': unknown capability 'kEND5'
"./etc/rxvt-unicode.terminfo", line 66, col 20, terminal 'rxvt-unicode': unknown capability 'kEND6'
"./etc/rxvt-unicode.terminfo", line 68, col 21, terminal 'rxvt-unicode': unknown capability 'kFND5'
"./etc/rxvt-unicode.terminfo", line 69, col 20, terminal 'rxvt-unicode': unknown capability 'kFND6'
"./etc/rxvt-unicode.terminfo", line 71, col 21, terminal 'rxvt-unicode': unknown capability 'kHOM5'
"./etc/rxvt-unicode.terminfo", line 72, col 20, terminal 'rxvt-unicode': unknown capability 'kHOM6'
"./etc/rxvt-unicode.terminfo", line 74, col 19, terminal 'rxvt-unicode': unknown capability 'kLFT5'
"./etc/rxvt-unicode.terminfo", line 76, col 21, terminal 'rxvt-unicode': unknown capability 'kNXT5'
"./etc/rxvt-unicode.terminfo", line 77, col 20, terminal 'rxvt-unicode': unknown capability 'kNXT6'
"./etc/rxvt-unicode.terminfo", line 79, col 21, terminal 'rxvt-unicode': unknown capability 'kPRV5'
"./etc/rxvt-unicode.terminfo", line 80, col 20, terminal 'rxvt-unicode': unknown capability 'kPRV6'
"./etc/rxvt-unicode.terminfo", line 82, col 19, terminal 'rxvt-unicode': unknown capability 'kRIT5'
"./etc/rxvt-unicode.terminfo", line 83, col 17, terminal 'rxvt-unicode': unknown capability 'kUP'
"./etc/rxvt-unicode.terminfo", line 84, col 18, terminal 'rxvt-unicode': unknown capability 'kUP5'
"./etc/rxvt-unicode.terminfo", line 7, terminal 'rxvt-unicode': /usr/share/terminfo/r: permission denied
make[1]: *** [Makefile:103: install] Error 1
make[1]: Leaving directory '/home/MareDevi/.cache/yay/rxvt-unicode-truecolor-wide-glyphs/src/rxvt-unicode-9.31/doc'
make: *** [Makefile:37: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: rxvt-unicode-truecolor-wide-glyphs-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
rxvt-unicode-truecolor-wide-glyphs - exit status 4

aspirogrammer commented on 2023-04-15 01:21 (UTC) (edited on 2023-04-15 01:21 (UTC) by aspirogrammer)

Finally, a working urxvt with the patch applied, awesome package!

killozap commented on 2023-03-04 11:30 (UTC)

With the enable-wide-glyphs.patch, urxvt crashes with a segfault in some specific situations:

Mar 04 12:21:36 anarres systemd-coredump[83061]: [🡕] Process 83020 (urxvt) of user 1000 dumped core.

                                                 Stack trace of thread 83020:
                                                 #0  0x00005596c8165746 _ZN9rxvt_term11scr_refreshEv (ur>
                                                 #1  0x00005596c81661d9 _ZN9rxvt_term5flushEv (urxvt + 0>
                                                 #2  0x00005596c8180d84 ev_invoke_pending (urxvt + 0x48d>
                                                 #3  0x00005596c8182421 ev_run (urxvt + 0x4a421)
                                                 #4  0x00005596c816144d main (urxvt + 0x2944d)
                                                 #5  0x00007fbde8a3c790 n/a (libc.so.6 + 0x23790)
                                                 #6  0x00007fbde8a3c84a __libc_start_main (libc.so.6 + 0>
                                                 #7  0x00005596c8165f15 _start (urxvt + 0x2df15)
                                                 ELF object binary architecture: AMD x86-64

Disabling the patch -> no crashes. Any ideas?

MithicSpirit commented on 2023-01-15 02:00 (UTC)

This is failing to build for me due to rxvt-unicode-9.31.tar.bz2.signature having the incorrect checksum. Updating the checksums with updpkgsums fixes it.

mrdotx commented on 2023-01-09 11:26 (UTC)

Some window managers may have the problem that your prompt appears somewhere in the middle of the window. To mitigate the problem, change the geometry in your XResources config, e.g.:

URxvt.geometry: 80x-1

mrdotx commented on 2022-11-17 11:42 (UTC)

@Junker: Hi, 'patch' is included in 'base-devel', which is a requirement to use the AUR. For more information, see the wiki: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

Junker commented on 2022-11-17 11:03 (UTC)

please add "patch" to makedepends

-> Extracting rxvt-unicode-9.30.tar.bz2 with bsdtar
==> Starting prepare()...
/home/junker/.cache/paru/clone/rxvt-unicode-truecolor-wide-glyphs/PKGBUILD: line 64: patch: command not found

mrdotx commented on 2022-06-13 16:19 (UTC)

@ferdig: Normally this should be fixed upstream, but this takes some time. I added your quick fix as a patch in version 9.30-5, for now. Thanks for your contribution...