LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Firebird search bar/sidebar problem (https://www.linuxquestions.org/questions/linux-software-2/firebird-search-bar-sidebar-problem-112900/)

mi6alec 11-05-2003 10:58 PM

Firebird search bar/sidebar problem
 
Firebird 0.7 from mdkcontrib rpms on Mandrake 9.2

I wanted to add some extra search engines to the search bar. However, every time I click add, no new files are created. I think this is because my "searchplugin" directory is in /usr/lib/mozilla-firebird, so regular users can't write in it. How do I fix this?

Also, somewhat unrelated, I have plugin directories in /usr/lib/mozilla, /usr/lib/mozilla-1.4, /usr/lib/mozilla-1.5, and /usr/lib/mozilla-firebird-0.7

Is there anyway to unify all of these so when I upgrade to say... firebird 0.8 i don't lose all my plugins? Thanks...

adz 11-06-2003 02:16 AM

You can try to add them as root. It's a little risky surfing the web as root but itf done in moderation it should be OK.

Kahless 11-06-2003 05:02 AM

Try as root

chmod -R /insert/the/paths/here 0777

your chaning the permissions on the mozilla directories so that everybody can read, write, and execute them.


It would probally be more secure to only change the directories that you absolutley must, but even changing the entire directory structure for the program is safer than running as root if you dont need to.

good luck.



p.s. if you really want to know what your doing rather than mindlessley entering commands, type "man chmod" in the console.


All times are GMT -5. The time now is 08:59 AM.