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

Dependencies (10)

Required by (31)

Sources (13)

Latest Comments

1 2 3 4 5 Next › Last »

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 2024-11-14 15:20 (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 run man 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 debug is 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.sh and terminal_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]

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 urxvt was 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...

ntwk commented on 2024-06-21 11:26 (UTC)

@mrdotx: Thanks for this. I must have misread the PKGBUILD. Upon further inspection, urxvt-perls is indeed in the conflicts section.

mrdotx commented on 2024-06-19 07:09 (UTC)

@ntwk: It is as @Andrei_Korshikov suggested. From my perspective, the urxvt-perls package is not correct and should be fixed. Nevertheless, urxvt-perls has always been in 'conflicts', only urxvt-keyboard-select is in 'provides'.

Andrei_Korshikov commented on 2024-06-18 11:38 (UTC) (edited on 2024-06-18 11:42 (UTC) by Andrei_Korshikov)

@ntwk That's the problem with urxvt-perls package.clipboard and url-select both deprecated long ago (in times of versions 9.20 and 9.21), their functionality is supported by urxvt itself (see first paragraphs in both sections for explanation https://github.com/xyb3rt/urxvt-perls/tree/master/deprecated), and keyboard-select is the only extension that should be provided. So, I agree with @mrdotx current decision. Edit: To be clear: urxvt-perls should be fixed, not this one.

ntwk commented on 2024-06-18 11:24 (UTC) (edited on 2024-06-18 11:54 (UTC) by ntwk)

Currently, this package states that it provides the urxvt-perls package. The urxvt-perls package installs the following scripts:

/usr/lib/urxvt/perl/clipboard
/usr/lib/urxvt/perl/keyboard-select
/usr/lib/urxvt/perl/url-select

However, only the keyboard-select script is installed with the rxvt-unicode-truecolor-wide-glyphs package. The clipboard and url-select scripts are missing.

Either all these scripts should be added to rxvt-unicode-truecolor-wide-glyphs or urxvt-perls should be moved from the "provides" section to the "conflicts" section.

mrdotx commented on 2024-05-15 06:33 (UTC)

@Andrei_Korshikov: I think you are right. If someone installs this version of URxvt, he will surely want to use special fonts. That's why I'm going to mark this as a 'feature' for now ;) If I have more time and I'm bored, I'll take a closer look at it. Thanks for your tests...