Blacklist rxvt after the blacklist of Perl.

rxvt needs Perl modules, thus does not work. And its blacklist is
needed so that Firefox can run applications with Terminal=true in
their .desktop file (depending on what is installed).
This commit is contained in:
Vincent Lefevre 2022-01-07 03:25:03 +01:00
parent 1d019d2c94
commit ed5c259fcc

View file

@ -40,6 +40,15 @@ blacklist /usr/lib/perl*
blacklist /usr/lib64/perl*
blacklist /usr/share/perl*
# rxvt needs Perl modules, thus does not work. In particular, blacklisting
# it is needed so that Firefox can run applications with Terminal=true in
# their .desktop file (depending on what is installed). The reason is that
# this is done via glib, which currently uses a hardcoded list of terminal
# emulators:
# https://gitlab.gnome.org/GNOME/glib/-/issues/338
# And in this list, rxvt comes before xterm.
blacklist ${PATH}/rxvt
# PHP
blacklist ${PATH}/php*
blacklist /usr/lib/php*