Re: How to request a new package.

2019-08-04 Thread George N. White III
On Sat, 3 Aug 2019 at 17:29, Robin Laing wrote: > On 01/08/2019 01:28, Samuel Sieb wrote: > > On 7/31/19 7:44 PM, Robin Laing wrote: > >> Still should be a Fedora package though. > > > > There are lots of packages that would be nice to have, but someone has > > to do the work. > > ___

What is this selinux gibberish from dnf update about?

2019-08-04 Thread Tom Horsley
Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 Installing : mysql-selinux-1.0.0-8.fc30.noarch 62/287 Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch 62/287 libsemanage.semanage_direct_install_info: Overriding mys

Final on enlarging swap - I really needed more memory

2019-08-04 Thread Robert Moskowitz
Just felt I should post a wrap up on my swap increase journey. All last week I ran with 4GB real memory and a total of 8GB swap. I was using all the real memory and pretty much 4GB of swap with poor performance. What was going on?  With Fedora 28 I was running fairly well with 4GB, or was I?

Re: Fool mouse with minecraft

2019-08-04 Thread Robert Moskowitz
After what I went through on my upgrade to F30, I suggest you look at memory available. All that video needs buffers.  If you are short, the mouse could suffer from whatever it needs. Free is easy to run. On 8/3/19 2:10 PM, Frédéric wrote: Hi, I'm using F30 with KDE Plasma. I also use the

Re: Fool mouse with minecraft

2019-08-04 Thread Frédéric
> After what I went through on my upgrade to F30, I suggest you look at > memory available. Thanks but it seems simpler than that. We tested another mouse and it worked much better. So it's probably the wire that has false contact. Cheers, F ___ users ma

Re: Final on enlarging swap - I really needed more memory

2019-08-04 Thread sixpack13
your is an ThinkPad X140e ? according to this https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/Unofficial-Max-RAM-Capacity-for-x120e/m-p/3717347/highlight/true#M77742 and https://forums.lenovo.com/t5/forums/v3_1/forumtopicpage/board-id/tp02_en/thread-id/37966/page/3 and https://imgur.com/a/

Re: Fool mouse with minecraft

2019-08-04 Thread Tim via users
On Sun, 2019-08-04 at 19:28 +0200, Frédéric wrote: > it seems simpler than that. We tested another mouse and it worked > much better. So it's probably the wire that has false contact. Mice do wear out. The cable, the connections, are subject to metal fatigue. Fluff getting into optical sensors c

Re: What is this selinux gibberish from dnf update about?

2019-08-04 Thread Ed Greshko
On 8/5/19 12:13 AM, Tom Horsley wrote: > Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch > 62/287 > Installing : mysql-selinux-1.0.0-8.fc30.noarch > 62/287 > Running scriptlet: mysql-selinux-1.0.0-8.fc30.noarch > 62/287 >

Re: Brave Browser Cache question

2019-08-04 Thread ToddAndMargo via users
On 8/3/19 1:15 PM, Ed Greshko wrote: On 8/3/19 5:04 AM, ToddAndMargo via users wrote: Which one of these guys has the current cache files? And can I delete the directory tree of the other? The one with the most recent creation date? Hi Ed, That should have been obvious to me. .config/brav

Re: Final on enlarging swap - I really needed more memory

2019-08-04 Thread Tim via users
On Sun, 2019-08-04 at 12:16 -0400, Robert Moskowitz wrote: > All last week I ran with 4GB real memory and a total of 8GB swap. > > I was using all the real memory and pretty much 4GB of swap with > poor performance. I think I'd consider 4 gig of RAM a bare minimum, these days. As memory size has

Re: Fool mouse with minecraft

2019-08-04 Thread Doug McGarrett
On 08/04/2019 07:27 PM, Tim via users wrote: On Sun, 2019-08-04 at 19:28 +0200, Frédéric wrote: it seems simpler than that. We tested another mouse and it worked much better. So it's probably the wire that has false contact. Mice do wear out. The cable, the connections, are subject to metal

Re: Final on enlarging swap - I really needed more memory

2019-08-04 Thread Doug McGarrett
On 08/04/2019 07:32 PM, Tim via users wrote: On Sun, 2019-08-04 at 12:16 -0400, Robert Moskowitz wrote: All last week I ran with 4GB real memory and a total of 8GB swap. I was using all the real memory and pretty much 4GB of swap with poor performance. I think I'd consider 4 gig of RAM a ba

CSV to text -

2019-08-04 Thread Bob Goodwin
How can I convert a .csv file to text in a Fedora system. Bob -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD box83 FEDORA-30/64bit LINUX XFCE Fastmail POP3 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send a

Re: CSV to text -

2019-08-04 Thread Clifford Snow
Bob, Isn't a csv already text? How do you want to change the csv file? Can you give an example? Best, Clifford On Sun, Aug 4, 2019 at 5:06 PM Bob Goodwin wrote: > How can I convert a .csv file to text in a Fedora system. > > Bob > > -- > Bob Goodwin - Zuni, Virginia, USA > http://www.qrz.com/db

Re: CSV to text -

2019-08-04 Thread Cameron Simpson
On 04Aug2019 20:05, Bob Goodwin wrote: How can I convert a .csv file to text in a Fedora system. Depends what you mean. A CSV file _is_ text in a sense, in that it is text lines containing data in a particular format. Can you qualify what you mean by "convert to text"? Change the data form

Re: CSV to text -

2019-08-04 Thread William Oliver
I have done it in the past by loading the .csv into a spreadsheet program, saving a selection as a PDF file, and then converting the PDF file into text using something like okular or pdftotext. If you do it this way there are a couple of things to be careful of: 1) Just save a selection to be con

Re: CSV to text -

2019-08-04 Thread Bob Goodwin
On 8/4/19 8:16 PM, Cameron Simpson wrote: On 04Aug2019 20:05, Bob Goodwin wrote: How can I convert a .csv file to text in a Fedora system. Depends what you mean. A CSV file _is_ text in a sense, in that it is text lines containing data in a particular format. Can you qualify what you mea

Re: CSV to text -

2019-08-04 Thread ToddAndMargo via users
On 8/4/19 6:21 PM, Bob Goodwin wrote: On 8/4/19 8:16 PM, Cameron Simpson wrote: On 04Aug2019 20:05, Bob Goodwin wrote: How can I convert a .csv file to text in a Fedora system. Depends what you mean. A CSV file _is_ text in a sense, in that it is text lines containing data in a particular

Re: CSV to text -

2019-08-04 Thread Ed Greshko
On 8/5/19 9:21 AM, Bob Goodwin wrote: > Sorry, I've been reading too many google searches, they are VCF files I hoped > to be able > to display in a more readable form > > Here is one f them:  /home/bobg/Desktop/Dr. MAISENBACHER.vcf > > Fedora wants to display them with Evolution but that comes up

Re: Final on enlarging swap - I really needed more memory

2019-08-04 Thread Tim via users
On Sun, 2019-08-04 at 16:57 -0400, Doug McGarrett wrote: > Use GParted to shrink your swap and expand your normal space. You > should probably not need more than 4 GiB swap. There is an advantage to having more swap than RAM: If you use a hibernate feature that works by dumping RAM to swap, havin

Re: CSV to text -

2019-08-04 Thread Tim via users
On Sun, 2019-08-04 at 21:21 -0400, Bob Goodwin wrote: > VCF files I hoped to be able to display in a more readable form > > Here is one f them: /home/bobg/Desktop/Dr. MAISENBACHER.vcf > > Fedora wants to display them with Evolution but that comes up in > black text on white in a separate window

Re: Fool mouse with minecraft

2019-08-04 Thread Frédéric
> Mice do wear out. The cable, the connections, are subject to metal > fatigue. Fluff getting into optical sensors can make them erratic. > Buttons wear out, the soldering around the buttons goes bad. Yes and this one is the cheapest Logitech so less than 10 €. It is probably as old as the PC (6

Re: Fool mouse with minecraft

2019-08-04 Thread Frédéric
> I have been using a Kensington trackball for years Interesting, first time I hear about that. How do you replace the middle button and the wheel? I am used to zoom in/out with control wheel for example. F ___ users mailing list -- users@lists.fedorapr

32bit without SSE2 DNF system upgrade reboot 28>29 failed

2019-08-04 Thread Felix Miata
tail of display output: ... Starting System Upgrade using DNF... [OK]Started Update the operating system whilst offline. [OK]Started D-Bus System Message Bus. [OK]Created slice User and Session Slice. Starting Login Service. [OK]Started Login Service. [1107.016836] s

Re: Canon CanoScan LIDE 300 Problem of Detection

2019-08-04 Thread das
On Wed, Jul 17, 2019 at 5:23 PM das wrote: > > Submitted a Bug-Report: > > https://bugzilla.redhat.com/show_bug.cgi?id=1730698 > Hello Friends As I told in the bug-report, using this scanner and installing wine cannot go together. Installing wine makes the scanner obsolete. But, from '98 I am u