Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Where are plugins stored in Ubuntu 12.04?

  • 1 trả lời
  • 16 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I am trying to install a plugin for hprooms. Their plugin has to be installed via a script. The script creates a .mozilla directory under the /home/{user} directory. Within that there is a plugins directory where it copies an .so file for the plugin. The plugin though does not show as an installed plugin though others do. I have no idea though where the other installed plugins are kept. I assume Firefox is supposed to check this directory for plugins?

I have a near identical system where this works. The only difference I can see is the working system is an Intel PC booting Ubuntu off a USB key whereas the non-working system is a Pandboard which uses two ARM processors. Otherwise the version of Ubuntu and Firefox are the same.

I am wondering if there is some way I can manually make this work. I need to get this plugin to work ASAP.

Thanks!

I am trying to install a plugin for hprooms. Their plugin has to be installed via a script. The script creates a .mozilla directory under the /home/{user} directory. Within that there is a plugins directory where it copies an .so file for the plugin. The plugin though does not show as an installed plugin though others do. I have no idea though where the other installed plugins are kept. I assume Firefox is supposed to check this directory for plugins? I have a near identical system where this works. The only difference I can see is the working system is an Intel PC booting Ubuntu off a USB key whereas the non-working system is a Pandboard which uses two ARM processors. Otherwise the version of Ubuntu and Firefox are the same. I am wondering if there is some way I can manually make this work. I need to get this plugin to work ASAP. Thanks!

Tất cả các câu trả lời (1)

more options

Is that a plugin version that runs on ARM hardware?

A plugin that has been compiled for a PC platform won't run on other platforms with a different processor.

I see that you have the plugin.expose_full_path set to true.
It is best not to leave that pref set to true as it exposes that full path to web servers via the navigator.plugins object, so reset that pref to false after you are done with the about:plugins page.

You can set the plugin.expose_full_path pref to true on the about:config page to see the full path of plugins on the about:plugins page.