Re: questions after upgrade to fedora34

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



josef radinger via users wrote:
> i'm using xfce, though it happens with gnome, too.
> the solution - as mathhew miller brought to my attention - is
> https://bugzilla.redhat.com/show_bug.cgi?id=1954366
> 
> or
> 
> disabling "enable-bracketed-paste" by adding in ~/.inputrc the following
> line:
> set enable-bracketed-paste off

If you want to add this and _not_ disable the other settings
which come from the system-wide /etc/inputrc, add this to
your ~/.inputrc as well:

    # include system-wide inputrc
    $include /etc/inputrc

You can do that all at once via:

    $ cat >~/.inputrc <<\EOF
    # include system-wide inputrc
    $include /etc/inputrc

    # disable bracketed-paste
    # https://bugzilla.redhat.com/show_bug.cgi?id=1954366
    set enable-bracketed-paste off
    EOF

Keep in mind that disabling bracketed paste does bring a bit
of risk if you paste text from an external application like
a browser into your terminal.  Some links and discussion are
in this vte bug report:

    https://gitlab.gnome.org/GNOME/vte/issues/92

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux