bug#64981: GTK4 applications broken (missing libGLESv2)

2023-11-27 Thread John Kehayias via Bug reports for GNU Guix
On Fri, Oct 06, 2023 at 03:47 PM, John Kehayias wrote: > Hi everyone, > > Not sure if people saw this patch, has anyone tested if it fixes the > problem for them? I can include it in an upcoming mesa-updates branch > with other related updates/rebuilds. > > > >

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-10-06 Thread John Kehayias via Bug reports for GNU Guix
Hi everyone, Not sure if people saw this patch, has anyone tested if it fixes the problem for them? I can include it in an upcoming mesa-updates branch with other related updates/rebuilds. Hope I got everyone from the original bug thread (seems many replies

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-18 Thread 宋文武 via Bug reports for GNU Guix
iyzs...@envs.net writes: > * gnu/packages/gl.scm (libepoxy)[arguments]<#:phases>: > Hardcode paths to libGLESv1_CM.so.1 and libGLESv2.so.2. Hello, since we already hardcode paths for libGL, adding libGLES seems reasonable. Have test it though, because on my machine (kwin in wayland) it seems

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-16 Thread jbranso--- via Bug reports for GNU Guix
August 15, 2023 4:48 PM, "Efraim Flashner" wrote: > I've been getting this too, I'm "glad" to see I'm not the only one. If > I set GSK_RENDERER=cairo (the fallback renderer) then I can launch gtk4 > applications. > > (ins)efraim@pbp ~$ guix shell mesa-utils -- glxinfo | grep 'profile version >

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-15 Thread Efraim Flashner
On Tue, Aug 01, 2023 at 12:06:31AM +0200, Csepp wrote: > for example: > $ transmission-gtk > Couldn't open libGLESv2.so.2: libGLESv2.so.2 > > I get the same error with Tuba. It likely affects other applications. > > Guix commit: 182be30 > System: x86_64 I've been getting this too, I'm "glad"

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-10 Thread Denis 'GNUtoo' Carikli
Hi, I've the same issue for several programs. I'm using sway and I tried to use dino. I've built dino like that: > guix install dino \ > --with-debug-info=gtk \ > --with-debug-info=glib \ > --with-debug-info=glibc \ > --with-debug-info=libepoxy > > cat $(which dino) |

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-06 Thread paren--- via Bug reports for GNU Guix
Csepp writes: >> Am Dienstag, dem 01.08.2023 um 00:06 +0200 schrieb Csepp: >>> for example: >>> $ transmission-gtk >>> Couldn't open libGLESv2.so.2: libGLESv2.so.2 >>> >>> I get the same error with Tuba.  It likely affects other >>> applications. >> I assume you are not using the

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-06 Thread Csepp
Liliana Marie Prikler writes: > tags 64981 moreinfo > thanks > > Am Dienstag, dem 01.08.2023 um 00:06 +0200 schrieb Csepp: >> for example: >> $ transmission-gtk >> Couldn't open libGLESv2.so.2: libGLESv2.so.2 >> >> I get the same error with Tuba.  It likely affects other >> applications. > I

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-05 Thread Liliana Marie Prikler
tags 64981 moreinfo thanks Am Dienstag, dem 01.08.2023 um 00:06 +0200 schrieb Csepp: > for example: > $ transmission-gtk > Couldn't open libGLESv2.so.2: libGLESv2.so.2 > > I get the same error with Tuba.  It likely affects other > applications. I assume you are not using the

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-07-31 Thread Csepp
for example: $ transmission-gtk Couldn't open libGLESv2.so.2: libGLESv2.so.2 I get the same error with Tuba. It likely affects other applications. Guix commit: 182be30 System: x86_64