missing font

2015-05-14 Thread Ranjan Maitra
Hi, I am missing a font with an update: "Fixed 16" (this is a very old font, but I have always liked it so have stuck with it). Which package has it? I am using Fedora 21. Many thanks and best wishes, Ranjan -- Important Notice: This mailbox is ignored: e-mails are set to be deleted on rece

SV: Is this usb wifi plug supported?

2015-05-14 Thread birger
Impossible to say without knowing which chip set it uses. And manufacturers sometimes don't tell you that because they want to be able to switch if a different chip becomes cheaper. With kind regards Birger jd1008 skrev >I am considering buying such a plug. >It is described as: >Mini

Re: Is this usb wifi plug supported?

2015-05-14 Thread Heinz Diehl
On 14.05.2015, Erik P. Olsen wrote: > The OP hasn't bought it yet :) Hell, you're right! Sorry :-) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproj

Re: Is this usb wifi plug supported?

2015-05-14 Thread Erik P. Olsen
On 2015-05-14 at 08:07:43 Heinz Diehl wrote: > On 14.05.2015, jd1008 wrote: > > > Mini AC600 High Performance 2.4GHz 5GHz Dual Band WiFi Wireless USB > > Adapter > > Can you please post the output of "lsusb -v" for this adapter? > The OP hasn't bought it yet :) -- Regards Erik P. Olsen --

Solved - Re: Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
Thanks for the help. The problem was that I had added white-space: nowrap; to the style to try to prevent word-wrap. Instead I should have added wrap=off to the textarea object On Thursday 14 May 2015 11:35:38 Gary Stainburn wrote: > I've simplified this to: > > form.config.value="mary\r\nha

Re: How To preserve file attributes (chattr/lsattr) when copy it to another location

2015-05-14 Thread Dario Lesca
Il giorno mar, 12/05/2015 alle 17.24 +0200, poma ha scritto: > > > > There is a way to copy all attribute? > > http://unix.stackexchange.com/questions/118840/preserving-extended-attributes-with-cp-rsync > From the article: > I think the bottom line is that using system namespace values is > cur

Re: Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
I've simplified this to: form.config.value="mary\r\nhad\r\na\r\nlittle\r\nlamb"; form.config.value="mary\nhad\na\nlittle\nlamb"; form.config.value="maryhadalittlelamb"; The form is: as suggested all over the place, but in all cases, the text still appears on one line On Thursday 14 Ma

Javascript / AJAX / Textarea problem

2015-05-14 Thread Gary Stainburn
Hi folks, At some point the following code stopped working properly, but I don't know when. Now when I try it, both on Firefox and IE all of the text appears on the first line. I've checked the source text and it has newline characters (I've also changed them to CRLF which made no change). Wh