void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.15k forks source link

urxvt keeps asking to verify paste #34442

Closed zlice closed 2 years ago

zlice commented 2 years ago

Expected behavior

Was pasting without verify warning until a week or few ago

Actual behavior

paste_verify

Putting URxvt.perl-ext-common: default in .Xdefaults or .Xresources worked for maybe a day, now it does not, but I don't think urxvt updated.

Steps to reproduce the behavior

loreb commented 2 years ago

It's buried in the manpage, see if it works...

The default set includes the "selection", "option-popup", "selection-popup", "readline", "searchable-scrollback" and "confirm-paste" extensions

until very recently confirm-paste wasn't included, so you should replace "default" with "default,-confirm-paste" (notice the '-') to load the default extensions minus confirm-paste.

I tested it a couple of times and it worked for me (tm).

zlice commented 2 years ago

My bad, stamp my forehead with RTFM.

Thanks.

xlotlu commented 2 years ago

I don't think this should be closed. Yes, RTFM-ing is a solution, but this behaviour as a default is still unwarranted and unexpected.

After having gotten annoyed enough to STFW in order to fix it for myself, I think confirm-paste should be removed from default.

paper42 commented 2 years ago

I don't think this is our issue, Void doesn't patch upstream defaults and from what I can tell, other distributions also don't change this behavior.

zlice commented 2 years ago

Agree with paper. It's just one of those stupid "security" features most people prolly don't want but you have to live with. At least it's here for someone to find the solution.

MarcWeber commented 11 months ago

My view:

Have you ever seen a PC "Do you want to switch on the speakers could be loud?" ;-)

But maybe a link to this issues would be enough to have people find the solution fast and control their own ~/.X11defaults file.

But the most annoying thing is that if you copy paste 3 lines from an urxvt terminal you get one line instead then ! So the behavior might even change in an unexpected way. I have been using version 9.31.

loreb commented 11 months ago

@MarcWeber they fixed the one line thing, now it's "y/n/p" instead of "y/n" ('y' squeezes lines together while 'p' does what you want)