Re: Beep when moving between Xterms

2023-03-22 Thread clarjon1
I don't know exactly what would be causing this, but one step you
could look at to start would be to enable visual bell on your xterm
sessions. This would let you know which, if any, of the terminals are
generating the beep, allowing you to narrow things down a bit.

from https://tldp.org/HOWTO/Visual-Bell-8.html

xterm: xterm can convert each bell to either a visible or audible
signal. If you use the audible bell, the settings of "xset" will
apply. The bell in xterm defualts to be audible, but you can use the
"-vb" command line option and the "xterm*visualBell: true" resource to
turn it to a visible flash. You can toggle visible/audible signaling
at run-time by using the menu invoked by control--left-mouse-button.

On Wed, 22 Mar 2023 at 13:01, Dave Close  wrote:
>
> I have three Xterm windows open on my desktop. Two have an SSH session
> running to another machine, the third is open on my machine. Whenever
> my cursor moves in either direction between the third window and
> either of the other two, I hear a beep. I do not hear it when moving
> between the first two windows.
>
> I've looked through all the settings for both KDE and Xterm and can't
> find anything obvious which would account for this behavior. Can
> someone enlighten me, please?
>
> This is Fedora with plasma-desktop-5.27.3-1.fc37.x86_64.rpm.
> --
>  Dave Close, Compata, Irvine CA   +1 714 434 7359
>d...@compata.com  dhcl...@alumni.caltech.edu
> "Just because you do not take an interest in politics doesn't
>  mean politics won't take an interest in you." - Pericles
>
>


Re: Dolphin replace/remove invalid chars in filename when copying to NTFS?

2023-01-05 Thread clarjon1
Having just an automated autoreplace could result in poor results, esp
if not explained to the user...

I wonder if functionality could be done to check what the destination
filesystem is,and a quick scan of the file names to look for
incompatible characters, then provide a dialog with functionality like

"Some files contain characters not allowed by the destination file
system (FilesystemTypeHere) and cannot be copied as-is. Manually
rename the files below, click to allow auto-replacement of characters,
or continue operation without those files
| /home/clarjon1/BoxOfFilesWithInCompatibleNames
| /home/clarjon1/ThatAllowForTheTextToBeCopied
| /home/clarjon1/SoUsersCanManuallyReplace
| /home/clarjon1/AtTheirDiscretion
[Autoreplace]  [Ignore Files]  [Cancel]

If Autoreplace is chosen, a second dialog should appear, that will
show the results, so users can note/document what the new file names
are, which may be important eg for updating scripts.

On Thu, 5 Jan 2023 at 08:06, Alexander Puchmayr
 wrote:
>
> Am Donnerstag, 5. Jänner 2023, 12:38:50 CET schrieb René J.V. Bertin:
> > On Thursday January 05 2023 09:29:43 Alexander Puchmayr wrote:
> > >Hi,
> > >
> > >I just wanted to copy a bunch of files containing various characters like
> > >'?' and ':' in their names to an NTFS drive with dolphin, and got lots of
> > >errors because of that names. Dolphin does not remove those characters (or
> > >offer to do so), the only option you have is abort.
> > >
> > >Of course, one could do that in a shell using pattern replacement, but the
> > >average user, who is not familiar with those bash/aws/sed tricks, will
> > >prefer a more convenient way. So is there a way of doing that in Dolphin?
> > AFAIK this was always handled at the filesystem driver level, possibly with
> > some kind of mapping trick that would allow the user to see the original
> > filename from the Unix side.
> >
>
> Obviously, filesystem driver layer does not care about this, it returns an
> "invalid argument" if you try to create a file containing a '?' on an ntfs
> filesystem. And Dolphin simply seems to forward that error to the UI.
>
> > But there's also something to say for disallowing this altogether; it's good
> > practice to use file names that are valid on all the (file)systems you want
> > to use them with...
> >
>
> I don't agree, especially if you do not know in advance that the files on some
> filesystem should be ever moved to another file system with different naming
> rules. Unix/Linux allows almost all characters, while other OS do not. Other
> file systems may have problems with UTF8, so with that argumentations, we
> should use DOS compatible 8.3 naming schemes, 7-Bit ASCII only, just do be
> sure.
>
> IMHO, a GUI based user program should be able to handle such cases, as most
> users do not care about such restrictions and assume its OK when their primary
> OS accepts it.
>
> Alex
>
>
>
>


Re: Fwd: Your account has been deactivated

2022-10-24 Thread clarjon1
while you can use a totp app (There's a bunch out there, and various open
source options), most competent password managers can also to TOTP, like
keepassxc does natively, so does bitwarden, keepass2 with a plugin, and if
you really want to go roll-your-own and have something that's truly
platform agnostic, you can use this project[1] to have a web page you pop
the seed into and it'll spit out a number for you, with nothing saved
serverside

[1]https://github.com/jaden/totp-generator

Been using this project for testing various totp implementations for a
project the past couple of months without having to build my own full-end
auth system :)

On Mon, 24 Oct 2022 at 14:16, René J.V. Bertin  wrote:

> On Monday October 24 2022 13:44:43 Nekobit wrote:
>
> >I'm in a bit of a crunch to setup a proper client on my
> >mobile device right now.
>
> Do I have to understand this requires an additional app and thus a
> smartphone?! Why not impose one from whichever phonemaker is the largest
> KDE sponsor, while you're at it (and I'm guessing that won't be Apple)?
>
> Also, does this mean you need to jump through additional hoops nowadays to
> fetch from and/or commit to KDE repos (and I mean in a CLI of course)?!
>
> Having to do 2FA on a single device always makes me want to hurl at the
> sky...
>
> R
>


Re: Fwd: Your account has been deactivated

2022-10-24 Thread clarjon1
I'm unsure about older versions, but for KeepassXC 2.7.x:

To setup OTP in KeepassXC, find the entry you want to associate with the
OTP or create a new entry. Then, right click the entry, go to the TOTP
submenu, and select Setup TOTP or go to Entries -> TOTP -> Setup TOTP. You
will be prompted to enter the seed for your 2fa.

Then, to get the 2fa code, either select the entry and go to Entries ->
TOTP or Righclick -> TOTP, and either Copy TOTP to copy the current code,
or Show TOTP, to display the code and show you how long until it times out.

On Mon, 24 Oct 2022 at 13:45, Nekobit  wrote:

> On Mon, 2022-10-24 at 15:37 +0100, Paul Dann wrote:
> > On Mon, 24 Oct 2022 at 11:16, Norbert Zawodsky 
> > wrote:
> > > Am 24.10.22 11:02 schrieb René J.V. Bertin:
> > >
> > > > I hate 2FA as it incites too much to remain logged in (and to be
> > > > married to a mobile if not recent enough smartphone).
> > > >
> >
> > The same thing just happened to me. I use KeePassXC already, which
> > has OTP support. It's pretty much 3 clicks to add a 2FA token, and
> > it's a desktop app. I happen to sync it with the mobile app via
> > NextCloud, but it's certainly not required.
> >
> > 2FA really is not hard to set up, and significantly reduces identity
> > theft. I get that it's not convenient for everyone, but it's a 10min
> > up-front investment to get something like KeePassXC set up to handle
> > all this simply.
> >
> > Paul
>
> It's not just about setting it up, I only got 2 days warning about
> this, and I'm in a bit of a crunch to setup a proper client on my
> mobile device right now. I also can't find a thing for OTP in
> KeepassXC, and I keep 2 copies of my clients in an ugly manner between
> my desktop and laptop so I'd rather do mobile, but there may be times
> where my mobile device _breaks_ or something, so I don't always like
> storing such things on mobile...
>
> I don't really think the execution of this was done well. I am
> confident enough with a pretty secure password generated with
> KeepassXC, to not think I need 2FA this instant.
>


Re: slow graphics when laptop display is disabled

2020-05-12 Thread clarjon1
oooh, they forked Synergty, nice! Been looking for a continuation of
that tool, their new rework has never worked properly for me.


Peter, this utility sets up a few client/daemons on different machines
that talk to each other, typically on the LAN. One machine will be the
main "host", and is the machine with the keyboard and mouse connected.
When the mouse reaches the edge of defined screens, it keeps track of
how far the mouse has moved, and sends this data over the LAN to the
appropriate machine, moving the mouse, and forwarding keyboard inputs
to that machine as well, allowing you to use your network as a KVM of
sorts but without the video input switching.


On Tue, May 12, 2020 at 10:43 AM Peter Humphrey  wrote:
>
> On Tuesday, 12 May 2020 09:30:10 BST René J.V. Bertin wrote:
> > On Tuesday May 12 2020 03:11:04 test wrote:
>
> > >Anyway, someone suggested a software called "barrier".  I tried it
> > >yesterday, and works great: https://github.com/debauchee/barrier.git
> > >
> > >It's one of the softwares everyone should know about ...
> >
> > Looks like a very interesting bit of software indeed. Pity they don't
> > provide a (free) app for my iPhone! :)
>
> I must be missing the point. How can one keyboard etc. control two or more
> machines without hardware connections?
>
> --
> Regards,
> Peter.
>
> Gentoo testing system, openrc-0.42.1
> gcc 10.1.0, sys-kernel/gentoo-sources 5.4.38
> QT 5.14.2, KDE frameworks 5.70.0, KDE plasma 5.18.5
> KDE apps 20.04.0 incl KMail 5.14.0 (20.04.0), akonadi 20.04.0
> dev-db/mariadb-10.4.12, net-libs/webkit-gtk-2.28.1
> x11-drivers/xf86-video-amdgpu 19.0.1
> dev-libs/amdgpu-pro-opencl-19.30.838629
>
>


Re: Konsole tab accellerators -- how to disable?

2019-09-16 Thread clarjon1
I already have that option disabled. Hmm.

On a whim, I just enabled the option, hit OK, went back into config
and disabled the feature, and the issue is now gone!

And yes, Konversation is lovely, however in this usage I'm connecting
to a unix shell based community, similar to SDF, to their internal
chat. I couuuld get it setup to allow me to connect with Konversation
but I'd need to mess with ssh port tunnelling, and that seems like a
bit of an annoying thing to do ^_^'

On Mon, Sep 16, 2019 at 4:06 AM René J.V. Bertin  wrote:
>
> On Tuesday September 10 2019 12:19:17 clarjon1 wrote:
> >Hello!
> >Konsole version  19.07.90, Archlinux
> >
> >I wish to disable the behaviour where holding alt causes the tab
> >switching accelerators showing up in Konsole, as it is causing
> >shortcuts inside terminal applications such as my IRC client from
>
> Did you try Configure Konsole/General/Enable menu accelerators?
>
> I have that off, and don't any of the issues you describe (but do use the Alt 
> key in a number of custom shortcuts in vi).
>
> BTW, you know KDE has a pretty nice IRC client, Konversation? ;)
>
> R.


Konsole tab accellerators -- how to disable?

2019-09-10 Thread clarjon1
Hello!
Konsole version  19.07.90, Archlinux

I wish to disable the behaviour where holding alt causes the tab
switching accelerators showing up in Konsole, as it is causing
shortcuts inside terminal applications such as my IRC client from
working when I have too many tabs open.
I've gone thru settings and didn't see anything obvious, didn't see
anything in the shortcut assignment system (which makes sense as this
is automatically done.)

Made for a incredibly frustrating experience this morning as I
groggily tried to go thru messages only to have it keep jumping to
different tabs. Doubly so as I could not find a way to disable this
behaviour.

Screenshot below of accelerators being displayed when holding Alt.

https://i.imgur.com/yOIhBey.png