[Bug 178253] Re: flashplugin-nonfree not working with epiphany

2008-01-03 Thread Alexander Sack
this has been fixed by recent xulrunner-1.9 + flashplugin-nonfree
uploads:

flashplugin-nonfree (9.0.115.0ubuntu3) hardy; urgency=low

  * add support for xulrunner-1.9; install plugin to
/usr/lib/xulrunner-addons/plugins:
- update debian/dirs
- update debian/postinst
  * add firefox-3.0 and xulrunner-1.9 to Suggests
- update debian/control

 -- Alexander Sack < [EMAIL PROTECTED]>   Thu, 03 Jan 2008 10:45:34 +0100


xulrunner-1.9 (1.9~b3~cvs20080101t1000+nobinonly-0ubuntu1) hardy; urgency=low

  * happy new year release for hardy (1.9b3 pre, CVS 20080101t1000) features:
- use system-cairo (LP: #152210, LP: #164640)
- use system-nspr/nss (LP: #177280)
- proper pkg-config files for -unstable and system-nspr/nss (see below)
- backed-out microb changes (back to square zero)
- fix various embedding issues (see below)

  [ Fabien Tassin ]
  * Disable bz404634_att290373.patch and bz373196_att281782.patch until trunk
is back in shape after the MicroB mass back out (See MozBug #408238)
- update debian/patches/series
  * new upstream snapshot (1.9b3 pre, CVS 20071228t0918)
  * Drop patch committed upstream:
- drop debian/patches/bz287150_att291740_hppa_fix.patch
- update debian/patches/series
  * Add support for mozilla-devscripts
- update debian/control
- update debian/rules

  [ Alexander Sack ]
  * drop patches for mozilla bug #404634 completely to prepare landing of
improved patch:
- drop debian/patches/bz404634_att290305.patch
- drop debian/patches/bz404634_att290373.patch
- update debian/patches/series
  * land improved patch for mozilla bug #404634 that properly disables
url-classifier if no profile is setup and makes nsUrlClassifierDBService
fall-back to NS_APP_USER_PROFILE_50_DIR if NS_APP_USER_PROFILE_LOCAL_50_DIR
is not provided by embedding app.
- add debian/patches/bz404634_att294921.patch
- update debian/patches/series
  * remove bz373196_att281782.patch completely from tree as it tackled a MICROB
regression, which should now be fixed.
  * add %FULL_NSPR_CFLAGS% to libxul-embedding* Cflags .pc files to fix
builds of embedders that link against system-nspr enabled xul
- update debian/patches/bzXXX_pc_honour_system_nspr_nss.patch
  * do not export zlib headers with bogus symbols during make install if
system zlib is used. This breaks embedders and happens if MOZ_INSTALLER
is enabled.
- add debian/patches/bzXXX_no_zlib_export_if_native.patch
- update debian/patches/series
  * drop mozilla-devscripts from build-depends as its not needed for the
actual package build process. Take care that debian/rules disables the
mozilla-devscripts include if it doesn't exist
- update debian/control
- update debian/rules
  * add gtkmozembed_internal.h symbols to glue (mozilla bug 373918):
- add debian/patches/bz373918_att295042.patch
- update debian/patches/series
  * add support for GRE extensions and plugins. We now search in PROFILE, APP
and GRE dir.
- add debian/patches/bzXXX_gre_extension_plugin_support.patch
- update debian/patches/series
  * explicitly create addon directories 
/usr/lib/xulrunner-addons/{plugins,extensions}
- update debian/xulrunner-1.9.dirs
  * drop hard-coded --with-system-nspr and --with-system-nss from CONFIGURE
flags
- update debian/rules
  * don't enforce lower bound of system cairo and system nss versions
- update debian/control

xulrunner-1.9 (1.9~b2+nobinonly-0ubuntu1) hardy; urgency=low

  [ Fabien Tassin ]
  * new upstream snapshot (1.9b2) from tag FIREFOX_3_0b2_RELEASE
  * Update diverged patch:
- update debian/patches/bz399589_fix_missing_symbol_with_new_nss.patch
  * Fix FTBFS on Hardy when using system nss. See MozBug #403994.
- add 
debian/patches/bz403994_dont_install_nss_includes_with_system_nss.patch
- update debian/patches/series
  * Drop patches for bugs which recently landed
- drop debian/patches/bz405424_att290202.patch
- drop debian/patches/fix_ppc_ftbfs.patch
- update debian/patches/series
  * Update rules for system cairo >= 1.5.4. It's still conditioned
by the presence or not of libcairo 1.5.* in hardy, also conditioning
lcd sub-pixel rendering
- update debian/rules
- add debian/patches/bz344818_cairo_xrender.patch
- update debian/patches/series
  * add libpixman-1-dev to build-deps, needed by cairo
- update debian/control
  * Update Standards-Version to 3.7.3
- update debian/control
  * Re-enable DEB_AUTO_UPDATE_AUTOCONF=2.13 and depends on autoconf2.13
(will be dropped for final release)
- update debian/control
- update debian/rules
  * Fold Build-Depends line making changes easier to track in diffs
and update versions based on 
http://wiki.mozilla.org/Linux/Runtime_Requirements
- update debian/control
  * Add --enable-startup-notification and libstartup-notification0-dev to 
build-deps
- update debian/rules
- update d

[Bug 178253] Re: flashplugin-nonfree not working with epiphany

2007-12-25 Thread Jos Dehaes
strace reveals that epiphany is looking in xulrunner directories for
plugins, and not in /usr/lib/firefox/plugins.

I created a symlink in my ~/.mozilla to that dir, and that works:

[EMAIL PROTECTED]:~/.mozilla$ ln -s /usr/lib/firefox/plugins
[EMAIL PROTECTED]:~/.mozilla$ ls -l
total 20
-rw-r--r-- 1 jos jos  335 2007-07-03 00:22 appreg
drwxr-xr-x 2 jos jos 4096 2007-12-25 21:00 favicon
drwx-- 3 jos jos 4096 2007-09-10 19:45 firefox
-rw--- 1 jos jos 5161 2007-12-18 00:32 pluginreg.dat
lrwxrwxrwx 1 jos jos   24 2007-12-25 20:59 plugins -> /usr/lib/firefox/plugins

-- 
flashplugin-nonfree not working with epiphany
https://bugs.launchpad.net/bugs/178253
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178253] Re: flashplugin-nonfree not working with epiphany

2007-12-25 Thread Jos Dehaes
running epiphany from the console reveals this:

[EMAIL PROTECTED]:~/tmp/ubuntu-hardy$ epiphany

** (epiphany-browser:16342): WARNING **: libgtkembedmoz.so: cannot open
shared object file: No such file or directory

** (epiphany-browser:16342): WARNING **: Could not load extension file
at /usr/lib/epiphany-gecko/2.21/extensions/liberrorviewerextension.so


** (epiphany-browser:16342): WARNING **: libgtkembedmoz.so: cannot open shared 
object file: No such file or directory

** (epiphany-browser:16342): WARNING **: Could not load extension file
at /usr/lib/epiphany-gecko/2.21/extensions/libpageinfoextension.so


** (epiphany-browser:16342): WARNING **: libgtkembedmoz.so: cannot open shared 
object file: No such file or directory

** (epiphany-browser:16342): WARNING **: Could not load extension file
at /usr/lib/epiphany-gecko/2.21/extensions/libjavaconsoleextension.so


** (epiphany-browser:16342): WARNING **: Could not determine locale 111!


(epiphany-browser:16342): GLib-GObject-WARNING **: 
/build/buildd/glib2.0-2.15.0/gobject/gsignal.c:1669: signal `ge-location' is 
invalid for instance `0x8259998'
[EMAIL PROTECTED]:~/tmp/ubuntu-hardy$ 


while libgtkembedmoz.so exists:

[EMAIL PROTECTED]:~/tmp/epiphany-extensions$ locate libgtkembedmoz.so
/usr/lib/thunderbird/libgtkembedmoz.so
/usr/lib/firefox/libgtkembedmoz.so

maybe epiphany is looking in the wrong place?

-- 
flashplugin-nonfree not working with epiphany
https://bugs.launchpad.net/bugs/178253
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178253] Re: flashplugin-nonfree not working with epiphany

2007-12-25 Thread Jos Dehaes
confirm. Firefox can use the plugins, but epiphany can not.

** Changed in: epiphany-browser (Ubuntu)
   Status: New => Confirmed

-- 
flashplugin-nonfree not working with epiphany
https://bugs.launchpad.net/bugs/178253
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs