Меню Рубрики

Linux plugin firefox directory

Linux plugin firefox directory

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.

Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now

If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.

Having a problem logging in? Please visit this page to clear all LQ-related cookies.

Introduction to Linux — A Hands on Guide

This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author’s experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.

Источник

Where is Firefox’s plugins directory?

I know that there are extensive, «proper» methods for installing Firefox plugins. However, I would like to know where the folder is for linking shared-object ( .so ) files, such as libnpjp2.so and libflashplayer.so so that I can install plugins the «old-fashioned» way. In Firefox 21, I would have put it in

/.mozilla/firefox/*[profile name].default/browser/plugins but that folder is no longer there. It keeps jumping around as Firefox changes. In about:plugins I still see all the plugins that I would have put there.

Can anyone tell me where the folder is? I already checked the folders in /usr/lib/firefox and /usr/lib/mozilla .

6 Answers 6

Please read the update at the end of this answer regarding changes in Firefox 52.

Acording to the Firefox developer documentation plugins live here:

    Directory pointed to by MOZ_PLUGIN_PATH environment variable

/.mozilla/plugins

  • /usr/lib/mozilla/plugins (on non-Ubuntu 64-bit systems, /usr/lib64/mozilla/plugins might be used instead)
  • Plug-ins within toolkit bundles
  • [Profile directory]/plugins , where [Profile directory] is a user profile directory
  • Update for Firefox >=52

    As of Firefox 52 support for NPAPI plugins has been dropped. All plugins living in one of the above directories are ignored, with the exception of Adobe Flash.

    Источник

    установка плагинов firefox из консоли

    Приветствую! Есть ли возможность установить на голый firefox плагины и записать значения в about:config не через браузер вручную, а из консоли линукса баш скриптом? Хочется автоматизировать процесс заточки браузера.

    Просто скопировать чистый профиль из

    /.mozilla/firefox/ как-то не уверен что правильно.

    Это специфическое решение под неё? У меня ubuntu, manjaro.

    В Fedora некоторые плагины есть в репозитории.

    Вас понял. Да, это не вариант.

    Скопировать *.xpi в extensions внутри профиля не пробовал? По идее должно сработать. Значения можно в user.js в корне профиля прописать, ЕМНИП.

    Не пробовал. У меня эта папка пустая.
    В корне профиля нет user.js, что в него прописывать я не знаю.

    Этот файл есть. С анг туго, но ссылки интересные. А в чём синопсис метода?

    Хочется автоматизировать процесс заточки браузера

    Настраиваешь синхронизацию в браузере и не паришь мозги.

    Это не безопасно с точки зрения приватности, ты еще предложи пароли от сайтов туда лить.

    prefs.js хранит настройки, которые юзер задаёт в about:config, и которые задают расширения. Его бессмысленно изменять при работающем приложении, потому что перезапишется при выходе.

    user.js имеет более высокий приоритет, средствами приложения его изменить нельзя, т.е. в нем можно фиксировать значения параметров.

    Вольный перевод такой.

    Параноику на заметку: можно поднять свой сервер синхронизации.

    Спасибо! Понятно, следует писать свои настойки в user.js
    Но хотелось бы более изящно, не плодя лишних сущностей.
    какой-либо консольной командой найти и поменять значение в prefs.js при выключенной мозилле, а если его нет, то добавить.

    Я просто хочу ставить себе и клиентам мозиллу с набором готовых настроек и плагинов. Мне каждому поднимать свой сервер синхронизации?

    «Почему бы не интегрировать необходимые плагины и типовые настройки в дистрибутив?»

    — Вот именно, Карл!
    Спасибо, пойду читать, насколько оно применимо для простого пользователя.

    Это уже к гуру sed и awk надо обращаться.

    Статья про офтопик, и клепать свой дистро не хотелось бы. Иначе каждый раз клепать его с новой версией придется. Хочется скачивать и ставить дефолтный, и простым баш-скриптом оснащать его необходимым набором плагинов.

    Гуру sed и awk буду признателен за отклик в теме.

    Была еще статья про автоматическую настройку на хабре, но у меня не получилось её нагуглить с разбегу.

    Но там совсем ад какой-то.

    Просто скопировать чистый профиль из

    /.mozilla/firefox/ как-то не уверен что правильно.

    по-моему — как раз самый правильный способ.

    Далее установка необходимых дополнений:

    Спасибо, почитал по ссылке, интересное решение.

    Требуется указание ещё одного ключа: [error] You must specify extension type as —user or —system

    После запуска в браузере плагин деактивирован, и при ручной активации браузер предупреждает, что он был установлен не им. Интересно, а как авто активировать без предупреждения, чтобы установил всё из консоли, запустил firefox и пользуйся?

    Да, верно, —user or —system. Тестировал на thunderbird, там пара дополнений завелись без вопросов. На firefox не пробовал, но скорее всего это легко решается парой строчек в prefs.js (они у меня без того перевернуты в ног на голову). Вот бы еще настройки этих дополнений из bash намутить (за пару дней поисков вообще ничего не нашёл), это похоже уже фантастика )))

    Сам автоматизировал настройки firefox следующим образом, например отключение кеширования:

    Это не безопасно с точки зрения приватности

    Источник

    Ubuntu Documentation

    Before You Start

    Information on this page relates to Ubuntu-supplied and -supported builds of the Mozilla Firefox browser, i.e. the firefox package in the Ubuntu repositories. It assumes the use of the package management tools to install or update plugins. If you are using other, unsupported versions of Mozilla Firefox and would like to install or update plugins, see the Mozilla Browser Plugin Support Documentation.

    You must have administrative privileges to install packages.

    See Installing Software for help with installing packages.

    Flash

    For instructions on how to install the Flash plugin, see the Flash section on the Restricted Formats page.

    For instructions on how to install the Java plugin for Firefox, see Java.

    Adobe Reader

    For instructions on how to install Adobe Reader plugin for Firefox, see the Adobe Reader wiki page.

    Real Player

    For instructions on how to install the Real Player plugin for Firefox, see the RealPlayer page.

    Totem Plugin

    On 6.06 LTS (Dapper), the plugin depends on the multimedia framework you use. If you use totem-gstreamer (the version of Totem that uses the gstreamer back-end), install the totem-gstreamer-firefox-plugin package. If you use totem-xine, you should install the totem-xine-firefox-plugin package.

    On 6.10 (Edgy), simply install the totem-mozilla package.

    Note: The current version of the Totem plugin that handles real media files is not functional. To make Real Player take over the handling of real media files, follow the instructions in the RealPlayer and Firefox 2 section on the RealPlayer wiki page.

    MPlayer Plugin

    The MPlayer media player is not installed by default on Ubuntu Linux. For 6.06 LTS (Dapper) and 6.10 (Edgy), simply install the mplayer package from the multiverse repositories. For users of 5.10 (Breezy) and earlier, see MPlayer for Breezy. Once you have set up and configured mplayer, add the plugin to Firefox by installing the mozilla-mplayer package.

    Note: If your country’s laws allow you to use w32codecs, installing that package is highly recommended. See the w32codecs section on the Restricted Formats wiki page for details.

    How do I install other plugins?

    See the wiki page for the media player you are interested in. The Restricted Formats wiki page offers a comprehensive discussion of proprietary multimedia file formats on (K)Ubuntu Linux. General information about installing other browser plugins is available at PluginDoc for Linux (x86).

    Troubleshooting

    How can I check which plugins are currently installed? — How can I verify that plugin x for Firefox is properly installed?

    Enter about:plugins into the Firefox adress bar. You should now see a list of installed plugins along with some additional information (the plugin’s file name, a brief description of its functionality and the associated MIME types).

    The plugins page only shows me the name of the plugin. How can I make it show the plugin’s location in the file system?

    Источник

    Добавить комментарий

    Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Sasplanet для mac os
  • Sas планета mac os
  • Sas planet mac os
  • Samsung smart view для mac os
  • Samsung scx 4200 драйвер mac os