Re: Saving ios data dash

2014-12-31 Thread Bob Goodwin
On 12/31/14 05:08, Tim wrote: On Tue, 2014-12-30 at 16:33 -0500, Bob Goodwin wrote: > [bobg@box10 ~]$ cat > /home/bobg/.mozilla/firefox/iezecg4r.default/chrome/userContent.css > > * > { >color: white !important; >background: black !important; >border-color: red !important; >

Re: Saving ios data dash

2014-12-31 Thread Tim
On Tue, 2014-12-30 at 16:33 -0500, Bob Goodwin wrote: > [bobg@box10 ~]$ cat > /home/bobg/.mozilla/firefox/iezecg4r.default/chrome/userContent.css > > * > { >color: white !important; >background: black !important; >border-color: red !important; >-moz-appearance: none !important

Re: Saving ios data dash

2014-12-30 Thread Bob Goodwin
On 12/30/14 06:47, Tim wrote: There are plenty of other CSS tricks you can do, if needed, but just start off with getting the bare basics to work, first. Bearing in mind that if you try to do something sensible like force all fonts to be a useful readable size, you can get hamstrung by pages wh

Re: Saving ios data dash

2014-12-30 Thread Tim
On Mon, 2014-12-29 at 12:57 -0500, Bob Goodwin wrote: > Firefox 34.0 in an updated Fedora-21 64 bit XFCE etc. Here, Firefox 34.0 on up to date Fedora 20. The uname -rsvp in my signatures (I couldn't resist putting the options in that order) is a script that always shows the specs of whatever co

Re: Saving ios data dash

2014-12-29 Thread Bob Goodwin
On 12/28/14 03:52, Tim wrote: Sounds like it's not working properly, then. According to the cascading rules ("cascading" referring to rules applied on top of rules), your user style sheet should have higher precedence than a browser's own style rule set, and the website authors style rules. An

Re: Saving ios data dash

2014-12-28 Thread Tim
Allegedly, on or about 27 December 2014, Bob Goodwin sent: > I created a .css file using only the lines you suggest: > > { > color: white !important; > background: black !important; > } The asterisk is needed, too. The syntax is the name of the HTML elements to affect, in my example an aster

Re: Saving ios data dash

2014-12-27 Thread Bob Goodwin
On 12/27/14 09:11, Tim wrote: If you wish to pursue it, try just using this bit from my example CSS, as a starting point: * { color: white !important; background: black !important; } That makes*everything* white on black (the * wildcard applies it to all elements), so the whole page, all

Re: Saving ios data dash

2014-12-27 Thread Tim
On Sat, 2014-12-27 at 03:36 -0500, Bob Goodwin wrote: > After fiddling with this for a few days I finally have > home/bobg/.mozilla/firefox/iexecg9r.default/chrome/userContent.css. > However finding the right parameters to change there is difficult to > the point where I can better spend my time

Re: Saving ios data dash

2014-12-27 Thread Bob Goodwin
On 12/25/14 15:12, poma wrote: Global dark style - changes everything to DARK https://userstyles.org/styles/31267/global-dark-style-changes-everything-to-dark Batman flying around. After fiddling with this for a few days I finally have home/bobg/.mozilla/firefox/iexecg9r.default/chrome/userC

Re: Saving ios data dash

2014-12-25 Thread poma
In addition, this is a good starting point http://kb.mozillazine.org/UserContent.css -- 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://fedoraproject.org/code-of

Re: Saving ios data dash

2014-12-25 Thread poma
On 25.12.2014 06:29, Tim wrote: > Bob Goodwin: >>> The chrome directory does not exist. Am I supposed to create it? > > poma: >> Yep. > > And, of course, swap the whites and blacks around in the CSS file. > Years ago, I made a similar CSS file for reading web pages with sore > eyes. I did a wild

Re: Saving ios data dash

2014-12-24 Thread Tim
Bob Goodwin: >> The chrome directory does not exist. Am I supposed to create it? poma: > Yep. And, of course, swap the whites and blacks around in the CSS file. Years ago, I made a similar CSS file for reading web pages with sore eyes. I did a wildcard for make *everything* black on grey (which

Re: Saving ios data dash

2014-12-24 Thread poma
On 24.12.2014 17:12, Bob Goodwin wrote: > > On 12/24/14 10:03, poma wrote: >> What theme it is? >> $ xfconf-query -c xsettings -p /Net/ThemeName > >> [bobg@box10 ~]$ xfconf-query -c xsettings -p /Net/ThemeName >> HighContrast > http://goo.gl/Gm4ffO SRPMS.tar $ tar xf SRPMS.tar $ rpmbuild --reb

Re: Saving ios data dash

2014-12-24 Thread poma
On 24.12.2014 21:40, Bob Goodwin wrote: > The chrome directory does not exist. Am I supposed to create it? Yep. -- 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

Re: Saving ios data dash

2014-12-24 Thread Bob Goodwin
On 12/24/14 14:53, Paul Cartwright wrote: here : /.mozilla/firefox/rrrwrzrv.default/chrome$ ls -l total 8 The chrome directory does not exist. Am I supposed to create it? It just seems to me it should be there by default ... if it is I can't find it: [bobg@box10 ~]$ ll /home/bobg/.mozilla/f

Re: Saving ios data dash

2014-12-24 Thread Paul Cartwright
On 12/24/2014 02:47 PM, Bob Goodwin wrote: > Don't know where to put this stuff, can't find any of the places > suggested. So I tried copy/paste into profiles.ini but that does not > seem to have any observable effect. > > There is so much written about profiles and what can be done there but > I c

Re: Saving ios data dash

2014-12-24 Thread Bob Goodwin
On 12/24/14 10:03, poma wrote: $HOME/.mozilla/firefox//chrome/userContent.css /* * * Use this css file to eliminate problems in Firefox * * when using dark themes that create dark on dark * * input boxes, selection menus and buttons. Put this * * in the ../firefox/default/chrome folder o

Re: Saving ios data dash

2014-12-24 Thread Bob Goodwin
On 12/24/14 10:03, poma wrote: What theme it is? $ xfconf-query -c xsettings -p /Net/ThemeName [bobg@box10 ~]$ xfconf-query -c xsettings -p /Net/ThemeName HighContrast $HOME/.mozilla/firefox//chrome/userContent.css /* * * Use this css file to eliminate problems in Firefox * * when usi

Re: Saving ios data dash

2014-12-24 Thread poma
On 24.12.2014 15:34, Bob Goodwin wrote: > > On 12/24/14 06:18, Tim wrote: >> I'm curious, now. On at least some desktops you can change the look to >> be black on white (or other things), that should cause all decent >> programs to display that way, including email and webpages. Does this >> not

Re: Saving ios data -

2014-12-24 Thread Bob Goodwin
On 12/24/14 06:18, Tim wrote: I'm curious, now. On at least some desktops you can change the look to be black on white (or other things), that should cause all decent programs to display that way, including email and webpages. Does this not work for you? Is it only a partial solution? Yes, wh

Re: Saving ios data -

2014-12-24 Thread Tim
Allegedly, on or about 23 December 2014, Bob Goodwin sent: > As for the white on black I have had retinal vein occlusions in both > eyes which leaves me with only limited vision in one eye and looking > at a white screen is difficult at best. I'm curious, now. On at least some desktops you can

Re: Saving ios data -

2014-12-23 Thread Paul Cartwright
On 12/23/2014 02:50 PM, Bob Goodwin wrote: > However I just noticed "Options" at the top of the mail composition > window and there I can once again select plain text! I did that for > this message. I just did not see that before, wont miss it now that I > know it's there. Dunno if that will elimin

Re: Saving ios data -

2014-12-23 Thread Bob Goodwin
On 12/23/14 14:55, Joe Zeff wrote: *Shrug!* Email is for communication and html is for making things look pretty. I'm on one mailing list where the software removes all html, leaving only text. Every now and then there's a post containing nothing but a notice that the html part was remove

Re: Saving ios data -

2014-12-23 Thread Joe Zeff
On 12/23/2014 11:50 AM, Bob Goodwin wrote: That's about like me telling you to go check that box! I exchange many more html messages than plain text and I want it this way. Until this version of Thunderbird I had the ability to click on plain text only and it went that way. If this becomes a majo

Re: Saving ios data -

2014-12-23 Thread Bob Goodwin
On 12/23/14 13:17, Joe Zeff wrote: Go to the Account settings for this email address and uncheck the box that tells it to compose messages in HTML. And, while you're at it, tell it to start your message below the quoted text because top posting is an abomination. "uncheck the box that tel

Re: Saving ios data -

2014-12-23 Thread Joe Zeff
On 12/23/2014 10:42 AM, Bob Goodwin wrote: On 12/23/14 13:17, Paul Cartwright wrote: under options-Delivery format-plain text.. Dunno where you have this, I don't? https://support.mozilla.org/en-US/products/thunderbird -- users mailing list users@lists.fedoraproject.org To unsubscribe or cha

Re: Saving ios data -

2014-12-23 Thread Paul Cartwright
On 12/23/2014 01:42 PM, Bob Goodwin wrote: >> under options-Delivery format-plain text.. > Dunno where you have this, I don't? when you hit reply, in the reply window menus, there is options-delivery format, then the drop-down includes plain text. someone else mentioned an easy way, go to your add

Re: Saving ios data -

2014-12-23 Thread Bob Goodwin
On 12/23/14 13:17, Paul Cartwright wrote: under options-Delivery format-plain text.. Dunno where you have this, I don't? Most of my e-mail correspondence is with Windows users and HTML is the norm. This is the first complaint I have had about HTML with F-21, I exchange a lot of text messages

Re: Saving ios data -

2014-12-23 Thread jd1008
On 12/23/2014 11:00 AM, Bob Goodwin wrote: On 12/23/14 12:42, Steven Stern wrote: Hey, can you turn off the HTML mail? white on black is really really hard to read. Anyhow, the phones don't back themselves up to iCloud unless their locked and on WiFi, so it shouldn't be hitting your wireless

Re: Saving ios data -

2014-12-23 Thread Joe Zeff
On 12/23/2014 10:00 AM, Bob Goodwin wrote: I am curious about the HTML, this is F-21 with Thunderbird 31.3.0 and I have found no option to kill the HTML to the list. I have set it to send plain text to fedoraproject.org and I am careful to remove text styles, etc. from every message I send to the

Re: Saving ios data -

2014-12-23 Thread Paul Cartwright
On 12/23/2014 01:00 PM, Bob Goodwin wrote: > I am curious about the HTML, this is F-21 with Thunderbird 31.3.0 and > I have found no option to kill the HTML to the list. I have set it to > send plain text to fedoraproject.org and I am careful to remove text > styles, etc. from every message I send

Re: Saving ios data -

2014-12-23 Thread Bob Goodwin
On 12/23/14 12:42, Steven Stern wrote: Hey, can you turn off the HTML mail? white on black is really really hard to read. Anyhow, the phones don't back themselves up to iCloud unless their locked and on WiFi, so it shouldn't be hitting your wireless data usage plan. Otherwise, use iTunes... it

Re: Saving ios data -

2014-12-23 Thread Steven Stern
On 12/23/2014 09:18 AM, Bob Goodwin wrote: > > Can iPhone data be saved to my Fedora-21 computer and be transferred to > another iPhone. This seems to be a common problem in this family when > they get new phones. Apparently they are putting the stuff on an iCloud > server and that raises hell wit

Re: [OT] Re: Saving ios data -

2014-12-23 Thread Paul Cartwright
not sure what you are missing... check the web page, it shows & mentions other packages... libgpod, then under 15.10.2014: * 15.10.2014: Release spree! libplist-1.12.tar.bz2 , libusbmuxd-1.0.10.tar.bz2

Re: [OT] Re: Saving ios data -

2014-12-23 Thread Bob Goodwin
On 12/23/14 10:52, poma wrote: http://www.libimobiledevice.org/ I found this: [root@box10 bobg]# yum install libimobiledevice Loaded plugins: langpacks Package libimobiledevice-1.1.7-1.fc21.x86_64 already installed and latest version Nothing to do But apparently that does not include every

[OT] Re: Saving ios data -

2014-12-23 Thread poma
On 23.12.2014 16:18, Bob Goodwin wrote: > > Can iPhone data be saved to my Fedora-21 computer and be transferred to > another iPhone. This seems to be a common problem in this family when > they get new phones. Apparently they are putting the stuff on an iCloud > server and that raises hell wit

Saving ios data -

2014-12-23 Thread Bob Goodwin
Can iPhone data be saved to my Fedora-21 computer and be transferred to another iPhone. This seems to be a common problem in this family when they get new phones. Apparently they are putting the stuff on an iCloud server and that raises hell with my bandwidth usage numbers ... It seems to me