Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread Tom H
On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users wrote: > > Followup: I create a number of bash functions to > handle the task(s). Thank you all for the help! > > > function GetIP () { > echo "$(ip -f inet route | grep -i $InetDev | grep -i src | awk > '{print $9}')" > } > > > functio

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread Tom H
On Sat, Aug 22, 2020 at 11:53 AM Tom H wrote: > > On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users > wrote: > > > > Followup: I create a number of bash functions to > > handle the task(s). Thank you all for the help! > > > > > > function GetIP () { > > echo "$(ip -f inet route | grep

Mouse right-click works intermittently

2020-08-22 Thread Paul Smith
Dear All, Recently, when I right-click on my mouse, sometimes it works, but other times not. I am using XFCE on Fedora 32. Could you please help me? Thanks in advance, Paul ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: Mouse right-click works intermittently

2020-08-22 Thread Frederic Muller
On 8/22/20 7:39 PM, Paul Smith wrote: > Dear All, > > Recently, when I right-click on my mouse, sometimes it works, but > other times not. I am using XFCE on Fedora 32. Could you please help > me? > > Thanks in advance, > > Paul > ___ > Hi! I actually ha

Re: Mouse right-click works intermittently

2020-08-22 Thread Tom Horsley
On Sat, 22 Aug 2020 19:49:39 +0700 Frederic Muller wrote: > I actually have had the same issue using GNOME for quite some times, > even changed my mouse thinking it was the culprit. So yes maybe it's a > generic issue? I recently switched to a wireless mouse and sometimes see this. I never saw it

Re: Mouse right-click works intermittently

2020-08-22 Thread Paul Smith
On Sat, Aug 22, 2020 at 2:02 PM Tom Horsley wrote: > > > I actually have had the same issue using GNOME for quite some times, > > even changed my mouse thinking it was the culprit. So yes maybe it's a > > generic issue? > > I recently switched to a wireless mouse and sometimes see this. > I never

Re: EXTERNAL: Re: Mouse right-click works intermittently

2020-08-22 Thread Wells, Roger K. via users
On 8/22/20 9:13 AM, Paul Smith wrote: > On Sat, Aug 22, 2020 at 2:02 PM Tom Horsley wrote: >>> I actually have had the same issue using GNOME for quite some times, >>> even changed my mouse thinking it was the culprit. So yes maybe it's a >>> generic issue? >> I recently switched to a wireless mou

Re: Mouse right-click works intermittently

2020-08-22 Thread George N. White III
On Sat, 22 Aug 2020 at 09:50, Frederic Muller wrote: > On 8/22/20 7:39 PM, Paul Smith wrote: > > Dear All, > > > > Recently, when I right-click on my mouse, sometimes it works, but > > other times not. I am using XFCE on Fedora 32. Could you please help > > me? > I had problems with USB mouse an

gnome-software thinks Fedora 33 is available now

2020-08-22 Thread Gordon Messmer
Recently, gnome-software has started alerting me that a new version of Fedora is available.  I haven't seen anyone else mention this happening, so I assume that there's something misconfigured on my system. Where does gnome-software get the list of available releases, on Fedora? ___

Re: Mouse right-click works intermittently

2020-08-22 Thread Fred Smith
On Sat, Aug 22, 2020 at 01:39:51PM +0100, Paul Smith wrote: > Dear All, > > Recently, when I right-click on my mouse, sometimes it works, but > other times not. I am using XFCE on Fedora 32. Could you please help > me? > > Thanks in advance, I've heard that Logitech mice will have that symptom w

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 05:25, Tom H wrote: On Sat, Aug 22, 2020 at 11:53 AM Tom H wrote: On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users wrote: Followup: I create a number of bash functions to handle the task(s). Thank you all for the help! function GetIP () { echo "$(ip -f inet rou

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 02:53, Tom H wrote: On Sat, Aug 22, 2020 at 1:57 AM ToddAndMargo via users wrote: Followup: I create a number of bash functions to handle the task(s). Thank you all for the help! function GetIP () { echo "$(ip -f inet route | grep -i $InetDev | grep -i src | awk '{print

Re: What is wrong with my `nmcli device status`?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 15:07, ToddAndMargo via users wrote: I use absolute paths when I will sometimes be operating outside the shell. Okay, before someone tells me that bash programs ALWAYS run inside the shell and I do not path many of the other comands, it is because I program in Raku a lot. I ADORE

Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
Hi All, This is a puzzle I have been working on for about two years. On this web page: https://www.eset.com/us/business/endpoint-security/windows-security/download/ From the command line, I am trying to read the revision shown here: https://ibb.co/RHJShwh which is 7.3.2039.0. Problem is

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Tom Horsley
On Sat, 22 Aug 2020 18:42:57 -0700 ToddAndMargo via users wrote: > Any of you guys have a cleaver way to cli extract the revision? I'd say lynx, but apparently lynx doesn't support javascript, however the google search did turn up lots of articles pointing to other text mode browsers that do supp

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Tom Horsley
On Sat, 22 Aug 2020 21:54:27 -0400 Tom Horsley wrote: > however the google search did turn up lots of articles > pointing to other text mode browsers that do support javascript. elinks is in the fedora repos and can apparently be badgered into supporting javascript (never tried it, just reporting

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Fulko Hew
On Sat, Aug 22, 2020 at 9:43 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: ... snip ... > Any of you guys have a cleaver way to cli extract the revision? > I'm not sure how you want to retrieve it, but using Firefox->Tools->Web Developer I looked at all of the transactions i

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Gordon Messmer
On 8/22/20 6:42 PM, ToddAndMargo via users wrote: https://www.eset.com/us/business/endpoint-security/windows-security/download/ ... Problem is that the revision is generated by a java script. The version isn't *generated* by JavaScript, it's requested from an API by JavaScript.  The differ

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 19:30, Fulko Hew wrote: On Sat, Aug 22, 2020 at 9:43 PM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: ... snip ... Any of you guys have a cleaver way to cli extract the revision? I'm not sure how you want to retrieve it, but using Firefox->Tools->

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 19:35, Gordon Messmer wrote: On 8/22/20 6:42 PM, ToddAndMargo via users wrote: https://www.eset.com/us/business/endpoint-security/windows-security/download/ ... Problem is that the revision is generated by a java script. The version isn't *generated* by JavaScript, it's reque

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Fulko Hew
On Sat, Aug 22, 2020 at 11:11 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: ... snip ... > > I'm not sure how you want to retrieve it, but using Firefox->Tools->Web > > Developer > > > How did you figure that out? > I used that Firefox->Tools->Web Developer tool and looked at

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 20:30, Fulko Hew wrote: On Sat, Aug 22, 2020 at 11:11 PM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: ... snip ... > I'm not sure how you want to retrieve it, but using Firefox->Tools->Web > Developer How did you figure that out? I

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Fulko Hew
On Sat, Aug 22, 2020 at 11:33 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > On 2020-08-22 20:30, Fulko Hew wrote: > > > > > > On Sat, Aug 22, 2020 at 11:11 PM ToddAndMargo via users > > mailto:users@lists.fedoraproject.org>> > > wrote: > > ... snip ... > > > > > I'm not

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread Fulko Hew
On Sat, Aug 22, 2020 at 11:42 PM Fulko Hew wrote: > > Dang! Which web development tool did you use? >> > > I mentioned it twice above... Firefox. > In the Tools menu, the Web Developer option, and selecting the Network > portion. > It shows all the fetches, the responses and timing info. > (Onc

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 20:42, Fulko Hew wrote: On Sat, Aug 22, 2020 at 11:33 PM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: On 2020-08-22 20:30, Fulko Hew wrote: > > > On Sat, Aug 22, 2020 at 11:11 PM ToddAndMargo via users > mailto:users@lists.fedora

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 21:16, ToddAndMargo via users wrote: On 2020-08-22 20:42, Fulko Hew wrote: On Sat, Aug 22, 2020 at 11:33 PM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote:     On 2020-08-22 20:30, Fulko Hew wrote: > > > On Sat, Aug 22, 2020 at 11:11 PM Tod

Re: Anyone know how to get around a java script on this web page?

2020-08-22 Thread ToddAndMargo via users
On 2020-08-22 21:27, ToddAndMargo via users wrote: On 2020-08-22 21:16, ToddAndMargo via users wrote: On 2020-08-22 20:42, Fulko Hew wrote: On Sat, Aug 22, 2020 at 11:33 PM ToddAndMargo via users > wrote:     On 2020-08-22 20:30, Fulko Hew wrote:

Re: Mouse right-click works intermittently

2020-08-22 Thread Samuel Sieb
On 8/22/20 5:39 AM, Paul Smith wrote: Recently, when I right-click on my mouse, sometimes it works, but other times not. I am using XFCE on Fedora 32. Could you please help me? Try running "xev" or "evtest" to see if the events are actually happening. "xev" shows the X events, "evtest" will s