Search Criteria
Package Details: rxvt-unicode-truecolor-wide-glyphs 9.31-9
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: | 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)
- libnsl (libnsl-gitAUR)
- libptytty
- libxext (libxext-gitAUR)
- libxft (libxft-gitAUR)
- libxmu
- libxt
- perl (perl-gitAUR)
- startup-notification
- signify (outilsAUR) (make)
- gtk2-perl (optional) – to use the urxvt-tabbed
Required by (32)
- dbus-term-launcher (requires rxvt-unicode) (optional)
- ecs-tasks-ops (requires rxvt-unicode) (optional)
- glrnvim (requires rxvt-unicode) (optional)
- i3-gaps-desktop (requires rxvt-unicode) (optional)
- i3-gaps-kde-git (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)
- urxvt-fullscreen (requires rxvt-unicode)
- urxvt-resize-font-git (requires rxvt-unicode)
- urxvt-tabbedex (requires rxvt-unicode)
- urxvt-tabbedex-mina86-git (requires rxvt-unicode)
- urxvt-url-picker-git (requires rxvt-unicode)
- urxvt-vim-scrollback-git (requires rxvt-unicode)
- urxvt-vtwheel (requires rxvt-unicode)
- urxvtcd (requires rxvt-unicode)
- xwm-git (requires rxvt-unicode) (optional)
- yeahconsole (requires rxvt-unicode) (optional)
Sources (13)
- 24-bit-color.patch
- 7-bit-queries.patch
- dist.schmorp.de.pub
- enable-wide-glyphs.patch
- http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.31.tar.bz2
- improve-font-rendering.patch
- keyboard-select
- lines-rewrap.patch
- resize-font
- rxvt-unicode-9.31.tar.bz2.signature
- urxvt-tabbed.desktop
- urxvt.desktop
- urxvtc.desktop
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
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
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.
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
« First ‹ Previous 1 2 3 4 5 Next › Last »