ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Откуда берёт плагины  Firefox?
@ 2007-07-27  0:15 Alexey Rusakov
  2007-07-27  9:14 ` Alexey Gladkov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Rusakov @ 2007-07-27  0:15 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Доброго времени суток.

Пользуюсь Галеоном, Галеон, в свою очередь, собран с Firefox в качестве
бэкенда. Наблюдаю, что этот бэкенд, в прошлом ведший себя хорошо, после
очередного обновления, по-моему, опять забыл о
существовании /usr/lib/browser-plugins-npapi. Это только у меня такая
проблема? Если нет, просьба к мейнтейнеру напомнить Firefox'у, что у нас
плагины ставятся в немного другое место.

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Откуда берёт плагины  Firefox?
  2007-07-27  0:15 [sisyphus] Откуда берёт плагины Firefox? Alexey Rusakov
@ 2007-07-27  9:14 ` Alexey Gladkov
  2007-07-27 10:45   ` Alexey Rusakov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Gladkov @ 2007-07-27  9:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alexey Rusakov пишет:
> Доброго времени суток.
> 
> Пользуюсь Галеоном, Галеон, в свою очередь, собран с Firefox в качестве
> бэкенда. Наблюдаю, что этот бэкенд, в прошлом ведший себя хорошо, после
> очередного обновления, по-моему, опять забыл о
> существовании /usr/lib/browser-plugins-npapi. Это только у меня такая
> проблема? Если нет, просьба к мейнтейнеру напомнить Firefox'у, что у нас
> плагины ставятся в немного другое место.

Я хорошо знаю про это место.

$ grep MOZ_PLUGIN_PATH /usr/bin/firefox
export
MOZ_PLUGIN_PATH="/usr/lib/browser-plugins-npapi:${MOZ_PLUGIN_PATH:+":$MOZ_PLUGIN_PATH"}"

$ rpmquery -f /usr/lib/browser-plugins-npapi /usr/bin/firefox
browser-plugins-npapi-1.0-alt2
firefox-2.0.0.5-alt1

-- 
Rgrds, legion



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Откуда берёт плагины Firefox?
  2007-07-27  9:14 ` Alexey Gladkov
@ 2007-07-27 10:45   ` Alexey Rusakov
  2007-07-27 11:11     ` Alexey Gladkov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Rusakov @ 2007-07-27 10:45 UTC (permalink / raw)
  To: sisyphus

On Fri, 27 Jul 2007 13:14:50 +0400
Alexey Gladkov wrote:

> Alexey Rusakov пишет:
> > Доброго времени суток.
> > 
> > Пользуюсь Галеоном, Галеон, в свою очередь, собран с Firefox в качестве
> > бэкенда. Наблюдаю, что этот бэкенд, в прошлом ведший себя хорошо, после
> > очередного обновления, по-моему, опять забыл о
> > существовании /usr/lib/browser-plugins-npapi. Это только у меня такая
> > проблема? Если нет, просьба к мейнтейнеру напомнить Firefox'у, что у нас
> > плагины ставятся в немного другое место.
> 
> Я хорошо знаю про это место.
> 
> $ grep MOZ_PLUGIN_PATH /usr/bin/firefox
> export
> MOZ_PLUGIN_PATH="/usr/lib/browser-plugins-npapi:${MOZ_PLUGIN_PATH:+":$MOZ_PLUGIN_PATH"}"
> 
> $ rpmquery -f /usr/lib/browser-plugins-npapi /usr/bin/firefox
> browser-plugins-npapi-1.0-alt2
> firefox-2.0.0.5-alt1
export MOZ_PLUGIN_PATH - это, конечно, хорошо, но ведь он не учитывается,
если вместо firefox использовать только libgtkmozembed.so от него. Я
потому и спрашиваю - это у меня local misconfiguration, или у кого-то ещё
при использовании galeon/epiphany проявляется такая проблема?

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Откуда берёт плагины Firefox?
  2007-07-27 10:45   ` Alexey Rusakov
@ 2007-07-27 11:11     ` Alexey Gladkov
  2007-07-27 11:24       ` Alexey Rusakov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Gladkov @ 2007-07-27 11:11 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alexey Rusakov пишет:
> export MOZ_PLUGIN_PATH - это, конечно, хорошо, но ведь он не учитывается,
> если вместо firefox использовать только libgtkmozembed.so от него. Я
> потому и спрашиваю - это у меня local misconfiguration, или у кого-то ещё
> при использовании galeon/epiphany проявляется такая проблема?

Если кто-то пользуется напрямую /usr/lib/*/libgtkembedmoz.so, то он же
должен заботиться о выставлении этой переменной. MOZ_PLUGIN_PATH
используется в xpcom.so.

-- 
Rgrds, legion



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] Откуда берёт плагины Firefox?
  2007-07-27 11:11     ` Alexey Gladkov
@ 2007-07-27 11:24       ` Alexey Rusakov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Rusakov @ 2007-07-27 11:24 UTC (permalink / raw)
  To: sisyphus

On Fri, 27 Jul 2007 15:11:22 +0400
Alexey Gladkov wrote:

> Если кто-то пользуется напрямую /usr/lib/*/libgtkembedmoz.so, то он же
> должен заботиться о выставлении этой переменной. MOZ_PLUGIN_PATH
> используется в xpcom.so.
Да вроде бы заботится, переменная выставлена.

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-27 11:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-27  0:15 [sisyphus] Откуда берёт плагины Firefox? Alexey Rusakov
2007-07-27  9:14 ` Alexey Gladkov
2007-07-27 10:45   ` Alexey Rusakov
2007-07-27 11:11     ` Alexey Gladkov
2007-07-27 11:24       ` Alexey Rusakov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git