[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-09-01 Thread Carlo Luzi
I have work around this bug using a different OpenJFX distribution:

- Download JavaFX Linux SDK from Gluon ( https://gluonhq.com/products/javafx/ )
- Place the archive content in a suitable location (ex. 
/home/ubuntu/javafx-sdk-11.0.2/)
- Assuming the Java program is packed in a .jar file, start it from command 
line specifying the Gluon JavaFX library:

java --module-path /home/ubuntu/javafx-sdk-11.0.2/lib --add-
modules=javafx.controls,javafx.fxml,javafx.base,javafx.media,javafx.web,javafx.swing
-jar yourprogram.jar

This is a base recipe, your mileage may vary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-08-31 Thread Stephen Hodgson
I have also just encountered this error and have so far been unable to
find a work around for it.

Is there any news on when this will be looked at?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-08-11 Thread ronny
I just run into this issue while trying out Scenic View, a quite important 
debug tool for JavaFX developers, see here: 
https://github.com/JonathanGiles/scenic-view
I would be glad if we could use Ubuntu for JavaFX development. Switching back 
to Debian 10 for now...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-07-25 Thread Gustavo Carneiro
[ubuntu 20.04 lts] I confirm this bug as well when running .jar files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-07-15 Thread Steffen K.
I can confirm this bug and that debian is not affected. I installed the
debian package (also had to install libjpeg62-turbo) as a workaround and
now the file libjfxwebview.so is there and javafx applications with
WebView do work. IMO this should be marked as very important, show
stopper or something, since it probably affects most of all JavaFX
applications, which is very unfortunate for an LTS release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-06-25 Thread Saikrishna Arcot
Debian isn't affected because they build any arch-independent packages
separately from arch-dependent packages. Ubuntu, on the other hand,
builds arch-independent packages along with the amd64 build. This
combination is messing up the build for openjfx because of how the rules
are defined.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-06-25 Thread Prajna Sariputra
If the bug is indeed from Debian then their version of libopenjfx-jni
would also not have libjfxwebkit.so, right? So I checked the file list
in their stable, testing and unstable versions of libopenjfx-jni and
they do have libjfxwebkit.so in there for amd64, the package file sizes
make sense too (they are similar for all architectures, unlike in Focal
where amd64 has a very small package size compared to the others
present).

Here's where I checked the Debian package file list for reference:
https://packages.debian.org/unstable/amd64/libopenjfx-jni/filelist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-06-25 Thread Sebastien Bacher
Could you report the bug to Debian since it seems it's coming from
there?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-06-08 Thread Mathew Hodson
** Tags added: unmetdeps

** Changed in: openjfx (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-28 Thread Saikrishna Arcot
This is a debdiff to fix this issue by not overwriting the build.gradle
file when building arch-independent packages alongside the arch-
dependent packages. It has been tested in sbuild building both the arch-
dependent and arch-independent packages for Focal.

** Patch added: "1-11.0.7+0-2ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+attachment/5378026/+files/1-11.0.7+0-2ubuntu2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-28 Thread Saikrishna Arcot
The issue has to deal with how the package is build. Both arch-dependent
and arch-independent packages are built for amd64 now. However, the
build rule for arch-independent messes up the build for arch-dependent
(i.e. the part that libjniwebkit belongs to).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openjfx (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-09 Thread Jardi Martinez
I found my work around this issue by downloading and installing the
previous version of the libopenjfx-jni package (11.0.2+1-1). I can't
pinpoint what was done in the current version that gets rid of
jfxwebkit.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-09 Thread Jardi Martinez
I am having this exact same issue, BlueJ was working find up until I
upgraded to 20.04. This is the relevant part in the log:

Exception in thread "JavaFX Application Thread"
java.lang.UnsatisfiedLinkError: no jfxwebkit in java.library.path:
[/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64
-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]

I need BlueJ for my class work. In the meantime is there any work around
I could employ so I can keep on using Bluej?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-06 Thread Hans Joachim Desserud
** Tags added: amd64 focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877000

Title:
  libjfxwebkit not present in the package for Focal amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1877000/+subscriptions

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