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

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-3.0-or-later
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: 1.22
First Submitted: 2020-11-13 12:30 (UTC)
Last Updated: 2024-09-04 20:26 (UTC)

Dependencies (10)

Required by (32)

Sources (13)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

mrdotx commented on 2024-04-20 16:39 (UTC) (edited on 2024-04-20 16:39 (UTC) by mrdotx)

@Andrei_Korshikov: For language/font support in general, the built-in fonts are more of a fallback to display something, not to display everything. For this reason, it is recommended to configure the fonts that are needed in the Xresources files. This means, if you want Hindi, Punjabi, Emojis, Nerdfonts or whatever to be displayed, you have to configure fonts that are support these character sets. Furthermore, the rectangles are displayed as an indicator that the characters cannot be found in the configured or built-in fonts.

I've tried to reproduce your crashes, but without success. It didn't matter if I did it with/-out font configuration, with/-out installed fonts and/or with/-out patches. However, I used my scripts/files for testing:

If you want you can test them too. They should produce enough colors and font properties to stress the terminal emulator.

I can't reproduce your last point either. For testing I used the nvim.desktop and gimp.desktop files (these simply have the most languages on my system and I don't have plasma installed). Hebrew is always displayed, with or without patches and cleared font cache.

Andrei_Korshikov commented on 2024-04-17 06:49 (UTC) (edited on 2024-04-17 10:00 (UTC) by Andrei_Korshikov)

Maybe somehow related to @xyrbs problem and 7-bit-queries.patch. urxvt crashes if there is no font configuration present in .Xresources (I commented out .font, .boldFont, etc. for debugging another problem), so default fixed font is used. Crash is stable when I press Control-R (I use zsh and on this keys echo {} | bat --language=zsh --color=always --style=plain is executed - a lot of colors and bold font using). Crash is intermittent when I press Tab for completion (there are also colors and bolds).

By the way, I do believe it is bold-dependent. When I press Tab and there is no bold in output - it works, and when it should be bold character - it crashes.

Yes, I know, no font in Xresources is a stupid config, but maybe it will help to debug somehow.

Edit: If I compile with both 'enable-wide-glyphs.patch' and 'improve-font-rendering.patch' but '''without''' --enable-wide-glyphs — there is no problem (no crashes with default font configuration).

mrdotx commented on 2024-02-26 07:46 (UTC)

@xyrbs: That's good if it works for you. If you want colored emojis, you can install/configure something like noto-fonts-emoji or ttf-joypixels instead of ttf-symbola.

xyrbs commented on 2024-02-25 14:42 (UTC) (edited on 2024-02-25 14:43 (UTC) by xyrbs)

@mrdotx Thanks for you answer. I add

    xft:Symbola:style=Regular:size=10, \
    xft:FontAwesome:style=Regular:size=10 \

to my Xresources, and i think it's work. I will wrote if there any problem.

Do i add colored emoji font to urxvt?

mrdotx commented on 2024-02-22 18:24 (UTC)

@xyrbs: Some time ago we had a similar problem with vimtex:

https://github.com/lervag/vimtex/issues/2653

At that time, the workaround was to install ttf-symbola. Perhaps this will work for you too?

I would also be interested to know what you have defined in your locale.gen and which fonts you have configured in your Xresources?

xyrbs commented on 2024-02-22 11:21 (UTC) (edited on 2024-02-22 11:27 (UTC) by xyrbs)

@mrdotx This not work, but when i comment this lines, it's work

    patch -p0 -i ../enable-wide-glyphs.patch
    patch -p0 -i ../improve-font-rendering.patch

mrdotx commented on 2024-02-20 09:19 (UTC)

@MarsSeed, @xyrbs: I still can't reproduce the behavior, but the tip with tmux was helpful. I have updated the 7-bit-queries.patch with version 9.31-7 and hope that this fixes the problem.

xyrbs commented on 2024-02-20 06:27 (UTC) (edited on 2024-02-20 06:39 (UTC) by xyrbs)

I have same issue: Process 3269004 (urxvt) of user 1000 dumped core.

    Stack trace of thread 3269004:                                                                                                                                                     
                                                 #0  0x00005641e99e75c6 
    _ZN9rxvt_term11scr_refreshEv (urxvt + 0x1d5c6)                                                                                                              
                                                 #1  0x00005641e99e99b9 _ZN9rxvt_term5flushEv (urxvt + 0x1f9b9)                                                                                                                     
                                                 #2  0x00005641e9a0096c ev_invoke_pending (urxvt + 0x3696c)                                                                                                                         
                                                 #3  0x00005641e9a01ffb ev_run (urxvt + 0x37ffb)                                                                                                                                    
                                                 #4  0x00005641e99e3420 main (urxvt + 0x19420)                                                                                                                                      
                                                 #5  0x0000700ce1443cd0 n/a (libc.so.6 + 0x25cd0)                                                                                                                                   
                                                 #6  0x0000700ce1443d8a __libc_start_main (libc.so.6 + 0x25d8a)                                                                                                                     
                                                 #7  0x00005641e99e7c15 _start (urxvt + 0x1dc15)                                                                                                                                    
                                                 ELF object binary architecture: AMD x86-64

this happen when i start nvim and call Files from fzf. I use tmux. and reopen session open nvim with open fzf dialog. but crash if i close and open Files(fzf) again