Quote: |
Originally Posted by gtoman Hi Krendoshazin. Hows life in England? I'd love to go there someday. I live in California.
As you know, I'm brand new to Linux. Which program do I go into to get to the command path you show: ~/.thunderbird/yourprofile?
It must be similar to a Windows DOS type of program with the command paths looking the same. Could you give me a more detailed explanation of how to get there and how to fix it?
I would appreciate your help,
Thank you, Jim | It's not bad here, we could do with some more sunshine and it tends to rain a lot, but you get used to it.
To edit that file, follow these commands (all are quoted for clarification, remove quotes to use them); first pull up a terminal and use the command 'cd', this will make sure you're in your home directory.
The . before the directory name (and for files) means it's a hidden file, you can see these with 'ls -lA', do 'cd .thunderbird', issue 'ls -lA' one last time and you should see the name of the profile I mentioned, e.g z2jea3ep.default
cd ( 'cd directory' ) to the profile and in here you'll find the file prefs.js, you can open this with 'vi prefs.js', all distros should have vi or one of its varients, so I'll quickly run over some of the commands.
In vi, you'll need to press the i key to go into insert mode, once here you can put the two lines I gave you at the end of the file, once finished press escape and you're back to normal mode. To save the file press the colon key : and you should see a prompt, prefixed with a colon, here type wq and press enter to save and quit.
You might find it easier to open up a graphical editor and just search for the file and then edit it, but I use the command line, so I tend to give information based on that.
If you're confused about anything feel free to ask, I'll be happy to clarify any misunderstandings.
__________________
"The search for the MOT JUSTE is not a pedantic fad but a vital necessity. Words are our precision tools. Imprecision engenders ambiguity and hours are wasted in removing verbal misunderstandings before the argument of substance can begin."
Do the things you use not respect you, the user? Then it's defective by design, so make your voice heard.
|