jayk1961 / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

flash not working here for ages and still #541

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
flash never worked here , just a grey widget is what is shown.
the output is:
(process:18651): Gtk-CRITICAL **: gtk_clipboard_get_for_display: assertion
`display != NULL' failed
Adobe Flash Player: gtk_clipboard_get(GDK_SELECTION_PRIMARY); failed.
Trying to call gtk_init(0,0);

(<unknown>:18651): Gdk-CRITICAL **: gdk_window_get_origin: assertion
`GDK_IS_WINDOW (window)' failed

(<unknown>:18651): Gdk-CRITICAL **: gdk_window_get_origin: assertion
`GDK_IS_WINDOW (window)' failed

(<unknown>:18651): Gdk-CRITICAL **: gdk_window_get_origin: assertion
`GDK_IS_WINDOW (window)' failed

I think is related to the gtk theme I use in KDE environment.
I attach the file I use for setting up gtk
thanks

Original issue reported on code.google.com by fede.mangus on 22 Jul 2009 at 10:45

Attachments:

GoogleCodeExporter commented 9 years ago
Then, try with another theme...
I don't think it's the reason because I get this kind of outputs too...
To have a decent support of flash, you must have a recent-enough version of 
QtWebKit typically 
QtWebKit provided by Qt>=4.5.0

Original comment by rom1dep on 23 Jul 2009 at 12:11

GoogleCodeExporter commented 9 years ago
Do you have Qt compiled with the glib event loop?

Original comment by ice...@gmail.com on 23 Jul 2009 at 12:25

GoogleCodeExporter commented 9 years ago
my qt is compiled with -glib option.
The fact is, that flash is working with a fresh user, so something in my user
settings screwed up webkit or arora. Reading the error on gtk and knowing that
flashplugin uses this I thought it was something with the gtk themes.
I changed theme to QtCurve , but still flash not working.
May be could be a qt bug?
I have to say that gtk theme is applied to firefox too, but there flash is 
working as
usual. I dunno where to look..

Original comment by fede.mangus on 23 Jul 2009 at 8:01

GoogleCodeExporter commented 9 years ago
I can confirm adding that gtk configuration file attached to a fresh working 
user
breaks flash in arora. the problem is surely there.
that file is sourced in my system by .bashrc
export GTK2_RC_FILES=/home/mangus/.gtkrc-2.0-kde4
the bug may be in adobe plugin , but I have to say that firefox is working...
thanks

Original comment by fede.mangus on 23 Jul 2009 at 9:27

GoogleCodeExporter commented 9 years ago
I finally get it working switching the gtk theme with the file attached to 
qtcurve theme.
I really don't know who's to blame for the bug , if QT or flashplugin or the 
previous theme or dunno..
The error reported still remains in console btw
Thanks

Original comment by fede.mangus on 17 Aug 2009 at 2:55