a question to webkit of GtkLauncher

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

a question to webkit of GtkLauncher

Joachim Jaeckel
Hello all,

I don't know, if I'm right here with my question, but it has something
to do with gnu-smalltalk...

I have the libwebkit-1.0.so.1 library installed on my system, but the
GtkLauncher does not start the WEB-Browser application with the
error-messages:

  error: Invalid C call-out webkit_web_view_new
SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
SystemExceptions.CInterfaceError class(Exception class)>>signal:
(AnsiExcept.st:79)
CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
GtkLauncher.GtkWebView class>>new
(GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
GtkLauncher.GtkWebBrowser>>buildCentralWidget
(GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
GtkLauncher.GtkWebBrowser>>initialize
(GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow
class)>>openSized: (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
GtkLauncher.GtkWebBrowser class>>open
(GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
GtkLauncher.GtkLauncher>>webBrowser
(GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)

do I miss some prerequisites to running it?

Thanks in advance,
Joachim.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

MrGwen
Hi,

In fact you need webkitgtk+ by the way you can disable webkit in the package.xml
 simply remove the <file>GtkWebView.st</file>
<filein>GtkWebView.st</filein>
and rebuild the package.

Chers,
Gwenael

On Sat, May 16, 2009 at 2:47 AM, Joachim Jaeckel
<[hidden email]> wrote:

> Hello all,
>
> I don't know, if I'm right here with my question, but it has something to do
> with gnu-smalltalk...
>
> I have the libwebkit-1.0.so.1 library installed on my system, but the
> GtkLauncher does not start the WEB-Browser application with the
> error-messages:
>
>  error: Invalid C call-out webkit_web_view_new
> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
> SystemExceptions.CInterfaceError class(Exception class)>>signal:
> (AnsiExcept.st:79)
> CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
> GtkLauncher.GtkWebView class>>new
> (GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
> GtkLauncher.GtkWebBrowser>>buildCentralWidget
> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
> GtkLauncher.GtkWebBrowser>>initialize
> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
> GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow class)>>openSized:
> (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
> GtkLauncher.GtkWebBrowser class>>open
> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
> GtkLauncher.GtkLauncher>>webBrowser
> (GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)
>
> do I miss some prerequisites to running it?
>
> Thanks in advance,
> Joachim.
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

Joachim Jaeckel
In reply to this post by Joachim Jaeckel
Hello Gwenaël,

thanks for your answer!

Please don't missunderstand me, I would like to run the WebBrowser. And
I installed the libwebkit through my Debian Package Management. (I
think, the so called webkitgtk+ is the same as the webkitgtk ?!)

But what else do I have to install (or do I have to rebuild the package
after installing the libwebkit Library)?

Thanks in advance,
Joachim.

Gwenaël Casaccio schrieb:

> Hi,
>
> In fact you need webkitgtk+ by the way you can disable webkit in the package.xml
>  simply remove the <file>GtkWebView.st</file>
> <filein>GtkWebView.st</filein>
> and rebuild the package.
>
> Chers,
> Gwenael
>
> On Sat, May 16, 2009 at 2:47 AM, Joachim Jaeckel
> <[hidden email]> wrote:
>> Hello all,
>>
>> I don't know, if I'm right here with my question, but it has something to do
>> with gnu-smalltalk...
>>
>> I have the libwebkit-1.0.so.1 library installed on my system, but the
>> GtkLauncher does not start the WEB-Browser application with the
>> error-messages:
>>
>>  error: Invalid C call-out webkit_web_view_new
>> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
>> SystemExceptions.CInterfaceError class(Exception class)>>signal:
>> (AnsiExcept.st:79)
>> CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
>> GtkLauncher.GtkWebView class>>new
>> (GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
>> GtkLauncher.GtkWebBrowser>>buildCentralWidget
>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
>> GtkLauncher.GtkWebBrowser>>initialize
>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
>> GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow class)>>openSized:
>> (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
>> GtkLauncher.GtkWebBrowser class>>open
>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
>> GtkLauncher.GtkLauncher>>webBrowser
>> (GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)
>>
>> do I miss some prerequisites to running it?
>>
>> Thanks in advance,
>> Joachim.
>>
>>
>> _______________________________________________
>> help-smalltalk mailing list
>> [hidden email]
>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>
>
>



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

MrGwen
Hi

On Sat, May 16, 2009 at 4:21 PM, Joachim Jaeckel
<[hidden email]> wrote:
> Hello Gwenaël,
>
> thanks for your answer!
>

;)

> Please don't missunderstand me, I would like to run the WebBrowser. And I
> installed the libwebkit through my Debian Package Management. (I think, the
> so called webkitgtk+ is the same as the webkitgtk ?!)

I think it is the same.

>
> But what else do I have to install (or do I have to rebuild the package
> after installing the libwebkit Library)?

Nothing to rebuild or install

>
> Thanks in advance,
> Joachim.
>
> Gwenaël Casaccio schrieb:
>>
>> Hi,
>>
>> In fact you need webkitgtk+ by the way you can disable webkit in the
>> package.xml
>>  simply remove the <file>GtkWebView.st</file>
>> <filein>GtkWebView.st</filein>
>> and rebuild the package.
>>
>> Chers,
>> Gwenael
>>
>> On Sat, May 16, 2009 at 2:47 AM, Joachim Jaeckel
>> <[hidden email]> wrote:
>>>
>>> Hello all,
>>>
>>> I don't know, if I'm right here with my question, but it has something to
>>> do
>>> with gnu-smalltalk...
>>>
>>> I have the libwebkit-1.0.so.1 library installed on my system, but the
>>> GtkLauncher does not start the WEB-Browser application with the
>>> error-messages:
>>>
>>>  error: Invalid C call-out webkit_web_view_new
>>> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
>>> SystemExceptions.CInterfaceError class(Exception class)>>signal:
>>> (AnsiExcept.st:79)
>>> CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
>>> GtkLauncher.GtkWebView class>>new
>>> (GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
>>> GtkLauncher.GtkWebBrowser>>buildCentralWidget
>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
>>> GtkLauncher.GtkWebBrowser>>initialize
>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
>>> GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow
>>> class)>>openSized:
>>> (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
>>> GtkLauncher.GtkWebBrowser class>>open
>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
>>> GtkLauncher.GtkLauncher>>webBrowser
>>> (GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)
>>>
>>> do I miss some prerequisites to running it?
>>>
>>> Thanks in advance,
>>> Joachim.
>>>
>>>
>>> _______________________________________________
>>> help-smalltalk mailing list
>>> [hidden email]
>>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>>
>>
>>
>
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

Joachim Jaeckel
Hi!

Than, it seems to me I have a communication Problem between the
smalltalk code and the library, because of the error-messages:

  error: Invalid C call-out webkit_web_view_new
SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
SystemExceptions.CInterfaceError class(Exception class)>>signal:
(AnsiExcept.st:79)

(BTW, I have a AMD64 System... if that could cause the problem...)

Joachim.

Gwenaël Casaccio schrieb:

> Hi
>
> On Sat, May 16, 2009 at 4:21 PM, Joachim Jaeckel
> <[hidden email]> wrote:
>> Hello Gwenaël,
>>
>> thanks for your answer!
>>
>
> ;)
>
>> Please don't missunderstand me, I would like to run the WebBrowser. And I
>> installed the libwebkit through my Debian Package Management. (I think, the
>> so called webkitgtk+ is the same as the webkitgtk ?!)
>
> I think it is the same.
>
>> But what else do I have to install (or do I have to rebuild the package
>> after installing the libwebkit Library)?
>
> Nothing to rebuild or install
>
>> Thanks in advance,
>> Joachim.
>>
>> Gwenaël Casaccio schrieb:
>>> Hi,
>>>
>>> In fact you need webkitgtk+ by the way you can disable webkit in the
>>> package.xml
>>>  simply remove the <file>GtkWebView.st</file>
>>> <filein>GtkWebView.st</filein>
>>> and rebuild the package.
>>>
>>> Chers,
>>> Gwenael
>>>
>>> On Sat, May 16, 2009 at 2:47 AM, Joachim Jaeckel
>>> <[hidden email]> wrote:
>>>> Hello all,
>>>>
>>>> I don't know, if I'm right here with my question, but it has something to
>>>> do
>>>> with gnu-smalltalk...
>>>>
>>>> I have the libwebkit-1.0.so.1 library installed on my system, but the
>>>> GtkLauncher does not start the WEB-Browser application with the
>>>> error-messages:
>>>>
>>>>  error: Invalid C call-out webkit_web_view_new
>>>> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
>>>> SystemExceptions.CInterfaceError class(Exception class)>>signal:
>>>> (AnsiExcept.st:79)
>>>> CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
>>>> GtkLauncher.GtkWebView class>>new
>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
>>>> GtkLauncher.GtkWebBrowser>>buildCentralWidget
>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
>>>> GtkLauncher.GtkWebBrowser>>initialize
>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
>>>> GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow
>>>> class)>>openSized:
>>>> (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
>>>> GtkLauncher.GtkWebBrowser class>>open
>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
>>>> GtkLauncher.GtkLauncher>>webBrowser
>>>> (GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)
>>>>
>>>> do I miss some prerequisites to running it?
>>>>
>>>> Thanks in advance,
>>>> Joachim.
>>>>
>>>>
>>>> _______________________________________________
>>>> help-smalltalk mailing list
>>>> [hidden email]
>>>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>>>
>>>
>>
>>
>> _______________________________________________
>> help-smalltalk mailing list
>> [hidden email]
>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>
>
>



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

MrGwen
Hmm I don't know I load manually the lib can you send me the list of
the files installed with the debian package of webkit ?
I try to load this library 'libwebkit-1.0'

On Sat, May 16, 2009 at 4:51 PM, Joachim Jaeckel
<[hidden email]> wrote:

> Hi!
>
> Than, it seems to me I have a communication Problem between the smalltalk
> code and the library, because of the error-messages:
>
>  error: Invalid C call-out webkit_web_view_new
> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
> SystemExceptions.CInterfaceError class(Exception class)>>signal:
> (AnsiExcept.st:79)
>
> (BTW, I have a AMD64 System... if that could cause the problem...)
>
> Joachim.
>
> Gwenaël Casaccio schrieb:
>>
>> Hi
>>
>> On Sat, May 16, 2009 at 4:21 PM, Joachim Jaeckel
>> <[hidden email]> wrote:
>>>
>>> Hello Gwenaël,
>>>
>>> thanks for your answer!
>>>
>>
>> ;)
>>
>>> Please don't missunderstand me, I would like to run the WebBrowser. And I
>>> installed the libwebkit through my Debian Package Management. (I think,
>>> the
>>> so called webkitgtk+ is the same as the webkitgtk ?!)
>>
>> I think it is the same.
>>
>>> But what else do I have to install (or do I have to rebuild the package
>>> after installing the libwebkit Library)?
>>
>> Nothing to rebuild or install
>>
>>> Thanks in advance,
>>> Joachim.
>>>
>>> Gwenaël Casaccio schrieb:
>>>>
>>>> Hi,
>>>>
>>>> In fact you need webkitgtk+ by the way you can disable webkit in the
>>>> package.xml
>>>>  simply remove the <file>GtkWebView.st</file>
>>>> <filein>GtkWebView.st</filein>
>>>> and rebuild the package.
>>>>
>>>> Chers,
>>>> Gwenael
>>>>
>>>> On Sat, May 16, 2009 at 2:47 AM, Joachim Jaeckel
>>>> <[hidden email]> wrote:
>>>>>
>>>>> Hello all,
>>>>>
>>>>> I don't know, if I'm right here with my question, but it has something
>>>>> to
>>>>> do
>>>>> with gnu-smalltalk...
>>>>>
>>>>> I have the libwebkit-1.0.so.1 library installed on my system, but the
>>>>> GtkLauncher does not start the WEB-Browser application with the
>>>>> error-messages:
>>>>>
>>>>>  error: Invalid C call-out webkit_web_view_new
>>>>> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
>>>>> SystemExceptions.CInterfaceError class(Exception class)>>signal:
>>>>> (AnsiExcept.st:79)
>>>>> CFunctionDescriptor(CCallable)>>callInto: (CCallable.st:165)
>>>>> GtkLauncher.GtkWebView class>>new
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebView.st:1)
>>>>> GtkLauncher.GtkWebBrowser>>buildCentralWidget
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:60)
>>>>> GtkLauncher.GtkWebBrowser>>initialize
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:50)
>>>>> GtkLauncher.GtkWebBrowser class(GtkLauncher.GtkMainWindow
>>>>> class)>>openSized:
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkMainWindow.st:18)
>>>>> GtkLauncher.GtkWebBrowser class>>open
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkWebBrowser.st:7)
>>>>> GtkLauncher.GtkLauncher>>webBrowser
>>>>> (GtkLauncher.star#VFS.ZipFile/GtkLauncher.st:462)
>>>>>
>>>>> do I miss some prerequisites to running it?
>>>>>
>>>>> Thanks in advance,
>>>>> Joachim.
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> help-smalltalk mailing list
>>>>> [hidden email]
>>>>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>>>>
>>>>
>>>
>>>
>>> _______________________________________________
>>> help-smalltalk mailing list
>>> [hidden email]
>>> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>>>
>>
>>
>
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk
>


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

Joachim Jaeckel
Hi Gwenaël!

First of all: Thanks for your help! :-)

It's working now!

The tip with the list of installed files was the part which brings me a
littel bit towards the solution.

This is the list of installed files of the package:

/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libwebkit-1.0-1
/usr/share/doc/libwebkit-1.0-1/copyright
/usr/share/doc/libwebkit-1.0-1/changelog.Debian.gz
/usr/lib
/usr/lib/webkit-1.0
/usr/lib/webkit-1.0/libexec
/usr/lib/webkit-1.0/libexec/DumpRenderTree
/usr/lib/webkit-1.0/libexec/GtkLauncher
/usr/lib/libwebkit-1.0.so.1.0.0
/usr/lib/libwebkit-1.0.so.1

And as I saw, there's no libwebkit-1.0.so file, so I created a symbolic
link from libwebkit-1.0.so.1.0.0 to libwebkit-1.0.so, restarted your
GNU-Smalltalk-Launcher and the WEB-Browser is starting up! :-)

Thanks again!

Regards,
Joachim.


Gwenaël Casaccio schrieb:

> Hmm I don't know I load manually the lib can you send me the list of
> the files installed with the debian package of webkit ?
> I try to load this library 'libwebkit-1.0'
>
> On Sat, May 16, 2009 at 4:51 PM, Joachim Jaeckel
> <[hidden email]> wrote:
>> Hi!
>>
>> Than, it seems to me I have a communication Problem between the smalltalk
>> code and the library, because of the error-messages:
>>
>>  error: Invalid C call-out webkit_web_view_new
>> SystemExceptions.CInterfaceError(Exception)>>signal (AnsiExcept.st:216)
>> SystemExceptions.CInterfaceError class(Exception class)>>signal:
>> (AnsiExcept.st:79)
>>
>> (BTW, I have a AMD64 System... if that could cause the problem...)
>>
>> Joachim.
>>



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: a question to webkit of GtkLauncher

Paolo Bonzini-2

> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/libwebkit-1.0-1
> /usr/share/doc/libwebkit-1.0-1/copyright
> /usr/share/doc/libwebkit-1.0-1/changelog.Debian.gz
> /usr/lib
> /usr/lib/webkit-1.0
> /usr/lib/webkit-1.0/libexec
> /usr/lib/webkit-1.0/libexec/DumpRenderTree
> /usr/lib/webkit-1.0/libexec/GtkLauncher
> /usr/lib/libwebkit-1.0.so.1.0.0
> /usr/lib/libwebkit-1.0.so.1
>
> And as I saw, there's no libwebkit-1.0.so file, so I created a symbolic
> link from libwebkit-1.0.so.1.0.0 to libwebkit-1.0.so, restarted your
> GNU-Smalltalk-Launcher and the WEB-Browser is starting up! :-)

This is the same problem as with libncurses.  Probably you have to
install a libwebkit-dev package to get the .so file without the suffix.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk