Search Criteria
Package Details: rxvt-unicode-truecolor-wide-glyphs 9.31-12
Package Actions
| 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: | https://software.schmorp.de/pkg/rxvt-unicode.html |
| Licenses: | GPL-3.0-only |
| 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: | 20 |
| Popularity: | 0.000030 |
| First Submitted: | 2020-11-13 12:30 (UTC) |
| Last Updated: | 2026-02-02 16:07 (UTC) |
Dependencies (10)
- libnsl (libnsl-gitAUR)
- libptytty
- libxext (libxext-gitAUR)
- libxft (libxft-gitAUR)
- libxmu
- libxt
- perl (perl-gitAUR)
- startup-notification
- signify (outilsAUR) (make)
- gtk2-perlAUR (optional) – to use the urxvt-tabbed
Required by (30)
- dbus-term-launcher (requires rxvt-unicode) (optional)
- ecs-tasks-ops (requires rxvt-unicode) (optional)
- glrnvim (requires rxvt-unicode) (optional)
- i3-scratchpad-git (requires rxvt-unicode) (optional)
- mcu8051ide (requires rxvt-unicode) (optional)
- myman (requires rxvt-unicode) (optional)
- qemu-android-cm-x86 (requires rxvt-unicode)
- qemu-android-x86 (requires rxvt-unicode)
- rxvt-unicode-256xresources (requires rxvt-unicode-terminfo)
- rxvt-unicode-better-wheel-scrolling-unicode3 (requires rxvt-unicode-terminfo)
- rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel (requires rxvt-unicode-terminfo)
- rxvt-unicode-pixbuf (requires rxvt-unicode-terminfo)
- rxvt-unicode-pixbuf-patched (requires rxvt-unicode-terminfo)
- rxvt-unicode-truecolor (requires rxvt-unicode-terminfo)
- shellex (requires rxvt-unicode)
- shellex-git (requires rxvt-unicode)
- urxvt-clipboard (requires rxvt-unicode)
- urxvt-color-tester-git (requires rxvt-unicode)
- urxvt-config-reload-git (requires rxvt-unicode)
- urxvt-font-size-git (requires rxvt-unicode)
- Show 10 more...
Sources (14)
- 24-bit-color.patch
- 7-bit-queries.patch
- dist.schmorp.de.pub
- enable-wide-glyphs.patch
- https://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.31.tar.bz2
- improve-font-rendering.patch
- keyboard-select
- lines-rewrap.patch
- osc-110-112-reset.patch
- resize-font
- rxvt-unicode-9.31.tar.bz2.signature
- urxvt-tabbed.desktop
- urxvt.desktop
- urxvtc.desktop
Latest Comments
1 2 3 4 5 Next › Last »
mrdotx commented on 2026-02-02 16:26 (UTC)
@aymanbagabas: I've added the patch.
aymanbagabas commented on 2026-02-02 08:30 (UTC)
Is it possible to apply this patch? It allows programs to reset changed background/foreground/cursor colors to defaults (OSC 110/111/112). These sequences are implemented in many terminals including but not limited to VTE, Konsole, Xterm, and many others.
https://patch-diff.githubusercontent.com/raw/exg/rxvt-unicode/pull/6.patch
moraisaf commented on 2025-09-15 10:03 (UTC)
@mrdotx: I just rebuilt it and seems to be working now. Many thanks!
mrdotx commented on 2025-09-10 19:21 (UTC)
@moraisaf: I tested this on my slowest PC and unfortunately couldn't reproduce the problem. Could it be that your font cache is faulty? Have you tried to clean and rebuild your font cache?
moraisaf commented on 2025-09-10 17:28 (UTC)
Tried to use the latest version using the IosevkaTerm Mono Regular (13Mbs), but there is a pick of cpu usage.
Font: https://github.com/Iosevka-NerdFont/IosevkaTerm/tree/main/IosevkaTerm
The error is fixed using a font not so heavy - any with ~2mb.
I just switched to default package: extra/rxvt-unicode 9.31-8 and works fine - using the cited font.
note: strace didn't show any insights.
mrdotx commented on 2024-11-16 10:01 (UTC)
@Andrei_Korshikov: I had a quick look at it, but with “Nerd Fonts” and I can't reproduce it. It's really strange...
I assume that urxvt will die sooner or later with the switch to Wayland. If I switch to wayland (in the distant future), I will also switch to “foot”. For me it makes no sense to use urxvt over xwayland ;)
Andrei_Korshikov commented on 2024-11-13 15:14 (UTC) (edited on 2025-02-05 00:59 (UTC) by Andrei_Korshikov)
Another weird conditions for segmentation fault. Only symbolic (emoji) fonts are affected, I've checked on Font Awesome 6 Free, Noto Emoji and Segoe UI Symbol. A dozen of non-emoji fonts for different languages from Arabic to Telugu are not affected.
So, I append one of the mentioned emoji font to
URxvt.font, and then runman 1 Xorg, then go to next-to-last screen (e.g. by pressing "End" then "PageUp", or just by scrolling down). At this moment segmentation fault occurs.The output of
coredumpctl debugis the same as in my May message. Of course, the values are different, but functions, strings, parameters are identical.I have no idea what magic stuff is present in that man page, at least I see no strange symbols with my eyes. Testing scripts—
terminal_benchmark.shandterminal_colors.sh—work fine, and I have no other problems with urxvt (I use it extensively on daily basis). I'm not asking for help, just sharing a piece of fun info. [Offtopic: I should switch to Wayland, I know:D]Edit: one more strange condition. If number of fonts in
URxvt.fontis6or less—man npmleads tourxvtsegfault. If7or more—everything's fine. Tried with different fonts, saw no dependency on font names, only on their total number.Andrei_Korshikov commented on 2024-10-15 11:34 (UTC) (edited on 2024-10-15 11:34 (UTC) by Andrei_Korshikov)
@leemeng0x61: Just for the information. Rebuilding of the
urxvtwas needed for me too. Perl libraries were the cause of the problem in my case…mrdotx commented on 2024-10-09 15:03 (UTC)
@leemeng0x61: I cannot reproduce this. Probably a dependency problem on your system. I would suggest you try to rebuild the urxvt package...
leemeng0x61 commented on 2024-10-09 03:41 (UTC)
after update system, segmentation violation.
10月 09 11:33:28 LM kernel: urxvtd[11402]: segfault at 8 ip 0000593b12812e5f sp 00007ffca8154040 error 4 in urxvtd[1ee5f,593b12807000+5a000] likely on CPU 5 (core 1, socket > 10月 09 11:33:28 LM kernel: Code: 00 0f 86 94 03 00 00 e8 4f 77 01 00 48 8b 00 41 0f b6 4d 40 4d 63 75 18 48 8b 1d 1c 8f 12 00 48 89 85 50 ff ff ff 49 8b 45 38 <48> 8b 40 08> 10月 09 11:33:28 LM systemd-coredump[11427]: Process 11402 (urxvtd) of user 1000 terminated abnormally with signal 11/SEGV, processing...
1 2 3 4 5 Next › Last »