Page 1 of 1

Broken WebGadget under linux

Posted: Thu Oct 24, 2019 5:25 am
by StarBootics
Hello everyone,

As you probably know the WebGadget() is no longer available under Linux. This is the Linker Error message we got :
GadgetWeb.a(WebGadget.o) : Dans la fonction « NavigationPolicyCallback » :
WebGadget.c:(.text+0x37) : référence indéfinie vers « webkit_network_request_get_uri »
WebGadget.c:(.text+0x67) : référence indéfinie vers « webkit_web_policy_decision_ignore »
WebGadget.c:(.text+0x91) : référence indéfinie vers « webkit_web_policy_decision_use »
GadgetWeb.a(WebGadget.o) : Dans la fonction « WindowPolicyCallback » :
WebGadget.c:(.text+0x11e) : référence indéfinie vers « webkit_web_policy_decision_ignore »
GadgetWeb.a(WebGadget.o) : Dans la fonction « GetGadgetItemText » :
...
collect2: error: ld returned 1 exit status
What I would like to know, is there any chance to get the WebGadget() back :?:

Best regards
StarBootics

Re: Broken WebGadget under linux

Posted: Thu Oct 24, 2019 9:20 am
by mk-soft
Show bug report...

viewtopic.php?f=23&t=72685

Re: Broken WebGadget under linux

Posted: Thu Oct 24, 2019 4:09 pm
by deeproot
StarBootics wrote:What I would like to know, is there any chance to get the WebGadget() back :?:
This is certainly getting to be quite a big problem with the newest versions of popular distros :(

The distro I've been happily using for my two development machines had a new release on October 21st and guess what - no WebGadget! Might be ways to fix it, but for now I'll need to stay on the previous release.

However, things get more difficult because my application is released to a few customers and when they update their OS I will be getting some awkward emails. Fortunately I've made it clear that my Linux program is a Beta test (most customers are Windows or Mac). It's a shame though as I've had great feedback recently from a couple of enthusiastic Linux users. Maybe switching from GTK2 to QT could be a solution, but will take a lot of time.

This is slightly ironic because I'm getting the distinct impression that more "normal" users are looking at Linux as a viable alternative. A least that seems to be the case in some countries.

Re: Broken WebGadget under linux

Posted: Thu Oct 24, 2019 5:26 pm
by StarBootics
Hello everyone,

Difficult I don't know but when I see this : https://webkitgtk.org/
I don't see any complication at all.

Best regards
StarBootics

Re: Broken WebGadget under linux

Posted: Tue Oct 29, 2019 2:38 pm
by Amellos
That does seem to be rather simple and straightfoward. I'm going to try this out too.

Re: Broken WebGadget under linux

Posted: Tue Oct 29, 2019 3:21 pm
by deeproot
Amellos wrote:That does seem to be rather simple and straightfoward. I'm going to try this out too.
Best of luck Amellos - I'd be interested to know how you get on!

A little while ago I downloaded a relevant tar package for GTK2 from that site and followed their build instructions. Unfortunately after spending several days on the attempt - I failed to get a successful build run :cry:

At first I had several errors due to missing dependencies, but with the help of various Linux forums I got all those fixed. Then the compile ran for many hours (between 8 and 12 hours!) but always ended with an error claiming to be out of disk space. This was pretty strange because at the time the system had about 20Gb of free space in that partition. I was using Manjaro 17 for this.

In the end I gave up - I had better things to do with my time! Also I didn't need it for my own system as libwebkitgtk packages were available from the standard repositories and everything worked fine. Sadly appears to have been dropped by the latest version, same as happened with Manjaro.

Re: Broken WebGadget under linux

Posted: Fri Nov 15, 2019 1:37 pm
by StarBootics
Fred or Freak about this issue ????

Best regards
StarBootics