Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] urxvt keeps asking to verify paste
@ 2021-12-09 13:14 zlice
  2021-12-09 19:39 ` loreb
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zlice @ 2021-12-09 13:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

New issue by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/34442

Description:
* xuname:
  `Void 5.15.1 x86_64 AuthenticAMD uptodate hold rrrmFFFFFFFFFFF`
* package:  
  `rxvt-unicode-9.30_1`

### Expected behavior

Was pasting without verify warning until a week or few ago

### Actual behavior

![paste_verify](https://user-images.githubusercontent.com/8009811/145402368-d1e5de68-9c21-4101-97d2-73c066d6d4cf.png)

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

 - highlight text somewhere
 - Open a terminal
 - Middle mouse click to paste in terminal

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
@ 2021-12-09 19:39 ` loreb
  2021-12-09 19:49 ` [ISSUE] [CLOSED] " zlice
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: loreb @ 2021-12-09 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

New comment by loreb on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-990172397

Comment:
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).

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
  2021-12-09 19:39 ` loreb
@ 2021-12-09 19:49 ` zlice
  2021-12-09 19:49 ` zlice
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2021-12-09 19:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Closed issue by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/34442

Description:
* xuname:
  `Void 5.15.1 x86_64 AuthenticAMD uptodate hold rrrmFFFFFFFFFFF`
* package:  
  `rxvt-unicode-9.30_1`

### Expected behavior

Was pasting without verify warning until a week or few ago

### Actual behavior

![paste_verify](https://user-images.githubusercontent.com/8009811/145402368-d1e5de68-9c21-4101-97d2-73c066d6d4cf.png)

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

 - highlight text somewhere
 - Open a terminal
 - Middle mouse click to paste in terminal

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
  2021-12-09 19:39 ` loreb
  2021-12-09 19:49 ` [ISSUE] [CLOSED] " zlice
@ 2021-12-09 19:49 ` zlice
  2022-05-15  7:09 ` xlotlu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2021-12-09 19:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-990183042

Comment:
My bad, stamp my forehead with RTFM.

Thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
                   ` (2 preceding siblings ...)
  2021-12-09 19:49 ` zlice
@ 2022-05-15  7:09 ` xlotlu
  2022-05-15  7:29 ` paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: xlotlu @ 2022-05-15  7:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

New comment by xlotlu on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-1126875297

Comment:
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`.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
                   ` (3 preceding siblings ...)
  2022-05-15  7:09 ` xlotlu
@ 2022-05-15  7:29 ` paper42
  2022-05-15 12:28 ` zlice
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-15  7:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-1126877572

Comment:
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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
                   ` (4 preceding siblings ...)
  2022-05-15  7:29 ` paper42
@ 2022-05-15 12:28 ` zlice
  2023-11-24 13:48 ` MarcWeber
  2023-11-24 14:12 ` loreb
  7 siblings, 0 replies; 9+ messages in thread
From: zlice @ 2022-05-15 12:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-1126928354

Comment:
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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
                   ` (5 preceding siblings ...)
  2022-05-15 12:28 ` zlice
@ 2023-11-24 13:48 ` MarcWeber
  2023-11-24 14:12 ` loreb
  7 siblings, 0 replies; 9+ messages in thread
From: MarcWeber @ 2023-11-24 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

New comment by MarcWeber on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-1825703027

Comment:
My view:
- urxvt is not a default of user friendly distros anyway, is it?
- open source should be getting out of the way, not into the way. Cause not getting your job done has a cost, too.
- When it matters (eg irssi) they have their own checks
- I am aware of copying from the net could be dangerous (so is loosing time). So maybe it should be the responsibility of providing/receiving sides to step into the way.
Pasting 3 lines into a shell is a common pattern.

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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: urxvt keeps asking to verify paste
  2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
                   ` (6 preceding siblings ...)
  2023-11-24 13:48 ` MarcWeber
@ 2023-11-24 14:12 ` loreb
  7 siblings, 0 replies; 9+ messages in thread
From: loreb @ 2023-11-24 14:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by loreb on void-packages repository

https://github.com/void-linux/void-packages/issues/34442#issuecomment-1825732917

Comment:
@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)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-11-24 14:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 13:14 [ISSUE] urxvt keeps asking to verify paste zlice
2021-12-09 19:39 ` loreb
2021-12-09 19:49 ` [ISSUE] [CLOSED] " zlice
2021-12-09 19:49 ` zlice
2022-05-15  7:09 ` xlotlu
2022-05-15  7:29 ` paper42
2022-05-15 12:28 ` zlice
2023-11-24 13:48 ` MarcWeber
2023-11-24 14:12 ` loreb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).