Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Robert Moskowitz via users
On 7/10/25 11:29 PM, Barry wrote: On 10 Jul 2025, at 11:32, Will McDonald wrote: The only time I see this with Gnome Terminal. If you... 1. CTRL-SHIFT-C 2. then CTRL-V 3. then remember it's CTRL-SHIFT-V The preceding CTRL-V does something to the terminal input, I think it's just a litera

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Barry
> On 10 Jul 2025, at 11:32, Will McDonald wrote: > > The only time I see this with Gnome Terminal. If you... > > 1. CTRL-SHIFT-C > 2. then CTRL-V > 3. then remember it's CTRL-SHIFT-V > > The preceding CTRL-V does something to the terminal input, I think it's just > a literal ^V in the buffe

Re: using rsync for backups - want to run only if changes from last backup

2025-07-10 Thread Go Canes
On Thu, Jul 10, 2025 at 9:56 PM Go Canes wrote: > find /source -xdev -mtime -1 you *might* be able to add "-type d" to only check directory modification times - I think it would depend on the specifics of the modification. I.e. if you only change the files modes, I'm not sure the directory conta

Re: using rsync for backups - want to run only if changes from last backup

2025-07-10 Thread Go Canes
On Thu, Jul 10, 2025 at 8:30 PM Robert Moskowitz via users wrote: > But is there some way to evaluate the source and see if any changes have > occurred since the last rsync (or some time) and only trigger rsync > accordingly? find /source -xdev -mtime -1 If no files are listed, nothing has been

using rsync for backups - want to run only if changes from last backup

2025-07-10 Thread Robert Moskowitz via users
I use rsync a lot in crontab to back up directories. with the -ah options I have never had a problem, but recently added -R. Anyway rsync is very good at figuring out if any files on the source has changed only copying those to the destination. But now I am doing source directories with thous

Re: USB drives

2025-07-10 Thread Paolo Galtieri
My fstab was created in 2021 # # /etc/fstab # Created by anaconda on Mon Feb  1 09:40:27 2021 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemo

Re: USB drives

2025-07-10 Thread Patrick O'Callaghan
On Thu, 2025-07-10 at 14:47 -0700, Paolo Galtieri wrote: > So why do some drives work and others don't?  On the F41 system the > drives that do mount automatically when I login are the NTFS drives and > the btrfs drive the ext4 drives don't.  The fact that the ext4 drives > don't mount automatic

USB drives

2025-07-10 Thread Paolo Galtieri
Folks,  I have 3 systems, one is running F41 and the other 2 are running F42.  Since F41 not all my USB drives are getting mounted when I login.  In F40 all my USB drives were mounted and accessible when I logged in.  What do I need to do to make sure all me USB drives are mounted?  This is wh

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Theodore Papadopoulo
On 7/10/25 6:55 PM, Robert Moskowitz via users wrote: On Thu, 10 Jul 2025 at 11:00, Michael D. Setzer II via users wrote: I haven't been able to figure out what causes this or a solution to fix it other than manually deleting the text. I assume you mean ^[[[200~ copied text ~ app

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Robert Moskowitz via users
On 7/10/25 6:32 AM, Will McDonald wrote: On Thu, 10 Jul 2025 at 11:00, Michael D. Setzer II via users wrote: I haven't been able to figure out what causes this or a solution to fix it other than manually deleting the text. I assume you mean ^[[[200~ copied text ~ appears in you

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Francis Montagnac via users
On Thu, 10 Jul 2025 08:14:58 -0400 Go Canes wrote: > I also see this with Konsole under KDE. Me also sometimes with xterm. This is due to tha fact that the terminal has entered bracketed paste mode. You can force leaving this mode with (under bash): echo -e '\033[?2004l' Refs: https://en.wi

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Go Canes
On Thu, Jul 10, 2025 at 6:32 AM Will McDonald wrote: > > On Thu, 10 Jul 2025 at 11:00, Michael D. Setzer II via users > wrote: >> >> I haven't been able to figure out what causes this or a solution to fix >> it other than manually deleting the text. > > > I assume you mean ^[[[200~ copied text ~

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Patrick O'Callaghan
On Thu, 2025-07-10 at 20:41 +1000, Michael D. Setzer II via users wrote: > > The preceding CTRL-V does something to the terminal input, I think it's > > just a literal ^V in the buffer. > > Thanks might well be. Sometimes make the mistake. In terminal it > is Ctrl-Shift, but then in apps like fi

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Michael D. Setzer II via users
On 10 Jul 2025 at 11:32, Will McDonald wrote: From: Will McDonald Date sent: Thu, 10 Jul 2025 11:32:05 +0100 Subject:Re: Random Copy Paste issue ^[[[200~ copied text ~ To: mi...@guam.net, Community support for Fedora users Send reply to: Community support for Fedora u

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread George N. White III
On Thu, Jul 10, 2025 at 7:00 AM Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote: > I haven't been able to figure out what causes this or a solution to fix > it other than manually deleting the text. > > Doesn't happen a lot, but rebooting makes it go back to normal. > > Happe

Re: Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Will McDonald
On Thu, 10 Jul 2025 at 11:00, Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote: > I haven't been able to figure out what causes this or a solution to fix > it other than manually deleting the text. > I assume you mean ^[[[200~ copied text ~ appears in your paste contents. Th

Random Copy Paste issue ^[[[200~ copied text ~

2025-07-10 Thread Michael D. Setzer II via users
I haven't been able to figure out what causes this or a solution to fix it other than manually deleting the text. Doesn't happen a lot, but rebooting makes it go back to normal. Happens on command line, but if trying to paste into other programs often results in nothing being pasted at all. So