Re: Mouse weirdness

2025-05-08 Thread Loïc Grenié
this a Debian thing, or a KDE thing, or a Wayland vs X thing? I don't > know how to tell whether I'm using Wayland or X at the moment. > Maybe the buttons have been reassigned either through synclient or through xinput. I don't think you did it consciously, but, well, strange things happen... Loïc

Re: Xpra

2025-04-28 Thread Loïc Grenié
is allows to detach text applications. I use it all the time, very convenient, but it does not work for graphical applications. Loïc

Re: Xpra

2025-04-25 Thread Loïc Grenié
, I don't think that should stop anyone from giving it a go. > > Antonio > > > [1] https://salsa.debian.org/debian/xpra/-/merge_requests/5 > I use it as well. I've a couple of programs that do not work directly under X but work through Xpra. Strange enough, but I did not really care since I have Xpra! Loïc

Re: Can't find informatin on passwdqc, pwqcheck or cracklib

2024-03-22 Thread Loïc Grenié
be missing something.. > As far as I can tell, passwdqc package installs man pages for pwqcheck pwqfilter pwqgen Loïc

Re: medically smart watches

2024-02-26 Thread Loïc Grenié
x27;d find a lot of big-brand products doing it, and they would get a certification). Loïc

Re: medically smart watches

2024-02-24 Thread Loïc Grenié
nication (as for the rest of the mail, I have no idea whatsoever). Loïc

Re: Seeking a Terminal Emulator on Debian for "Passthrough" Printing

2024-01-15 Thread Loïc Grenié
etween pairs of "magical escape sequences", where it would send the data either to the COM port, or to whatever program that may be needed. Best, Loïc

Re: Seeking a Terminal Emulator on Debian for "Passthrough" Printing

2024-01-15 Thread Loïc Grenié
would greatly appreciate > hearing from you. > > Thank you in advance for your assistance and valuable suggestions. > I confess I have not read all messages. I think "expect" might be the program you need. Best, Loïc

Re: Logout at apt upgrade

2022-12-02 Thread Loïc Grenié
having had similar problems, and receiving > confirmation that I'm not running the same revision, I'm not the > one to help troubleshoot this. (Boy, that's a load of negatives.) > Thanks for your help! That's a positive! Loïc

Re: Logout at apt upgrade

2022-12-02 Thread Loïc Grenié
On Fri Dec 2 2022 at 04:31, David Wright wrote: > On Wed 30 Nov 2022 at 14:25:19 (+0100), Loïc Grenié wrote: > > Happened once again. This time I think the culprit was udev (but I > > cannot > > be too sure). Among the updated package nothing should have killed X: &g

Re: Logout at apt upgrade

2022-11-30 Thread Loïc Grenié
that looked susceptible to trigger a session crash. Loïc

Re: Logout at apt upgrade

2022-11-30 Thread Loïc Grenié
Thanks Tomas, and thanks to all those responded, On Wed, Nov 30, 2022 at 06:16, Tomas wrote: > On Wed, Nov 30, 2022 at 12:44:49AM +0100, DdB wrote: > > Am 29.11.2022 um 23:35 schrieb Loïc Grenié: > > > when I apt upgrade my system, I often (one every three, more >

Logout at apt upgrade

2022-11-29 Thread Loïc Grenié
rade the system without rebooting as it used to be a few years ago? I remember updating libc.so without rebooting -- only the kernel needed reboot, and the window system, if specific files changed. Thanks, best, Loïc

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Loïc Grenié
ll removable media > # (e.g. netinst, live or single CD). The matching "deb cdrom" > # entries were disabled at the end of the installation process. > # For information about how to configure apt package sources, > # see the sources.list(5) manual. > > # which bash > /usr/bin/bash > # > Some shells have which baked in. For how long? Best, Loïc which Description: Binary data

Re: SSH timeout logoff don't work!

2022-06-24 Thread Loïc Grenié
nfo for timeout: > > TCPKeepAlive no > ClientAliveInterval 600 > ClientAliveCountMax 0 > > Any suggest? > Maybe if [ "$(ps -o comm $PPID | tail -1)" = sshd ]; then TMOUT=600; fi This is not foolproof, but it should work if you do not abuse the system. Hope this helps, Loïc

Re: OT: Bash: what is eval doing here?

2022-06-10 Thread Loïc Grenié
n anybody on here explain what is going on / why? > The command "ssh-agent" returns 3 lines. The "eval `ssh-agent`" command makes bash (or any other sh-compatible shell) runs those three lines as if they had been typed. Hence it defines two variables (SSH_AUTH_SOCK and SSH_AGENT_PID) and prints "Agent pid 23933". Greetings, Loïc

Re: Please take this as constructive

2022-01-18 Thread Loïc Grenié
> The catch-22's are endless. In my case, I need Broadcom drivers. I can't > get b43 over the network. I can't use sneakernet for b43 debs because dpkg > doesn't work (let alone finding all the dependencies and dependencies of > dependencies and so forth). > > Now what? > Hope you can solve your problems, Loïc

Re: How to rotate screen AND input (consistently)

2021-11-20 Thread Loïc Grenié
set whatever > needs to be set. I do something like that. In my script the two corresponding lines are: TOUCHPAD=`xinput --list --short | grep Synaptics | grep -i pointer | sed -e 's/.*id=//' -e 's/[^0-9].*//'` xinput set-prop $TOUCHPAD 169 0 -1 0 1 0 0 0 0 1 169 is the "coordinate transformation matrix" for my touchpad. Hope this helps, Loïc

Re: May I please have a block cursor in nano?

2020-12-28 Thread Loïc Grenié
g in cygwin -- LONG > story) also lacked a block cursor. > Try to look in: https://github.com/mintty/mintty/wiki/CtrlSeqs ESC[1 q or ESC[2 q might solve your problem (there is a space before q). Hope this helps, Loïc > Thank you all. You people are jus

Re: bash script globbing

2015-09-20 Thread Loïc Grenié
Page $% of $=' "$1" > Here "$1" means "for the first argument" If enscript can work with several files together, you cn substitue "$1" simply by "$@" If however enscript can only work one file at a time, you can do the following:

Re: reading an empty directory after reboot is very slow

2015-04-13 Thread Loïc Grenié
possible hardware problem (the machine and the disk > are 5 years old), but I would have expected some message in the logs > in such a case. Is there any way to check? Possbile but unlikely. Hope this helps, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@

Re: making my Wheezy beep. How?

2014-01-30 Thread Loïc Grenié
cript in a terminal (but that will probably have visual artifact that are not very nice) or use the command "beep" as suggested by Scott. Hope this helps, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubsc

Re: dpkg-query - package "un"packed, no version ???

2013-09-02 Thread Loïc Grenié
ou have not expressed any desire on this package: never installed it, never removed it. The "n" means it's not installed. It's thus an existing, non installed, package for which you never showed any interest and is not needed by any other installed package. Hope t

Re: Highlighting CLI output: what are these terms called?

2013-04-17 Thread Loïc Grenié
equences, ANSI control codes, ANSI control sequences, ... Hope this helps, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debia

[Install] Debootsrap warning : corrupt deb with XFS

2012-05-29 Thread Loïc
the partition to EXT3 I have not these warnings and the system installs without problem. Does someone can enlighten me on this problem? Thank you in advance. Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Re: libflash (64 bit) problem on kongregate.com

2012-03-19 Thread Loïc Grenié
2012/3/19 Camaleón : > On Mon, 19 Mar 2012 22:02:24 +0100, Loïc Grenié wrote: > >> 2012/3/19 Camaleón : > >>> And can I know what's its current value (on/off)? I never touched this. >> >>     There is a string >> >> allowThirdPartyLSOAccess >

Re: libflash (64 bit) problem on kongregate.com

2012-03-19 Thread Loïc Grenié
2012/3/19 Camaleón : > On Mon, 19 Mar 2012 16:39:02 +0100, Loïc Grenié wrote: > >> 2012/3/19 Camaleón : > >>>> ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/settings.sol >>> >>> Is that file directly editable? :-? >> >>

Re: libflash (64 bit) problem on kongregate.com

2012-03-19 Thread Loïc Grenié
2012/3/19 Camaleón : > On Mon, 19 Mar 2012 16:05:56 +0100, Loïc Grenié wrote: > >> 2012/3/19 Camaleón : > >>>>     When I set >>>> >>>> allowThirdPartyLSOAccess >>>> >>>>   to true, it works. >>> >>> Where

Re: libflash (64 bit) problem on kongregate.com

2012-03-19 Thread Loïc Grenié
2012/3/19 Camaleón : > On Mon, 19 Mar 2012 15:34:17 +0100, Loïc Grenié wrote: > >> 2012/3/19 Camaleón : >>> It works and runs fine here (using 64 bits firefox and 64 bits flash >>> plugin). Maybe is something at your side... does your ISP has some sort >>>

Re: libflash (64 bit) problem on kongregate.com

2012-03-19 Thread Loïc Grenié
dy know what this setting is for ? Thanks, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAMLkfFQx-YkQP0ptOvwccbnjv7fEia2Ogipdnct4GvuebQS=_...@mail.gmail.com

Re: libflash (64 bit) problem on kongregate.com

2012-03-18 Thread Loïc Grenié
2012/3/18 Chris Bannister : > On Sun, Mar 18, 2012 at 07:55:06AM +0100, Loïc Grenié wrote: >> 2012/3/17 Camaleón : >> > On Sat, 17 Mar 2012 18:45:37 +0100, Loïc Grenié wrote: >> > >> >> 2012/3/17 Camaleón : >> > >> > (...) >> > &

Re: libflash (64 bit) problem on kongregate.com

2012-03-17 Thread Loïc Grenié
2012/3/17 Camaleón : > On Sat, 17 Mar 2012 18:45:37 +0100, Loïc Grenié wrote: > >> 2012/3/17 Camaleón : > > (...) > >>> Is something about connecting the bots? >> >>     Yeah. (It works with firefox-32bits+veryoldflash-32bits). > > Ensure that your b

Re: libflash (64 bit) problem on kongregate.com

2012-03-17 Thread Loïc Grenié
2012/3/17 Camaleón : > On Sat, 17 Mar 2012 16:13:07 +0100, Loïc Grenié wrote: > >> >>    I have a 64bit Debian (sid) system. I have a problem with libflash. >>   I've installed flashplugin-nonfree and the plugin is reasonably recent >>   (11.1.102.62). > >

libflash (64 bit) problem on kongregate.com

2012-03-17 Thread Loïc Grenié
http://www.kongregate.com/games/TheSunrize/netbots gets through the "Armor Games" splash and becomes solid gray. Is it a known problem ? Does anybody know how to get the *actual* game ? Thanks a lot, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Mouse problem

2006-02-06 Thread Vaumerel Loïc
Hi, I've bought an optical mouse but I've a problem with it. Trust MI-2100 Optical Ps/2 Mouse (Ami Mouse 250S). When I plug my mouse the red light is on. But when i boot my debian with a kernel 2.6.12.1-k7, my mouse freeze. When I mouve the mouse, the light turn off and the cursor don't move.

Re: Importing Windows Media Player URLs to RhythmBox

2005-01-08 Thread Loïc Minier
I tried with 0.8.) Bye, I AM NOT SUBSCRIBED TO D-U, please Cc: me. -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Blackdown java Debian package appears out of date

2004-10-24 Thread Loïc Minier
g-dev) might do what you want. dpkg-scansources seems useful too. Regards, [ I'm not subscribed to debian-user@ ] -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Small problems with Sarge net-install

2004-09-24 Thread Loïc Minier
loses: #223664 (Have a look at #223664 if you want more details.) Regards, [ I am not subscribed to [EMAIL PROTECTED] ] -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: setting up RAID

2003-03-25 Thread Loïc Minier
pt-cache search raid apt-show raidtools2 Regards, -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[HW] Tuner under Debian/Linux AND MacOSX

2003-03-22 Thread Loïc Minier
compatibility (supported by Video4Linux?), - available software (recorder software for example) under Intel x86 and under Motorola/IBM PowerPC. Thanking in advance for your help, Best regards, -- Loïc Minier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]