Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Increased knowledge will help you now. Have mate's phone bugged.


comp / comp.os.linux.advocacy / Re: The urxvt experiment

SubjectAuthor
* The urxvt experimentChris Ahlstrom
+* Re: The urxvt experimentcandycanearter07
|`* Re: The urxvt experimentBorax Man
| `- Re: The urxvt experimentcandycanearter07
`* Re: The urxvt experimentvallor
 `* Re: The urxvt experimentChris Ahlstrom
  `- Re: The urxvt experimentvallor

1
Subject: The urxvt experiment
From: Chris Ahlstrom
Newsgroups: comp.os.linux.advocacy
Organization: None
Date: Thu, 30 May 2024 20:57 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: The urxvt experiment
Date: Thu, 30 May 2024 16:57:24 -0400
Organization: None
Lines: 23
Message-ID: <v3ap7m$1rlo4$1@dont-email.me>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Thu, 30 May 2024 22:57:27 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="bc727956d04ac53c9d911a7e693d50eb";
logging-data="1955588"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Gy/yIypC8XGgWpQchNs9i"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:UaLnLrhTbdszNMhORsyj+a3DpSI=
X-Face: 63n<76,LYJQ2m#'5YL#.T95xqyPiG`ffIP70tN+j"(&@6(4l\7uL)2+/-r0)/9SjZ`qw=
Njn mr93Xrerx}aQG-Ap5IHn"xe;`5:pp"$RH>Kx_ngWw%c\+6qSg!q"41n2[.N/;Pu6q8?+Poz~e
A9? $6_R7cm.l!s8]yfv7x+-FYQ|/k
View all headers

I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real issues,
just some usage differences like no right-click to copy URLs, and using
Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste it
into urxvt. That was on the out-of-date Ubuntu laptop.

Note: I use the Super-T to spawn a terminal with tmux running in it.

On Arch Linux, running urxvt with tmux yields an output of

"10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"

which is presented as a command. Have to hit Enter to continue normally.

Looking into it, it is not a tmux problem, but a urxvt problem.

I found a series of Arch-related commands to patch urxvt and reinstall it.
Not important here to show them. But patching and building an Arch package
worked fine. The only real issue is why the uxrvt patch is not yet a part
of the Arch package.

--
Q: Why did the programmer call his mother long distance?
A: Because that was her name.

Subject: Re: The urxvt experiment
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Thu, 30 May 2024 21:40 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Thu, 30 May 2024 21:40:05 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 25
Message-ID: <slrnv5hs9b.27q4.candycanearter07@candydeb.host.invalid>
References: <v3ap7m$1rlo4$1@dont-email.me>
Injection-Date: Thu, 30 May 2024 23:40:05 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fd71b56effb232c0124ad8114d0c6b28";
logging-data="1967938"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/OuPmDqnMOEnwoOu63fW4U+EqWa70iLcJhH89vQXfDoQ=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:M8qV7Hr4Q9/CFuPJOJm3CFoITIU=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 20:57 this Thursday (GMT):
> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real issues,
> just some usage differences like no right-click to copy URLs, and using
> Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste it
> into urxvt. That was on the out-of-date Ubuntu laptop.
>
> Note: I use the Super-T to spawn a terminal with tmux running in it.
>
> On Arch Linux, running urxvt with tmux yields an output of
>
> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>
> which is presented as a command. Have to hit Enter to continue normally.
>
> Looking into it, it is not a tmux problem, but a urxvt problem.
>
> I found a series of Arch-related commands to patch urxvt and reinstall it.
> Not important here to show them. But patching and building an Arch package
> worked fine. The only real issue is why the uxrvt patch is not yet a part
> of the Arch package.

Weird, I don't have anything like that.
--
user <candycane> is generated from /dev/urandom

Subject: Re: The urxvt experiment
From: vallor
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 00:55 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vallor@cultnix.org (vallor)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Fri, 31 May 2024 00:55:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <v3b75t$1r50r$2@dont-email.me>
References: <v3ap7m$1rlo4$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 31 May 2024 02:55:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7c5ad8d021fa7f6268a372530455bb2c";
logging-data="1938459"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XPnAT7U14iSfqjXUzM2w/"
User-Agent: Pan/0.158 (Avdiivka; 9555b5e; Linux-6.9.2)
Cancel-Lock: sha1:fc76La5RDdXrgmvhrAVas8ApvHU=
X-Face: \}2`P"_@pS86<'EM:'b.Ml}8IuMK"pV"?FReF$'c.S%u9<Q#U*4QO)$l81M`{Q/n
XL'`91kd%N::LG:=*\35JS0prp\VJN^<s"b#bff@fA7]5lJA.jn,x_d%Md$,{.EZ
View all headers

On Thu, 30 May 2024 16:57:24 -0400, Chris Ahlstrom <OFeem1987@teleworm.us>
wrote in <v3ap7m$1rlo4$1@dont-email.me>:

> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real
> issues,
> just some usage differences like no right-click to copy URLs, and using
> Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste
> it into urxvt. That was on the out-of-date Ubuntu laptop.
>
> Note: I use the Super-T to spawn a terminal with tmux running in it.
>
> On Arch Linux, running urxvt with tmux yields an output of
>
> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>
> which is presented as a command. Have to hit Enter to continue normally.
>
> Looking into it, it is not a tmux problem, but a urxvt problem.
>
> I found a series of Arch-related commands to patch urxvt and reinstall
> it. Not important here to show them. But patching and building an Arch
> package worked fine. The only real issue is why the uxrvt patch is not
> yet a part of the Arch package.

I'm happy with xfce4-terminal, but I have it set up to give me tabs, and
gave it the extra config to have tabs at the bottom.

I also use unicode glyphs at the beginning of my window title strings in
my bash prompt, and they propagate to the window title. Makes it easier
to identify which terminal window is on which host.

--
-v

Subject: Re: The urxvt experiment
From: Borax Man
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Fri, 31 May 2024 10:25 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: rotflol2@hotmail.com (Borax Man)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Fri, 31 May 2024 10:25:33 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <slrnv5j9ct.8p9.rotflol2@geidiprime.bvh>
References: <v3ap7m$1rlo4$1@dont-email.me>
<slrnv5hs9b.27q4.candycanearter07@candydeb.host.invalid>
Injection-Date: Fri, 31 May 2024 12:25:33 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="76361bba15aa4680a03ca636fc5e21d2";
logging-data="2308954"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+dX5wlempwaCzDrivVEQ8JO4vvZg1XnXg="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:DYvQZLaQ8Cm/MgvtSH+lMVGYfW4=
View all headers

On 2024-05-30, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
> Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 20:57 this Thursday (GMT):
>> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real issues,
>> just some usage differences like no right-click to copy URLs, and using
>> Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste it
>> into urxvt. That was on the out-of-date Ubuntu laptop.
>>
>> Note: I use the Super-T to spawn a terminal with tmux running in it.
>>
>> On Arch Linux, running urxvt with tmux yields an output of
>>
>> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>>
>> which is presented as a command. Have to hit Enter to continue normally.
>>
>> Looking into it, it is not a tmux problem, but a urxvt problem.
>>
>> I found a series of Arch-related commands to patch urxvt and reinstall it.
>> Not important here to show them. But patching and building an Arch package
>> worked fine. The only real issue is why the uxrvt patch is not yet a part
>> of the Arch package.
>
>
> Weird, I don't have anything like that.

I've been using urxvt for many years now, and never had this either.
I use tmux quite a bit too. I'm not using Arch btw.

Subject: Re: The urxvt experiment
From: Chris Ahlstrom
Newsgroups: comp.os.linux.advocacy
Organization: None
Date: Fri, 31 May 2024 12:55 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Fri, 31 May 2024 08:55:55 -0400
Organization: None
Lines: 50
Message-ID: <v3chct$27umk$1@dont-email.me>
References: <v3ap7m$1rlo4$1@dont-email.me> <v3b75t$1r50r$2@dont-email.me>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Fri, 31 May 2024 14:55:58 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="51dfe75e596ff1b0cee5c101de06e1e0";
logging-data="2357972"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+MVtb2IvofNVSJuRiX9sX3"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:dhmrLsFC9v+iPAq1KnEtTTKIWkU=
X-Mutt: The most widely-used MUA
X-Slrn: Why use anything else?
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
View all headers

vallor wrote this copyrighted missive and expects royalties:

> On Thu, 30 May 2024 16:57:24 -0400, Chris Ahlstrom <OFeem1987@teleworm.us>
> wrote in <v3ap7m$1rlo4$1@dont-email.me>:
>
>> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real
>> issues,
>> just some usage differences like no right-click to copy URLs, and using
>> Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste
>> it into urxvt. That was on the out-of-date Ubuntu laptop.
>>
>> Note: I use the Super-T to spawn a terminal with tmux running in it.
>>
>> On Arch Linux, running urxvt with tmux yields an output of
>>
>> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>>
>> which is presented as a command. Have to hit Enter to continue normally.
>>
>> Looking into it, it is not a tmux problem, but a urxvt problem.
>>
>> I found a series of Arch-related commands to patch urxvt and reinstall
>> it. Not important here to show them. But patching and building an Arch
>> package worked fine. The only real issue is why the uxrvt patch is not
>> yet a part of the Arch package.
>
> I'm happy with xfce4-terminal, but I have it set up to give me tabs, and
> gave it the extra config to have tabs at the bottom.

Fun project (on Fluxbox):

- Run xfce4-terminal and make a few tabs.
- Run another xfce4-terminal and middle-click drag it onto the first one;
in Fluxbox, this creates a tab in the destination window and hovering
over the window titles will change which one is active.
- Run tmux in one of the tabs.
- In one of the tmux panes, run vim and open files in multiple
tabs in the vim instance.

The result:

https://imgur.com/a/FPVCLIl

> I also use unicode glyphs at the beginning of my window title strings in
> my bash prompt, and they propagate to the window title. Makes it easier
> to identify which terminal window is on which host.

--
Next Friday will not be your lucky day. As a matter of fact, you don't
have a lucky day this year.

Subject: Re: The urxvt experiment
From: vallor
Newsgroups: comp.os.linux.advocacy
Organization: A noiseless patient Spider
Date: Sat, 1 Jun 2024 10:33 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vallor@cultnix.org (vallor)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Sat, 1 Jun 2024 10:33:53 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 63
Message-ID: <v3eteh$2mlpg$3@dont-email.me>
References: <v3ap7m$1rlo4$1@dont-email.me> <v3b75t$1r50r$2@dont-email.me>
<v3chct$27umk$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 01 Jun 2024 12:33:53 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="8d0fa4dc5a456d9f59a57aee89e6f099";
logging-data="2840368"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+LmJO2eHcDfVh+7RmUdwrg"
User-Agent: Pan/0.158 (Avdiivka; 9555b5e; Linux-6.9.3)
Cancel-Lock: sha1:OhHesmKcobrJO7sFpuD7pMjMx+U=
X-Face: \}2`P"_@pS86<'EM:'b.Ml}8IuMK"pV"?FReF$'c.S%u9<Q#U*4QO)$l81M`{Q/n
XL'`91kd%N::LG:=*\35JS0prp\VJN^<s"b#bff@fA7]5lJA.jn,x_d%Md$,{.EZ
View all headers

On Fri, 31 May 2024 08:55:55 -0400, Chris Ahlstrom <OFeem1987@teleworm.us>
wrote in <v3chct$27umk$1@dont-email.me>:

> vallor wrote this copyrighted missive and expects royalties:
>
>> On Thu, 30 May 2024 16:57:24 -0400, Chris Ahlstrom
>> <OFeem1987@teleworm.us>
>> wrote in <v3ap7m$1rlo4$1@dont-email.me>:
>>
>>> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real
>>> issues,
>>> just some usage differences like no right-click to copy URLs, and
>>> using Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V
>>> to paste it into urxvt. That was on the out-of-date Ubuntu laptop.
>>>
>>> Note: I use the Super-T to spawn a terminal with tmux running in it.
>>>
>>> On Arch Linux, running urxvt with tmux yields an output of
>>>
>>> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>>>
>>> which is presented as a command. Have to hit Enter to continue
>>> normally.
>>>
>>> Looking into it, it is not a tmux problem, but a urxvt problem.
>>>
>>> I found a series of Arch-related commands to patch urxvt and reinstall
>>> it. Not important here to show them. But patching and building an Arch
>>> package worked fine. The only real issue is why the uxrvt patch is not
>>> yet a part of the Arch package.
>>
>> I'm happy with xfce4-terminal, but I have it set up to give me tabs,
>> and gave it the extra config to have tabs at the bottom.
>
> Fun project (on Fluxbox):
>
> - Run xfce4-terminal and make a few tabs.
> - Run another xfce4-terminal and middle-click drag it onto the
> first one;
> in Fluxbox, this creates a tab in the destination window and
> hovering over the window titles will change which one is active.
> - Run tmux in one of the tabs.
> - In one of the tmux panes, run vim and open files in multiple
> tabs in the vim instance.
>
> The result:
>
> https://imgur.com/a/FPVCLIl
>
>> I also use unicode glyphs at the beginning of my window title strings
>> in my bash prompt, and they propagate to the window title. Makes it
>> easier to identify which terminal window is on which host.

It's tab inception! 😆️

Seriously though, tabs in the window manager look handy,
but I don't see myself using them very often. I'm happy
with how xfce4 behaves -- it does the job, and gets out
of my way when I run full screen applications (usually
games).

--
-v

Subject: Re: The urxvt experiment
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Sun, 2 Jun 2024 18:55 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: The urxvt experiment
Date: Sun, 2 Jun 2024 18:55:03 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 33
Message-ID: <slrnv5pfo9.12dl.candycanearter07@candydeb.host.invalid>
References: <v3ap7m$1rlo4$1@dont-email.me>
<slrnv5hs9b.27q4.candycanearter07@candydeb.host.invalid>
<slrnv5j9ct.8p9.rotflol2@geidiprime.bvh>
Injection-Date: Sun, 02 Jun 2024 20:55:03 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f7dc3b05d7728223b97a2d834de4ae5a";
logging-data="3662023"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19IirCxMfZyB0sgxXAo80ALG797XXpCPuun4jk9FZqtJA=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:GvgtTa64/k1Maqd22WgrnMSKqu8=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Friday (GMT):
> On 2024-05-30, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
>> Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 20:57 this Thursday (GMT):
>>> I decided to replace xfce4-terminal with urxvt (rxvt-unicode). No real issues,
>>> just some usage differences like no right-click to copy URLs, and using
>>> Ctrl-Alt-C to copy text to paste into a browser, and Ctrl-Alt-V to paste it
>>> into urxvt. That was on the out-of-date Ubuntu laptop.
>>>
>>> Note: I use the Super-T to spawn a terminal with tmux running in it.
>>>
>>> On Arch Linux, running urxvt with tmux yields an output of
>>>
>>> "10;rgb:2000/ff00/2000]11;rgb:0000/0000/0000"
>>>
>>> which is presented as a command. Have to hit Enter to continue normally.
>>>
>>> Looking into it, it is not a tmux problem, but a urxvt problem.
>>>
>>> I found a series of Arch-related commands to patch urxvt and reinstall it.
>>> Not important here to show them. But patching and building an Arch package
>>> worked fine. The only real issue is why the uxrvt patch is not yet a part
>>> of the Arch package.
>>
>>
>> Weird, I don't have anything like that.
>
> I've been using urxvt for many years now, and never had this either.
> I use tmux quite a bit too. I'm not using Arch btw.

Me neither, I'm using Debian now.
--
user <candycane> is generated from /dev/urandom

1

rocksolid light 0.9.8
clearnet tor