On 8/29/24 23:03, David Wright wrote:
On Sun 25 Aug 2024 at 10:10:21 (-0400), gene heskett wrote:
So "some" shortcuts can be [...] disabled, but it doesn't tell you
how. But maybe if there is a particular hotkey that's causing a
problem, someone else might have had the same problem and written
On 8/29/24 23:03, David Wright wrote:
On Sun 25 Aug 2024 at 10:10:21 (-0400), gene heskett wrote:
So "some" shortcuts can be [...] disabled, but it doesn't tell you
how. But maybe if there is a particular hotkey that's causing a
problem, someone else might have had the same problem and written
On Sun 25 Aug 2024 at 10:10:21 (-0400), gene heskett wrote:
> > So "some" shortcuts can be [...] disabled, but it doesn't tell you
> > how. But maybe if there is a particular hotkey that's causing a
> > problem, someone else might have had the same problem and written
> > an add-on you can look fo
On 8/25/24 14:06, Stefan Monnier wrote:
Well, i'll be typing along, have most assuredly not done a ctl+a, but all
the text will high light, and the next keystroke deletes it all. Sometimes
Maybe you have a touchpad and accidentally made the "select all" gesture by
brushing it when passing?
--
> Well, i'll be typing along, have most assuredly not done a ctl+a, but all
> the text will high light, and the next keystroke deletes it all. Sometimes
In Emacs we have the `view-lossage` command to see what keys have been
received recently so you can find out which funny key s
On 8/25/24 08:29, Darac Marjal wrote:
On 24/08/2024 23:50, gene heskett wrote:
I need to know how to totally disable t-birds hot keys. I mean I don't
want it to happen unless I have actually clicked on a command with the
mouse. If I didn't click on it, it doesn't happen, it ca
On 24/08/2024 23:50, gene heskett wrote:
I need to know how to totally disable t-birds hot keys. I mean I don't
want it to happen unless I have actually clicked on a command with the
mouse. If I didn't click on it, it doesn't happen, it can't happen.
I have a feeling tha
I need to know how to totally disable t-birds hot keys. I mean I don't
want it to happen unless I have actually clicked on a command with the
mouse. If I didn't click on it, it doesn't happen, it can't happen.
Is there such a hotkey lock out in tbird?
Thank you all;
Cheer
Nicolas George writes:
> Rodolfo Medina (12024-01-11):
>> As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
>> fine in Windows in lowering and increasing sound volume, and F1 for muting
>> it etcetera F4, F5, F6..., but in Debian they don't see
..you might be able to change your screen's brightness by hitting your
brightness keys (here they are Fn+F8, Fn+F9).
Note that you might have to adjust the events to listen to or the paths
to the backlight system files (my "/sys/class/backlight/intel_backlight"
and companions).
S
writes:
> On Thu, Jan 11, 2024 at 08:53:46AM +, Rodolfo Medina wrote:
>> As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
>> fine in Windows in lowering and increasing sound volume, and F1 for muting it
>> etcetera F4, F5, F6..., but in Debi
On Thu, Jan 11, 2024 at 10:08:53AM +0100, Nicolas George wrote:
> Rodolfo Medina (12024-01-11):
> > As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
> > fine in Windows in lowering and increasing sound volume, and F1 for muting
> > it
> > etc
On Thu, Jan 11, 2024 at 08:53:46AM +, Rodolfo Medina wrote:
> As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
> fine in Windows in lowering and increasing sound volume, and F1 for muting it
> etcetera F4, F5, F6..., but in Debian they don't seem to wor
Rodolfo Medina (12024-01-11):
> As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
> fine in Windows in lowering and increasing sound volume, and F1 for muting it
> etcetera F4, F5, F6..., but in Debian they don't seem to work.
Hi.
Try testing them with
Rodolfo Medina writes:
> As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
> fine in Windows in lowering and increasing sound volume, and F1 for muting it
> etcetera F4, F5, F6..., but in Debian they don't seem to work.
Sorry, I forgot to say that
As my machine has a dual boot with MS Windows, F2 and F3 keyboard keys work
fine in Windows in lowering and increasing sound volume, and F1 for muting it
etcetera F4, F5, F6..., but in Debian they don't seem to work.
Please help who can, thanks in advance.
Rodolfo
On Tue, Oct 24, 2023 at 08:54:35AM +0100, Tixy wrote:
> step=200
> curval=`cat $device/brightness`
> newval=`echo $(expr $curval - $step)`
Just FYI, all POSIX compatible shells can do integer arithmetic without
calling expr(1).
newval=$((curval - step))
Also, assuming "
On Tue, Oct 24, 2023 at 09:32:24AM +0200, basti wrote:
>
>
> On 24.10.23 06:18, David Wright wrote:
> > On Mon 23 Oct 2023 at 20:03:50 (+0200), basti wrote:
> > > I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness
> > > via Fn-Keys.
&g
therefore looks like an exponential function.
>
> I have to see how I can represent this in a function to use it with the
> fn-keys.
>
You can edit ~/.config/openbox/lxde-rc.xml
Here's my full notes from when I did what your trying to do on a laptop
many years ago. This obvious
On 24.10.23 06:18, David Wright wrote:
On Mon 23 Oct 2023 at 20:03:50 (+0200), basti wrote:
I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness
via Fn-Keys.
All other Fn-Keys are working.
basti@thinkpad:~$ xbacklight -set 50
No outputs have backlight property
I also try
On Mon 23 Oct 2023 at 20:03:50 (+0200), basti wrote:
> I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness
> via Fn-Keys.
> All other Fn-Keys are working.
>
> basti@thinkpad:~$ xbacklight -set 50
> No outputs have backlight property
>
> I also t
On Mon, 23 Oct 2023 20:03:50 +0200
basti wrote:
> I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness
> via Fn-Keys.
> All other Fn-Keys are working.
Your best bet for this might be the thinkwiki.
https://www.thinkwiki.org/wiki/ThinkWiki
Good luck.
--
Does any
Hello,
I have a Lenovo E16 Gen1 with Intel Iris and try to adjust brightness
via Fn-Keys.
All other Fn-Keys are working.
basti@thinkpad:~$ xbacklight -set 50
No outputs have backlight property
I also try to create a xorg.conf:
|Section "Device" Identifier "Intel Graphics
Am Sonntag, 8. Oktober 2023, 17:32:37 CEST schrieb Jeffrey Walton:
> On Sun, Oct 8, 2023 at 7:53 AM Rainer Dorsch wrote:
> > I have one machine on which I see during upgrade messages like:
> >
> > Setting up udev (252.17-1~deb12u1) ...
> > 🔐 Enter passphrase for SS
On Sun, Oct 8, 2023 at 7:53 AM Rainer Dorsch wrote:
>
> I have one machine on which I see during upgrade messages like:
>
> Setting up udev (252.17-1~deb12u1) ...
> 🔐 Enter passphrase for SSL/TLS keys for 192.168.0.30:443 (RSA):
> Setting up linux-image-6.1.0-13-armmp (6.1.
On 08/10/2023 12:53, Rainer Dorsch wrote:
Hello,
I have one machine on which I see during upgrade messages like:
Setting up udev (252.17-1~deb12u1) ...
🔐 Enter passphrase for SSL/TLS keys for 192.168.0.30:443 (RSA):
Setting up linux-image-6.1.0-13-armmp (6.1.55-1) ...
/etc/kernel/postinst.d
Hello,
I have one machine on which I see during upgrade messages like:
Setting up udev (252.17-1~deb12u1) ...
🔐 Enter passphrase for SSL/TLS keys for 192.168.0.30:443 (RSA):
Setting up linux-image-6.1.0-13-armmp (6.1.55-1) ...
/etc/kernel/postinst.d/initramfs-tools
On Tue, Mar 14, 2023 at 08:05:55PM +, Darac Marjal wrote:
> On 13/03/2023 23:23, Greg Wooledge wrote:
> > I have not to this day figured out what "vendor preset" means here.
> It would appear to be
> https://www.freedesktop.org/software/systemd/man/systemd.preset.html. If I'm
> reading the intr
On 13/03/2023 23:23, Greg Wooledge wrote:
On Tue, Mar 14, 2023 at 07:04:02AM +0800, Jeremy Ardley wrote:
I replicated your test above and it seems your listing has been accidentally
truncated...
Pipe it through cat to avoid the "left/right scrolling" crap.
If you want to do this regularly, yo
Mar 13, 2023, 23:33 by jer...@ardley.org:
> You may be happy to learn you can't even install it as a separate package any
> more.
>
> apt install --reinstall systemd-resolved
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Package systemd-
On Tue, Mar 14, 2023 at 07:33:00AM +0800, Jeremy Ardley wrote:
> So the mystery is how it gets onto a system using a standard install and
> which package it comes from now and what is done with any presets
unicorn:~$ dpkg -S systemd-resolved
systemd: /usr/share/man/man8/systemd-resolved.8.gz
syste
On 14/3/23 07:23, Greg Wooledge wrote:
I have not to this day figured out what "vendor preset" means here.
Mine shows the same as yours -- "disabled; vendor preset: enabled".
All I care about is the part that says "disabled". That's the actual
state.
You may be happy to learn you can't ev
On Tue, Mar 14, 2023 at 07:04:02AM +0800, Jeremy Ardley wrote:
> I replicated your test above and it seems your listing has been accidentally
> truncated...
Pipe it through cat to avoid the "left/right scrolling" crap.
> jeremy@testldap:~$ systemctl status systemd-resolved
> ● systemd-resolved.se
On 14/3/23 06:34, Greg Wooledge wrote:
On Tue, Mar 14, 2023 at 06:23:09AM +0800, Jeremy Ardley wrote:
FYI systed-resolved is the inbuilt debian caching DNS server which may be
enabled by default.
It is NOT enabled by default.
unicorn:~$ systemctl status systemd-resolved
● systemd-resolved.se
On 14/3/23 06:34, Greg Wooledge wrote:
On Tue, Mar 14, 2023 at 06:23:09AM +0800, Jeremy Ardley wrote:
FYI systed-resolved is the inbuilt debian caching DNS server which may be
enabled by default.
It is NOT enabled by default.
It is if you are using NetworkManager
--
Jeremy
(Lists)
On 14/3/23 06:23, Jeremy Ardley wrote:
I had a signed DNS error in a similar configuration using a bind
authoritive and caching server. It turned out it was systemd-resolved
interfering and/or replacing part of the DNS chain
FYI systed-resolved is the inbuilt debian caching DNS server which
On Tue, Mar 14, 2023 at 06:23:09AM +0800, Jeremy Ardley wrote:
> FYI systed-resolved is the inbuilt debian caching DNS server which may be
> enabled by default.
It is NOT enabled by default.
unicorn:~$ systemctl status systemd-resolved
● systemd-resolved.service - Network Name Resolution
Loa
On Mon, Mar 13, 2023 at 11:14:20PM +0100, local10 wrote:
> Strangely, the issue resolved itself without me having to do anything. Am
> really puzzled as to what it was. Perhaps the internet provider suddenly
> started to block DNS queries but then allowed them again? If so, why did
> dig's messa
On 14/3/23 06:14, local10 wrote:
Strangely, the issue resolved itself without me having to do anything. Am really puzzled
as to what it was. Perhaps the internet provider suddenly started to block DNS queries
but then allowed them again? If so, why did dig's message say that there was
"comm
> On Mar 13, 2023, at 4:14 PM, local10 wrote:
>
> Mar 13, 2023, 21:42 by recovery...@enotuniq.net:
>
>> Well, it was worth to check it.
>>
>>
>> Next idea is somewhat more complicated.
>>
>> Install tcpdump.
>> Run:
>> tcpdump -pni any -s0 -w /tmp/dns.pcap -c 30 udp port 53 or tcp port 53
>
Mar 13, 2023, 21:42 by recovery...@enotuniq.net:
> Well, it was worth to check it.
>
>
> Next idea is somewhat more complicated.
>
> Install tcpdump.
> Run:
> tcpdump -pni any -s0 -w /tmp/dns.pcap -c 30 udp port 53 or tcp port 53
> Bounce BIND, wait for a minute at least.
> Do some DNS queries. On
e/dns/root.key. Compare its contents with
> > /etc/bind/bind.keys. Replace the latter if needed.
> >
> > "dpkg-reconfigure -plow bind9" is probably more preferred way of doing
> > it.
> >
>
> They keys in the "/etc/bind/bind.keys" and "/u
Mar 13, 2023, 11:50 by mv...@free.fr:
> Did you check memory and disk space as suggested by jeremy ?
>
There's plenty of free RAM (4GB) and disk space (hundreds of GBs).
Regards,
Mar 13, 2023, 14:11 by ca...@deccio.net:
> Based on what I saw in the logs, your resolver is having trouble reaching the
> internet. It shows problems with both the priming query (./NS) and the trust
> query (./DNSKEY). Could you try running the following?
>
> $ dig +norec @198.41.0.4 . NS
> $
"dpkg-reconfigure -plow bind9" is probably more preferred way of doing
> it.
>
They keys in the "/etc/bind/bind.keys" and "/usr/share/dns/root.key" are
identical:
# cat /etc/bind/bind.keys
...
trust-anchors {
# This key (20326) was published in th
> On Mar 13, 2023, at 12:08 AM, local10 wrote:
>
> I have a local caching DNS server that was working fine for a long time but
> today, all of a sudden, it stopped resolving queries.
>
> More info: https://pastebin.com/iW5YeXgS
>
> Any ideas? Thanks
Based on what I saw in the logs, your res
s: info:
> > client @0x7f7812816d68 127.0.0.1#38800 (www.yahoo.com
> > <http://www.yahoo.com>): query:
> > www.yahoo.com <http://www.yahoo.com> IN A +E(0)K (127.0.0.1)
> > Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.631 dnssec: warning:
> > managed-ke
Le 13 mars 2023 local a écrit :
> Sure, I could have used some public DNS server and I may have to do that if I
> can't get this issue resolved. Still, I'd like to understand why BIND
> suddenly stopped working[1] for me and how to fix it.
>
> Regards,
>
> 1. It was working fine yesterday and I
Mar 13, 2023, 11:24 by g...@wooledge.org:
> For the record:
>
> unicorn:~$ sudo ss -ntlp | grep :53
> [sudo] password for greg:
> LISTEN 0 20 0.0.0.0:53 0.0.0.0:*
> users:(("dnscache",pid=664,fd=4))
>
> In general, ss replaces netstat for this kind of query. I don't kn
//www.yahoo.com>): query:
> www.yahoo.com <http://www.yahoo.com> IN A +E(0)K (127.0.0.1)
> Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.631 dnssec: warning:
> managed-keys-zone: Unable to fetch DNSKEY set '.': timed out
>
> The keyword here is not "managed-keys-zo
On Mon, Mar 13, 2023 at 09:19:41AM +0100, local10 wrote:
> Mar 13, 2023, 07:25 by jer...@ardley.org:
>
> > Try
> >
> > netstat -tulpnW | grep 53
> >
> > and see what's listening
> >
>
> Bind seems to be listening on 127.0.0.1 port 53.
>
> I don't have netstat installed and can't easily install i
/www.yahoo.com> IN A +E(0)K (127.0.0.1)
Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.631 dnssec: warning:
managed-keys-zone: Unable to fetch DNSKEY set '.': timed out
The keyword here is not "managed-keys-zone", it's "dnssec".
Second, to put it blunt
Mar 13, 2023, 09:32 by jer...@ardley.org:
> My next best option is simply to remove your bind caching server (it sounds
> like it's not really necessary in your application)
>
> Backup /etc/bind and /var/cache/bind
>
> then
>
> systemctl remove bind9
>
> systemctl purge bind9
>
> And then edit /e
N A +E(0)K (127.0.0.1)
Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.631 dnssec: warning:
managed-keys-zone: Unable to fetch DNSKEY set '.': timed out
Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.711 resolver: info:
resolver priming query complete: timed out
Mar 13 05:03:2
836]: 13-Mar-2023 05:03:18.963 queries: info:
client @0x7f7812816d68 127.0.0.1#38800 (www.yahoo.com <http://www.yahoo.com>):
query: www.yahoo.com <http://www.yahoo.com> IN A +E(0)K (127.0.0.1)
Mar 13 05:03:21 tst named[52836]: 13-Mar-2023 05:03:21.631 dnssec: warning:
managed-keys-zon
On 13/3/23 16:19, local10 wrote:
Mar 13, 2023, 07:25 by jer...@ardley.org:
Try
netstat -tulpnW | grep 53
and see what's listening
Bind seems to be listening on 127.0.0.1 port 53.
I don't have netstat installed and can't easily install it as aptitude can't
resolve Debian server's name to
On 13/3/23 16:19, local10 wrote:
Bind seems to be listening on 127.0.0.1 port 53.
I don't have netstat installed and can't easily install it as aptitude can't
resolve Debian server's name to an IP, so the following is what I tried:
# telnet -4 127.0.0.1 53
Trying 127.0.0.1...
Connected to 1
Mar 13, 2023, 07:25 by jer...@ardley.org:
> Try
>
> netstat -tulpnW | grep 53
>
> and see what's listening
>
Bind seems to be listening on 127.0.0.1 port 53.
I don't have netstat installed and can't easily install it as aptitude can't
resolve Debian server's name to an IP, so the following is w
On 13/3/23 14:34, local10 wrote:
Mar 13, 2023, 06:19 by jer...@ardley.org:
The contents of /etc/resolv.conf are always of interest.
There's really not much there:
# cat /etc/resolv.conf
nameserver 127.0.0.1
That and /etc/nsswitch.conf a/etc/hosts
# cat /etc/nsswitch.conf
# /etc/nssw
Mar 13, 2023, 06:19 by jer...@ardley.org:
> The contents of /etc/resolv.conf are always of interest.
>
There's really not much there:
# cat /etc/resolv.conf
nameserver 127.0.0.1
> That and /etc/nsswitch.conf a/etc/hosts
>
# cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configurati
On 13/3/23 14:08, local10 wrote:
Hi,
I have a local caching DNS server that was working fine for a long time but
today, all of a sudden, it stopped resolving queries.
More info: https://pastebin.com/iW5YeXgS
Any ideas? Thanks
The contents of /etc/resolv.conf are always of interest.
That
Hi,
I have a local caching DNS server that was working fine for a long time but
today, all of a sudden, it stopped resolving queries.
More info: https://pastebin.com/iW5YeXgS
Any ideas? Thanks
Hi,
I have 4 EC keys (one is nistp256 [daily driver] and the others are nistp384).
I attempted to locally sign Greg's key
(647F28654894E3BD457199BE38DBBDC86092693E) using one of my nistp384 public
key, and using --local-user to specify the key. After entering the
passphrase, instead of th
s¹, I used it.
But recently, it the last fow days, when upgrading some minor version of
Thunderbird on both work and personal laptops, the Thunderbird built-in
keystore has no private keys anymore, the upgrade deletes them ! It's
would be much on an issue if I could reimport them again, I h
the client will recognize *both* server instances
> as the same host.
>
> The host keys are in the /etc/ssh/ directory in Debian. There are
> several files, and they all begin with ssh_host. Just copy them over
> and make sure the permissions are retained. (The ones without .pub on
&
Perhaps it should be said that personal use of gpg and the use that a
system administrator makes of it and key-ing are different use-cases. So we
might expect fewer assumptions to hold and greater mystery :-)
On Sat, Jun 26, 2021, 1:53 PM wrote:
> On Sat, Jun 26, 2021 at 08:42:26AM -0400, Cindy
On Sat, Jun 26, 2021 at 08:42:26AM -0400, Cindy Sue Causey wrote:
> On 6/26/21, Andrei POPESCU wrote:
[...]
> > Well, it makes perfect sense if you remember that "everything is a
> > file", even if there are exceptions (e.g. network devices).
>
>
> Hopefully I'm reading this right. While on di
ally place files in this sub-director".
>> As
>> a beginner being confronted with security relevant procedures, specially
>> when it is about things like PGP keys based on a Web Of Trust concept,
>> you
>> easily suspect that a special security tool would exist for
On 26.06.21 11:54, Andrei POPESCU wrote:
(...)
Very good points, all appreciated.
Feel free to suggest patches for it through bugs against the harden-doc
package, or merge requests in Salsa if the Maintainer is accepting them.
I'll do so. I decided, motivated also by observing how you are d
; > > On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
> > > >
> > > > Command apt-key and its man page say that apt-key is deprecated, but do
> > > > not
> > > > suggest an instead recommended tool. It is only mentioned that keys
> > &g
deprecated, but do not
suggest an instead recommended tool. It is only mentioned that keys would
now be organized in /etc/apt/trusted.gpg.d/ . But how should I manage the
keys saved there, for instance how to update them, or what tool of the
Debian distribution is managing them there for the apt
ut do not
> > suggest an instead recommended tool. It is only mentioned that keys would
> > now be organized in /etc/apt/trusted.gpg.d/ . But how should I manage the
> > keys saved there, for instance how to update them, or what tool of the
> > Debian distribution is mana
Package: release-notes
X-Debbugs-Cc: debian-user@lists.debian.org, a...@packages.debian.org
On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
>
> Command apt-key and its man page say that apt-key is deprecated, but do not
> suggest an instead recommended tool. It is only mentioned that k
front cover, and
> difficult for me to open, so I have not opened it. There was no dust,
> but I blew inside. I restarted the laptop and the keys have been
> working correctly since then. If the problem occurs again, I will try
> an external keyboard, and lifting up the keys. I will co
Hi,
I have a Dell Latitude 5580 laptop, and have been a happy debian unstable user
for 20 years. I have a very weird problem with its builtin keyboard which slows
down my work significantly (ctrl-c, ctrl-x, ENTER etc. do not work):
Since several months ago some keys on my keyboard do not
On 8/12/20 5:24 AM, songbird wrote:
Dan Ritter wrote:
Doug McGarrett wrote:
Someone along this thread mentioned key-pullers. I have a couple of IBM
model M
keyboards that haven't been cleaned in years. They work well anyway, but I'd
like to clean
the keys. Where could I get one of
Dan Ritter wrote:
> Doug McGarrett wrote:
>>
>> Someone along this thread mentioned key-pullers. I have a couple of IBM
>> model M
>> keyboards that haven't been cleaned in years. They work well anyway, but I'd
>> like to clean
>> the keys. Where
rhkra...@gmail.com wrote:
> Oh, one other thing I should mention -- on most keyboards (at least the ones
> I've cleaned) there are some metal pieces (essentially springs) under many of
> the larger (wider) keys. I am pretty sure they are intended to allow
> pressing
>
rhkra...@gmail.com wrote:
> Oh, one other thing I should mention -- on most keyboards (at least the ones
> I've cleaned) there are some metal pieces (essentially springs) under many of
> the larger (wider) keys. I am pretty sure they are intended to allow
> pressing
>
Doug McGarrett wrote:
>
> Someone along this thread mentioned key-pullers. I have a couple of IBM
> model M
> keyboards that haven't been cleaned in years. They work well anyway, but I'd
> like to clean
> the keys. Where could I get one of those key-puller tools?
&g
Oh, one other thing I should mention -- on most keyboards (at least the ones
I've cleaned) there are some metal pieces (essentially springs) under many of
the larger (wider) keys. I am pretty sure they are intended to allow pressing
either end (or the center) of those long keys (e.g.
d in years. They work well anyway, but
I'd like to clean
the keys. Where could I get one of those key-puller tools?
(If you ever get a chance to get one, TAKE IT! There's no better
keyboard anywhere than
this, altho it's too loud for a crowded office. And ALT-ESC will do the
left Windo
, so have probably gotten used to the
various shortcuts in manufacturing that have been added over the years (which
tend to make each newer keyboard a little bit more of a puzzle).
Generally, the keys can be lifted / snapped up by gently prying with something
like a table knife (not sharp). I do
> The way I clean (a non-laptop) keyboard is by disassembling it and putting
> all
> the parts in a fresh (i.e., clean) washtub of warm water with dishsoap, let
> it
> soak for a few minutes, then rinse with clean water and let dry, often
> overnight (I almost always have a spare keyboard, but
rhkra...@gmail.com wrote:
> The way I clean (a non-laptop) keyboard is by disassembling it and putting
> all
> the parts in a fresh (i.e., clean) washtub of warm water with dishsoap, let
> it
> soak for a few minutes, then rinse with clean water and let dry, often
> overnight (I almost always
few minutes, then rinse with clean water and let dry, often
overnight (I almost always have a spare keyboard, but right not my spares need
cleaning "-(
Not sure I'm brave enough to try a dishwasher -- do you leave it assembled?
(I'd worry about small pieces, the keys and small s
> builtin keyboard which slows down my work significantly (ctrl-c,
> ctrl-x, ENTER etc. do not work):
>
> Since several months ago some keys on my keyboard do not work, in all
> the applications (e.g. gnome-terminal, emacs, thundebird, firefox).
> When I press on them, very often n
> IIRC, this is about a keyboard on a laptop -- I would not put any part of
> that
> in a dishwasher.
You sure can, tho you'll want to put only the keyboard (many other parts
of a laptop can go safely into the dishwasher, actually, but indeed you
probably don't want to put the whole laptop in).
IIRC, this is about a keyboard on a laptop -- I would not put any part of that
in a dishwasher.
On Monday, August 10, 2020 07:04:39 PM Stefan Monnier wrote:
> > I suspect it is a hardware problem, and what I would do is get the manual
> > for the laptop and look into how hard it might be to clean
> I suspect it is a hardware problem, and what I would do is get the manual for
> the laptop and look into how hard it might be to clean the keyboard.
Definitely a good idea, since it's easy to do and can solve the problem
(depending on the problem's origin, obviously).
> You might try blowing o
months ago some keys on my keyboard do not work, in all
the applications (e.g. gnome-terminal, emacs, thundebird, firefox).
When I press on them, very often nothing happens (usually, I press on
them for 10 seconds to make appear the character), sometimes the key
appears twice, and sometimes it
do not work):
>
> Since several months ago some keys on my keyboard do not work, in all
> the applications (e.g. gnome-terminal, emacs, thundebird, firefox).
> When I press on them, very often nothing happens (usually, I press on
> them for 10 seconds to make appear the character), someti
ENTER etc. do not work):
>
> Since several months ago some keys on my keyboard do not work, in all
> the applications (e.g. gnome-terminal, emacs, thundebird, firefox).
> When I press on them, very often nothing happens (usually, I press on
> them for 10 seconds to make appear
Hi,
I have a Dell Latitude 5580 laptop, and have been a happy debian
unstable user for 20 years. I have a very weird problem with its
builtin keyboard which slows down my work significantly (ctrl-c, ctrl-x,
ENTER etc. do not work):
Since several months ago some keys on my keyboard do not
On 1/18/20 2:32 PM, Darac Marjal wrote:
On 18/01/2020 02:54, Jape Person wrote:
On 1/17/20 7:27 PM, Tom Browder wrote:
I have a laptop, running Debian 10 (Buste) with the Mate desktop.
Unfortunately the laptop doesn't have light indicators on the
keyboard for
keys such as: CapLock, Nu
y Curt, and that
does work, at least for the Caps and Num lock keys.
I would like to try your suggestion if you can tell me how to actually
implement it--I am no longer familiar with the text settings for
desktop tweaks, but I am comfortable with such changes with clear
instructions.
-Tom
To get t
On 18/01/2020 02:54, Jape Person wrote:
> On 1/17/20 7:27 PM, Tom Browder wrote:
>> I have a laptop, running Debian 10 (Buste) with the Mate desktop.
>>
>> Unfortunately the laptop doesn't have light indicators on the
>> keyboard for
>> keys such as: CapLock
(I don't think it had an insert indicator, but my memory could be wonky.)
I installed the package but didn't see any changes. And I saw no easy
way to affect my panels. As a result, I removed that package and
installed the 'mate-tweak' package, as suggested by Curt, and that
does
On Sat, Jan 18, 2020 at 3:27 AM Curt wrote:
...
> There's also apparently the 'mate-tweak' package, after installation of which
> (Preferences/Look and Feel/MATE Tweak/Enable keyboard LED).
That worked, at least I can see the position of my Caps Lock key
now--thanks, Curt!
-Tom
On 2020-01-18, Jape Person wrote:
> On 1/17/20 7:27 PM, Tom Browder wrote:
>> I have a laptop, running Debian 10 (Buste) with the Mate desktop.
>>
>> Unfortunately the laptop doesn't have light indicators on the keyboard for
>> keys such as: CapLock, NumLock, Inse
1 - 100 of 1309 matches
Mail list logo