Re: bash line feeds in a variable problem

2022-01-19 Thread Todd Zullinger
ToddAndMargo via users wrote: > I am trying to get > > curl -s ipinfo.io -o - > > into a variable > > X=$(curl -s ipinfo.io -o -) > > But I lose all my line feeds when I > > echo -e $X > > How do I get my line feeds back? Quote the variable. You don't need -e; echo "$X" works.

bash line feeds in a variable problem

2022-01-19 Thread ToddAndMargo via users
Hi All, I am trying to get curl -s ipinfo.io -o - into a variable X=$(curl -s ipinfo.io -o -) But I lose all my line feeds when I echo -e $X How do I get my line feeds back? Many thanks, -T -- ~~ Computers are like air conditioners. They ma

Re: Machine won't finish booting after update

2022-01-19 Thread stan via users
On Tue, 18 Jan 2022 22:58:28 -0500 Fulko Hew wrote: > On a lark, today I saw that Discover was telling me there were > updates. I asked it to show me what. > After a number of minutes it told me... 7 packages. > OK, I did a 'dnf update' instead. > After 30 seconds it had fetched and installed all

Re: Samsung Smart TV "crashes" NVidia driver, can't detect TV any more?

2022-01-19 Thread Rogan Dawes
I can attach the TV to my laptop long after boot, with no issues. However, once this sleep behaviour has triggered, I can disconnect and reconnect as many times as I like without resuscitating it. ___ users mailing list -- users@lists.fedoraproject.org

Re: Samsung Smart TV "crashes" NVidia driver, can't detect TV any more?

2022-01-19 Thread Rogan Dawes
If I don't find a software solution, I'm going with a smart power switch that will power the TV off whenever the laptop screen blanks. Taking no prisoners! :-) ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users

Re: Samsung Smart TV "crashes" NVidia driver, can't detect TV any more?

2022-01-19 Thread Rogan Dawes
That is excellent! Thanks for the pointer to this. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-co

Re: Samsung Smart TV "crashes" NVidia driver, can't detect TV any more?

2022-01-19 Thread Rogan Dawes
Wow! That is awesome! Hopefully this will give me some pointers in the right direction (if it doesn't "just work"(tm)). From reading the script at /usr/bin/nvidia-sleep.sh, it seems that when it happens, I can try to change to a console VT, suspend and awaken the driver, then change back, and h

Re: fttconv2

2022-01-19 Thread George N. White III
On Wed, 19 Jan 2022 at 03:44, Patrick Dupre wrote: > Yes, exactly. > Actually the package * FFTConvolution > call fftconv2 (* > https://github.com/jeremyfix/FFTConvolution) > > In convolution_benchmark.cc > feval ("fftconv2", functionArguments, 1); >

Re: KDE and Gnome - best install to start with?

2022-01-19 Thread Tim via users
Hi, > I have a new touchscreen laptop. I want to install both KDE and > Gnome, I started with the Fedora 35 KDE spin and I will now add Gnome > with: > > # dnf groupinstall gnome I thought the command line to do that was more like: dnf groupinstall "GNOME Desktop Environment" Try this command