[Bug 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-22 Thread David Morris
** Changed in: qt4-x11 (Ubuntu)
   Status: Incomplete = New

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 389441] Re: Qt Browser Plugins make the browser unresponsive

2009-06-22 Thread Harald Sitter
** Summary changed:

- QT Browser Plugins make the browser unresponsive 
+ Qt Browser Plugins make the browser unresponsive

** Description changed:

- QT provides a solution for implementing browser plugins for web browsers
+ Qt provides a solution for implementing browser plugins for web browsers
  which support the Netscape LiveConnect API.  However the simple 'Hello
  World' example fails to run on Ubuntu 8.10 and Ubuntu 9.04.  It simply
  hangs in both Firefox and Epiphany making the browser unresponsive.
  
  Looking at the same code compiled and running on Ubuntu 8.04 (Hardy),
  Fedora 9 and Debian Lenny works.  Therefore I believe it is Ubuntu
  specific problem introduced between 8.04 and 8.10.
  
- The QT site on the plugin is http://www.qtsoftware.com/products/appdev
+ The Qt site on the plugin is http://www.qtsoftware.com/products/appdev
  /add-on-products/catalog/4/Utilities/qtbrowserplugin
  
  To test you need to download, build and install the open source version
  of the plugin.  The install path for Firefox is
  /usr/lib/firefox/plugins/
  
  Once installed, visiting the example page
  http://doc.trolltech.com/solutions/4/qtbrowserplugin/qtbrowserplugin-
  example-trivial.html will show the bug.

-- 
Qt Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-19 Thread Terence Simpson
I can not confirm this, when I compile the plugin and copy it to 
/usr/lib/mozilla/plugins/ the example page works as expected.
Are you running the plugin on the same system that compiled it?
If not, does the system have the Qt libraries installed (libqt4-gui)?
Is there any output from the command line when you run firefox from there?

** Attachment added: Qt trivial plugin working in firefox
   http://launchpadlibrarian.net/28113313/qtplugin1.jpg

** Changed in: qt4-x11 (Ubuntu)
   Status: New = Incomplete

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-19 Thread David Morris
I made a mistake before I've not tried it in Fedora 9 but in-fact Fedora
10

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-19 Thread David Morris
When launching via a terminal I get no messages about been unable to
find libraries etc.

I've tried installing to the same path your using on both my i386 and
x86_64 machines, with the same result. (Both are running up to date
9.04)

What version are you testing with?

Output of ldd is below in-case I'm linking against something different.

d...@cubert:~/checkouts/qtbrowserplugin-2.3-opensource$ ldd 
examples/trivial/libtrivial.so 
linux-vdso.so.1 =  (0x7fff625fe000)
libQtGui.so.4 = /usr/lib/libQtGui.so.4 (0x7f6a59561000)
libQtCore.so.4 = /usr/lib/libQtCore.so.4 (0x7f6a59114000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f6a58ef7000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f6a58bea000)
libm.so.6 = /lib/libm.so.6 (0x7f6a58965000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f6a5874c000)
libc.so.6 = /lib/libc.so.6 (0x7f6a583da000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0x7f6a581c1000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f6a57f99000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f6a57d13000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x7f6a57acd000)
libSM.so.6 = /usr/lib/libSM.so.6 (0x7f6a578c3000)
libICE.so.6 = /usr/lib/libICE.so.6 (0x7f6a576a8000)
libz.so.1 = /lib/libz.so.1 (0x7f6a5749)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7f6a571ca000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f6a56fc)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f6a56d8e000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x7f6a56b7b000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7f6a56874000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7f6a5666f000)
librt.so.1 = /lib/librt.so.1 (0x7f6a56466000)
libdl.so.2 = /lib/libdl.so.2 (0x7f6a56262000)
/lib64/ld-linux-x86-64.so.2 (0x7f6a5a3e3000)
libXt.so.6 = /usr/lib/libXt.so.6 (0x7f6a55ffc000)
libpcre.so.3 = /lib/libpcre.so.3 (0x7f6a55dcb000)
libuuid.so.1 = /lib/libuuid.so.1 (0x7f6a55bc6000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f6a5599b000)
libXau.so.6 = /usr/lib/libXau.so.6 (0x7f6a55798000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f6a5557c000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7f6a55376000)

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-19 Thread David Morris
After speaking to Terence Simpson (who is using Kbuntu) I'm able to
reproduce his success with the Kbuntu 9.04 liveCD.  However I'm unable
to do this on Ubuntu 9.04

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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