Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Susmita/Rajib
Namaste, my illustrious Team Leaders and Senior programming wizards, Hope that the 2nd wave of Covid has not been able to dampen our enthusiasm, and that all are safe from the virus and well. But the loss of life and employment of many of my fellow countrymen saddens me a great deal. I have one m

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Susmita/Rajib
Corrigendum: --- May the line, "... Hashed up the kill -STOP and -CONT parts are unnecessarily getting me logged out of my system ..." be please read as: "... Hashed up the kill -STOP and -CONT parts, as these are unnecessarily getting me logged out of my system ..." I could invoke

Re: cannot mount smartphone anymore

2021-06-13 Thread Curt
On 2021-06-13, l0f...@tuta.io wrote: > > Otherwise, you could just add a rule authorizing your device to connect: > > sudo usbguard append-rule 'allow id : serial "" name "" hash > "" parent-hash "" with-interface XX:XX:XX' > > sudo usbguard list-devices > will tell you th

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Greg Wooledge
On Sun, Jun 13, 2021 at 06:10:23PM +0530, Susmita/Rajib wrote: > But I need to run the script file with xautolock. So, let me see if I understand you. You rambled so much that it's really not clear what you're asking. But if I'm reading this sentence right, you have a shell script that requires

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Greg Wooledge
On Sun, Jun 13, 2021 at 05:05:55PM +0530, Susmita/Rajib wrote: > #!/bin/bash > expr $(( i = i + 1 )) Try one of these alternatives: i=$((i + 1)) # This one also works in sh. ((i = i + 1)) # These two are bashisms. ((i++)) > echo "Ending..." > echo i Pretty sure you intended this to be

Re: Server setup

2021-06-13 Thread Georgi Naplatanov
On 6/13/21 2:01 AM, Polyna-Maude Racicot-Summerside wrote: > Hi ! > I'm renting a server with one-provider (OVH). > > I have a choice of OS and it does a great job running Debian Buster. > But... > > The "standard" installation give me one partition in RAID mirror ( 3 x 2 > To). So I get only a b

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread The Wanderer
On 2021-06-13 at 09:14, Greg Wooledge wrote: > On Sun, Jun 13, 2021 at 06:10:23PM +0530, Susmita/Rajib wrote: > >> But I need to run the script file with xautolock. > > So, let me see if I understand you. You rambled so much that it's > really not clear what you're asking. But if I'm reading

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Susmita/Rajib
Solved. Not very complicated, it appears. The line is: xautolock -time 1 -locker "./ssvr.sh" Thank you for your support. Best. RKB Etc.

Re: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Greg Wooledge
On Sun, Jun 13, 2021 at 09:39:24AM -0400, The Wanderer wrote: > If I'm parsing your rephrasing of the problem statement correctly, > couldn't this be addressed by having the script spawn an xterm or > similar and run the needed command(s) - perhaps in the form of another > script - within that? Ye

SOLVED: Is invoking the -locker option of xautolock to run a script known? Could I be helped with an xautolock code line please?

2021-06-13 Thread Susmita/Rajib
And CLOSED. Not very complicated, it appears. The line is: xautolock -time 1 -locker "./ssvr.sh" Thank you for your support. Best. RKB Etc.

Re: Touch screen monitor recommendations?

2021-06-13 Thread Thom Castermans
> Does anyone have any recommendations for units [touchscreen monitors] known > to work with Debian? I don't (except my laptop, but that does not seem to fit your use case), but I would like to suggest asking on the mailing list of a desktop environment or e.g. Xorg or Wayland. In the end, those

Re: cannot mount smartphone anymore

2021-06-13 Thread Curt
On 2021-06-13, Emanuel Berg wrote: > l0f4r0 wrote: > >> Removing usbguard is maybe a drastic decision, isn't? >> Or maybe you don't want this package anymore for >> other reasons? > > No, why do I need it for? He probably assumed you installed it intentionally, and so for a reason, as it appears

Re: Touch screen monitor recommendations?

2021-06-13 Thread deloptes
Bob McGowan wrote: > I have a use case which could use a touchscreen monitor with a standard > desktop running Debian. > > Does anyone have any recommendations for units known to work with Debian? I have a friend that has one notebook with touch screen and debian with KDE and there are no issues

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi, >> I have a choice of OS and it does a great job running Debian Buster. >> But... >> >> The "standard" installation give me one partition in RAID mirror ( 3 x 2 >> To). So I get only a big root partition and nothing else >> >> I don't have access to my server with a KVM, so all has to be d

firefox scrollbar slider

2021-06-13 Thread Richmond
I have created .mozilla/firefox//chrome/userContent.css .mozilla/firefox//chrome/userChrome.css .config/gtk-3.0/gtk.css /* I think this is the one which made a difference */ and in all of them put: scrollbar slider { /* Size of the slider */ min-width: 32px; min-height: 15px; bo

Re: Server setup

2021-06-13 Thread Georgi Naplatanov
On 6/13/21 7:53 PM, Polyna-Maude Racicot-Summerside wrote: > Hi, > >>> I have a choice of OS and it does a great job running Debian Buster. >>> But... >>> >>> The "standard" installation give me one partition in RAID mirror ( 3 x 2 >>> To). So I get only a big root partition and nothing else >

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-13 1:52 p.m., Georgi Naplatanov wrote: > On 6/13/21 7:53 PM, Polyna-Maude Racicot-Summerside wrote: >> Hi, >> I have a choice of OS and it does a great job running Debian Buster. But... The "standard" installation give me one partition in RAID mirror ( 3 x 2

Re: Server setup

2021-06-13 Thread john doe
On 6/13/2021 7:57 PM, Polyna-Maude Racicot-Summerside wrote: Hi, On 2021-06-13 1:52 p.m., Georgi Naplatanov wrote: On 6/13/21 7:53 PM, Polyna-Maude Racicot-Summerside wrote: Hi, If you read the part of my message I've left you'll see that : 1st, I'm using a OVH server but it's provided by o

Re: firefox scrollbar slider

2021-06-13 Thread Richmond
Solved: https://bugzilla.mozilla.org/show_bug.cgi?id=1707470#c3

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi ! Tell me where it's not clear : --- Start of original message --- Hi ! I'm renting a server with one-provider (OVH). I have a choice of OS and it does a great job running Debian Buster. But... The "standard" installation give me one partition in RAID mirror ( 3 x 2 To). So I get only a big r

Re: Server setup

2021-06-13 Thread john doe
On 6/13/2021 8:12 PM, john doe wrote: On 6/13/2021 7:57 PM, Polyna-Maude Racicot-Summerside wrote: Hi, On 2021-06-13 1:52 p.m., Georgi Naplatanov wrote: On 6/13/21 7:53 PM, Polyna-Maude Racicot-Summerside wrote: Hi, If you read the part of my message I've left you'll see that : 1st, I'm us

Re: cannot mount smartphone anymore

2021-06-13 Thread l0f4r0
Hi, 13 juin 2021, 17:51 de cu...@free.fr: > On 2021-06-13, Emanuel Berg wrote: > >> l0f4r0 wrote: >> >>> Removing usbguard is maybe a drastic decision, isn't? >>> Or maybe you don't want this package anymore for >>> other reasons? >>> >> No, why do I need it for? >> > He probably assumed you ins

Re: cannot mount smartphone anymore

2021-06-13 Thread Emanuel Berg
l0f4r0 wrote: > Removing usbguard is maybe a drastic decision, isn't? > Or maybe you don't want this package anymore for > other reasons? No, why do I need it for? Anyway it is removed now... -- underground experts united https://dataswamp.org/~incal

Re: Server setup

2021-06-13 Thread Georgi Naplatanov
On 6/13/21 9:50 PM, john doe wrote: > On 6/13/2021 8:12 PM, john doe wrote: >> On 6/13/2021 7:57 PM, Polyna-Maude Racicot-Summerside wrote: >>> Hi, >>> >>> On 2021-06-13 1:52 p.m., Georgi Naplatanov wrote: On 6/13/21 7:53 PM, Polyna-Maude Racicot-Summerside wrote: > Hi, > > > I

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
It's not a thing of being rude or not. But please, take time to read what the person ask before writing a answer. If you ask "Is there a good software for bitmap imaging" and I answer "You shall try Inkscape". What will you think ? That you are looking for a bitmap editor not a vector based... An

Re: Server setup

2021-06-13 Thread Greg Wooledge
On Sun, Jun 13, 2021 at 03:44:26PM -0400, Polyna-Maude Racicot-Summerside wrote: > It's not a thing of being rude or not. > But please, take time to read what the person ask before writing a answer. But you never actually *asked* anything in your original message. You *implied* that you wanted to

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-13 3:51 p.m., Greg Wooledge wrote: > On Sun, Jun 13, 2021 at 03:44:26PM -0400, Polyna-Maude Racicot-Summerside > wrote: >> It's not a thing of being rude or not. >> But please, take time to read what the person ask before writing a answer. > > But you never actually *asked* anythi

Re: Server setup

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-13 3:51 p.m., Greg Wooledge wrote: > On Sun, Jun 13, 2021 at 03:44:26PM -0400, Polyna-Maude Racicot-Summerside > wrote: >> It's not a thing of being rude or not. >> But please, take time to read what the person ask before writing a answer. > > But you never actually *asked* anythi

Emphasis notation in plain-text mail (was Re: Server setup)

2021-06-13 Thread The Wanderer
On 2021-06-13 at 16:42, Polyna-Maude Racicot-Summerside wrote: > How do you make the text bold ? The * is enough ? You don't. How the text is rendered depends entirely on the mail client the person is using, and potentially on the configuration of that client. Some clients - including the one I'

Re: Emphasis notation in plain-text mail (was Re: Server setup)

2021-06-13 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-06-13 4:50 p.m., The Wanderer wrote: > On 2021-06-13 at 16:42, Polyna-Maude Racicot-Summerside wrote: > >> How do you make the text bold ? The * is enough ? > > You don't. How the text is rendered depends entirely on the mail client > the person is using, and potentially on the confi

Re: Emphasis notation in plain-text mail (was Re: Server setup)

2021-06-13 Thread The Wanderer
On 2021-06-13 at 17:30, Polyna-Maude Racicot-Summerside wrote: > Hi, > > On 2021-06-13 4:50 p.m., The Wanderer wrote: > >> On 2021-06-13 at 16:42, Polyna-Maude Racicot-Summerside wrote: >> >>> How do you make the text bold ? The * is enough ? >> >> You don't. How the text is rendered depends e

Re: Server setup

2021-06-13 Thread deloptes
john doe wrote: > Apparently you are not here to get some help. No she is, but she doesn't know how ...

Re: Server setup

2021-06-13 Thread deloptes
Polyna-Maude Racicot-Summerside wrote: > So if you read back my message. > I boot using a rescue system over the network. > I do my partition. > I make the filesystem. > I mount. > I use debootstrap. > And after I need to configure boot, this is where it blocks. > > Got it now ? At least now I

Re: cannot mount smartphone anymore

2021-06-13 Thread Emanuel Berg
Curt wrote: >>> Removing usbguard is maybe a drastic decision, isn't? >>> Or maybe you don't want this package anymore for >>> other reasons? >> >> No, why do I need it for? > > He probably assumed you installed it intentionally, and so > for a reason, as it appears to be an optional package. If

Re: cannot mount smartphone anymore

2021-06-13 Thread Emanuel Berg
l0f4r0 wrote: >> He probably assumed you installed it intentionally, and so >> for a reason, as it appears to be an optional package. >> > Exactly! You should have had a good reason Emanuel to > install it at the first place, no? I don't remember. > This package can be useful to limit access to

Don’t miss out

2021-06-13 Thread Niranjan SR
Hey, Just following up as you didn't reply to my last message.You might want to take a look again at what CORPHICS offer. We are a group of freelancers who work closely with clients to create to deliver the best quality service out there. we serve you with services like video editing,digital mark

HP zBook keyboard issue

2021-06-13 Thread Tom Dial
One more try: I have a Hewlett Packard zBook G5 with two misbehaving keys: The unshifted f3 and f4 keys are intended (marked) to decrease and increase screen backlight brightness. However, both operate identically with the unshifted f8 key that (correctly) toggles the built-in microphone on or off

Re: debian installation issue

2021-06-13 Thread Andrei POPESCU
On Vi, 11 iun 21, 15:07:11, Greg Wooledge wrote: > > Secure Boot (Microsoft's attempt to stop you from using Linux) relies on > UEFI booting, and therefore this was one of the driving forces behind it, > but not the *only* driving force. If your machine doesn't use Secure Boot, > don't worry abou

Re: cannot mount smartphone anymore

2021-06-13 Thread Andrei POPESCU
On Du, 13 iun 21, 21:49:03, Emanuel Berg wrote: > Curt wrote: > > >>> Removing usbguard is maybe a drastic decision, isn't? > >>> Or maybe you don't want this package anymore for > >>> other reasons? > >> > >> No, why do I need it for? > > > > He probably assumed you installed it intentionally, an