Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #1035608
| From | John Scott <jscott@posteo.net> |
|---|---|
| Newsgroups | linux.debian.bugs.dist |
| Subject | Bug#967672: openjfx: might can do without GTK 2 |
| Date | 2020-12-03 21:50 +0100 |
| Message-ID | <Bi3I5-4D2-7@gated-at.bofh.it> (permalink) |
| References | <Bi3I5-4D2-9@gated-at.bofh.it> <Bi3I5-4D2-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Control: forwarded -1 https://bugs.openjdk.java.net/browse/JDK-8198654
I'm not familiar with Java or OpenJFX, but suspect the GTK 2 build and runtime
dependencies might can be dropped. It looks like using GTK 3 instead of GTK 2
has been the default for a little while, so GTK 2 shouldn't be getting used
but the choice is made at runtime.
$ ldd /usr/lib/x86_64-linux-gnu/jni/* | grep gtk
/usr/lib/x86_64-linux-gnu/jni/libglassgtk2.so:
libgtk-x11-2.0.so.0 => /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
(0x00007f262e089000)
/usr/lib/x86_64-linux-gnu/jni/libglassgtk3.so:
libgtk-3.so.0 => /lib/x86_64-linux-gnu/libgtk-3.so.0
(0x00007f9bd9d9d000)
Since GTK 3 is getting used anyway there doesn't seem to be any use disabling
GTK 2 except for its own sake.
https://bugs.openjdk.java.net/browse/JDK-8198654
https://bugs.openjdk.java.net/browse/JDK-8229245
Back to linux.debian.bugs.dist | Previous | Next | Find similar
Bug#967672: openjfx: might can do without GTK 2 John Scott <jscott@posteo.net> - 2020-12-03 21:50 +0100
csiph-web