[SOLVED] Variable was exported to make FireFox run in a different folder, needs to be reset
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Variable was exported to make FireFox run in a different folder, needs to be reset
A while ago, because I annoyed with how IceWeasel was only 3.0 on Debian [Lenny], I got a FireFox for PPC [Namaroka] and exported a variable so that FireFox would find the libs needed to run it. However, now there are several problems, and I don't remember the variable. The problems are:
- Evolution doesn't show a GUI
- man-pages don't load
- KompoZer needed to be deleted
Although they might not seem like the worst, I would rather not use Thunderbird, that I compiled [it slows down my system worse than Evolution]. All updates are installed on my system.
If you don't know what you did, then what makes you think anyone else would?
How did you go about exporting the variable? Is it in your .bashrc? How about in the way the program is being launched? The only thing I can guess is that you altered your LD_LIBRARY_PATH or something like that; otherwise I can't imagine a setting that would affect so many programs.
You can use the env command to see what environment variables are set. Otherwise, the only thing I can suggest is to use grep or another file-content search tool to try to track down the offending setting.
Finally, I suggest you take this as a lesson learned. When making changes like this, don't rely on your memory. Always keep notes. I personally use kjots to keep notes about the changes I make, useful tips and programs I run across, and pretty much anything related to the operation of my computer.
If you don't know what you did, then what makes you think anyone else would?
How did you go about exporting the variable? Is it in your .bashrc? How about in the way the program is being launched? The only thing I can guess is that you altered your LD_LIBRARY_PATH or something like that; otherwise I can't imagine a setting that would affect so many programs.
You can use the env command to see what environment variables are set. Otherwise, the only thing I can suggest is to use grep or another file-content search tool to try to track down the offending setting.
Finally, I suggest you take this as a lesson learned. When making changes like this, don't rely on your memory. Always keep notes. I personally use kjots to keep notes about the changes I make, useful tips and programs I run across, and pretty much anything related to the operation of my computer.
I found the variable on a site that gave the Firefox binary, and it said it affected libraries [a warning I didn't take], so I thought it would be a "generic" type.
It did work, though, so thank you! And I will keep notes from now on
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.