all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54701] [PATCH v3 0/3] Make big cursors work in programs running on openjdk.
@ 2022-04-03 23:05 dannym
  2022-04-03 23:17 ` [bug#54701] [PATCH v3 1/3] gnu: openjdk15: Make big cursors work dannym
  2022-04-18 11:01 ` bug#54701: [PATCH v3 0/3] Make big cursors work in programs running on openjdk Danny Milosavljevic
  0 siblings, 2 replies; 5+ messages in thread
From: dannym @ 2022-04-03 23:05 UTC (permalink / raw)
  To: 54701; +Cc: Danny Milosavljevic

From: Danny Milosavljevic <dannym@scratchpost.org>

This patch makes xterm use libxcursor directly.
Without it, libx11 would try to dlopen("libXcursor.so.1") and fail.

Fixes <https://issues.guix.gnu.org/54654>

Danny Milosavljevic (3):
  gnu: openjdk15: Make big cursors work.
  gnu: openjdk16: Make big cursors work.
  gnu: openjdk17: Make big cursors work.

 gnu/local.mk                                  |  1 +
 gnu/packages/java.scm                         | 15 +++-
 .../openjdk-15-xcursor-no-dynamic.patch       | 72 +++++++++++++++++++
 3 files changed, 85 insertions(+), 3 deletions(-)
 create mode 100644 gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch

-- 
2.34.0





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-18 11:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 23:05 [bug#54701] [PATCH v3 0/3] Make big cursors work in programs running on openjdk dannym
2022-04-03 23:17 ` [bug#54701] [PATCH v3 1/3] gnu: openjdk15: Make big cursors work dannym
2022-04-03 23:17   ` [bug#54701] [PATCH v3 2/3] gnu: openjdk16: " dannym
2022-04-03 23:17   ` [bug#54701] [PATCH v3 3/3] gnu: openjdk17: " dannym
2022-04-18 11:01 ` bug#54701: [PATCH v3 0/3] Make big cursors work in programs running on openjdk Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.