Search guix IRC channel logs

These are the channel logs matching your query libglesv2

2022-11-16[15:23:42] <gnucode> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
2022-11-15[20:43:29] <ss2> gnucode: hello, can I ask you about an libGLESv2 issue you had quite a while ago? How did you solve it then?
2022-11-02[20:09:56] <ss2> Good evening. Is it a common problem that several gnome applications fail to launch while they cannot find libGLESv2.so.2?
2022-09-20[12:56:47] <GNUtoo> seer: later tell gnucode: I've managed to try gnome-clocks on Guix on my X200 (working to fix the i686 breakaga also made it possible for me to try gnome-clocks) and I've the same error than you ("Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory")
2022-09-16[22:15:47] <gnucode> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
2023-05-08[02:37:19] <ryan77627> Hey, quick question. I am trying to make a new package definition for a utility I use (wdisplays) and i got it to build, however it fails to launch due to a missing shared library, apparently it cannot find "libGLESv2.so.2". Way wondering if anyone knew which package provides this so I can add it to my package's inputs.
2023-05-08[02:44:35] <podiki[m]> searching for libGLESv2 in the code should get you there
2023-05-08[02:53:32] <ryan77627> Hmm... I did a quick `grep -r` through the repo's code, and there is absolutely no mention of libGLESv2. I was able to get it to launch (albeit with some bugs) by setting GDK_GL=false. I am not familiar with GTK, so I am unsure what this actually did on the GTK side.
2023-06-17[23:35:21] <Kolev> I can't launch Dino. `Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory`
2023-06-18[01:30:41] <Kolev> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
2023-06-18[02:49:03] <HiltonChain[m]> Kolev: libGLESv2.so.2 is provided by mesa
2023-07-04[00:36:37] <Kolev> mekeor[m] it says `Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory`
2023-08-15[17:31:00] <jab> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
2023-08-15[18:45:08] <efraim> nckx: it looks like "the wayland backend" isn't linked properly with libGLESv2.so.2
2023-08-27[14:20:34] <davidl> which package has libGLESv2.so.2?
2023-08-27[14:33:03] <roptat> it's here: /gnu/store/qiw0rpaj4rlgpldh12xac03n8rf301zm-mesa-23.1.4/lib/libGLESv2.so.2
2023-08-27[14:34:05] <davidl> I need to update wdisplays, it complains about not finding libGLESv2.so.2
2023-09-03[13:51:49] <retropikzel> I switched to labwc on guix and its really nice, however I dont know how to change screen resolution. I tried wdisplays but trying to run it it complains about missing libGLESv2.so.2. Anyone got a tip how to change resolution on guix on wayland?
2023-09-03[13:54:32] <nckx> This libGLESv2 thing is an unfortunate, relatively recent development: https://logs.guix.gnu.org/guix/search?query=libglesv2
2023-11-03[05:53:02] <Guique> im having the libglesv2 error with dino. it worked under gnome but not under sway
2023-11-03[06:32:51] <peanuts> "GTK4 applications broken (missing libGLESv2)" https://issues.guix.gnu.org/64981
2023-11-14[17:55:25] <peanuts> "GTK4 applications broken (missing libGLESv2)" https://issues.guix.gnu.org/64981
2023-11-20[10:02:09] <nutcase> when running wdisplays (on sway), I get "Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory" and wdisplays doesn't start. What is missing to have libGLESv2 available?