* bug#59364: gnome clocks does not start due to missing libGLES.so
@ 2022-11-18 16:52 Csepp
2022-11-30 7:08 ` Simon Streit
2023-10-06 15:41 ` John Kehayias via Bug reports for GNU Guix
0 siblings, 2 replies; 8+ messages in thread
From: Csepp @ 2022-11-18 16:52 UTC (permalink / raw)
To: 59364
This is the exact error:
Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
(Yes, a clock application not starting because it needs OpenGL is... pretty
weird indeed.)
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2022-11-18 16:52 bug#59364: gnome clocks does not start due to missing libGLES.so Csepp
@ 2022-11-30 7:08 ` Simon Streit
2022-11-30 16:46 ` Csepp
2023-10-06 15:41 ` John Kehayias via Bug reports for GNU Guix
1 sibling, 1 reply; 8+ messages in thread
From: Simon Streit @ 2022-11-30 7:08 UTC (permalink / raw)
To: Csepp; +Cc: 59364
Hello,
Csepp <raingloom@riseup.net> writes:
> This is the exact error:
> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
I can confirm this error, though it only happens in wayland enabled
sessions on my old laptop with an Intel GM965/GL960. This doesn't
happen on machines with modern graphics cards installed.
The list is longer for me on Gnome applications that will fail to start:
gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks
gnome-contacts, gnome-font-viewer, etc.
Checkout is at 8f9588185d74f1f251b041b84d43302c337588ff.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2022-11-30 7:08 ` Simon Streit
@ 2022-11-30 16:46 ` Csepp
2022-11-30 20:47 ` Simon Streit
0 siblings, 1 reply; 8+ messages in thread
From: Csepp @ 2022-11-30 16:46 UTC (permalink / raw)
To: Simon Streit; +Cc: 59364, Csepp
Simon Streit <simon@netpanic.org> writes:
> Hello,
>
> Csepp <raingloom@riseup.net> writes:
>
>> This is the exact error:
>> Couldn't open libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
>
> I can confirm this error, though it only happens in wayland enabled
> sessions on my old laptop with an Intel GM965/GL960. This doesn't
> happen on machines with modern graphics cards installed.
>
> The list is longer for me on Gnome applications that will fail to start:
>
> gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks
> gnome-contacts, gnome-font-viewer, etc.
>
> Checkout is at 8f9588185d74f1f251b041b84d43302c337588ff.
It does work with LIBGL_ALWAYS_SOFTWARE=1, but it would be pretty messed
up if that had to be enabled globally.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2022-11-30 16:46 ` Csepp
@ 2022-11-30 20:47 ` Simon Streit
0 siblings, 0 replies; 8+ messages in thread
From: Simon Streit @ 2022-11-30 20:47 UTC (permalink / raw)
To: Csepp; +Cc: 59364
Csepp <raingloom@riseup.net> writes:
> It does work with LIBGL_ALWAYS_SOFTWARE=1, but it would be pretty messed
> up if that had to be enabled globally.
Thanks for that tip!
I fired up a recent Fedora live image to see that these applications do
work in wayland on this old machine. Which they do.
Gnome in Ferdora is already at 43.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2022-11-18 16:52 bug#59364: gnome clocks does not start due to missing libGLES.so Csepp
2022-11-30 7:08 ` Simon Streit
@ 2023-10-06 15:41 ` John Kehayias via Bug reports for GNU Guix
2023-10-07 19:32 ` Simon Streit
1 sibling, 1 reply; 8+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2023-10-06 15:41 UTC (permalink / raw)
To: Simon Streit; +Cc: 59364, Csepp
Hi all,
On Wed, Nov 30, 2022 at 09:47 PM, Simon Streit wrote:
> Csepp <raingloom@riseup.net> writes:
>> It does work with LIBGL_ALWAYS_SOFTWARE=1, but it would be pretty messed
>> up if that had to be enabled globally.
>
> Thanks for that tip!
>
> I fired up a recent Fedora live image to see that these applications do
> work in wayland on this old machine. Which they do.
>
> Gnome in Ferdora is already at 43.
Is this the same issue as in <https://issues.guix.gnu.org/64981>? With
potential fix <https://issues.guix.gnu.org/65375>? I'm looking to
include this on the next mesa-updates round coming up soon.
Thanks!
John
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2023-10-06 15:41 ` John Kehayias via Bug reports for GNU Guix
@ 2023-10-07 19:32 ` Simon Streit
2023-10-09 1:31 ` John Kehayias via Bug reports for GNU Guix
0 siblings, 1 reply; 8+ messages in thread
From: Simon Streit @ 2023-10-07 19:32 UTC (permalink / raw)
To: John Kehayias; +Cc: 59364, Csepp
John Kehayias <john.kehayias@protonmail.com> writes:
> Is this the same issue as in <https://issues.guix.gnu.org/64981>? With
> potential fix <https://issues.guix.gnu.org/65375>? I'm looking to
> include this on the next mesa-updates round coming up soon.
Yes, it is! I can only confirm this error on older Machines with older
graphics cards. The newer ones are okay.
--
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2023-10-07 19:32 ` Simon Streit
@ 2023-10-09 1:31 ` John Kehayias via Bug reports for GNU Guix
2024-02-20 3:33 ` John Kehayias via Bug reports for GNU Guix
0 siblings, 1 reply; 8+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2023-10-09 1:31 UTC (permalink / raw)
To: Simon Streit; +Cc: 59364, Csepp
On Sat, Oct 07, 2023 at 09:32 PM, Simon Streit wrote:
> John Kehayias <john.kehayias@protonmail.com> writes:
>
>> Is this the same issue as in <https://issues.guix.gnu.org/64981>? With
>> potential fix <https://issues.guix.gnu.org/65375>? I'm looking to
>> include this on the next mesa-updates round coming up soon.
>
> Yes, it is! I can only confirm this error on older Machines with older
> graphics cards. The newer ones are okay.
Thanks for confirming, hope to have the fix on mesa-updates and merged
soon. Soon depending on the next mesa point release and building the
branch.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#59364: gnome clocks does not start due to missing libGLES.so
2023-10-09 1:31 ` John Kehayias via Bug reports for GNU Guix
@ 2024-02-20 3:33 ` John Kehayias via Bug reports for GNU Guix
0 siblings, 0 replies; 8+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2024-02-20 3:33 UTC (permalink / raw)
To: Simon Streit; +Cc: 59364-done, Csepp
Hello,
On Mon, Oct 09, 2023 at 01:31 AM, John Kehayias wrote:
> On Sat, Oct 07, 2023 at 09:32 PM, Simon Streit wrote:
>
>> John Kehayias <john.kehayias@protonmail.com> writes:
>>
>>> Is this the same issue as in <https://issues.guix.gnu.org/64981>? With
>>> potential fix <https://issues.guix.gnu.org/65375>? I'm looking to
>>> include this on the next mesa-updates round coming up soon.
>>
>> Yes, it is! I can only confirm this error on older Machines with older
>> graphics cards. The newer ones are okay.
>
> Thanks for confirming, hope to have the fix on mesa-updates and merged
> soon. Soon depending on the next mesa point release and building the
> branch.
And forgot to update/close this bug after mesa-updates was merged, with
37fc2c99e0067dfd669526c61dc10d014b89c08b the relevant commit.
John
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-02-20 3:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 16:52 bug#59364: gnome clocks does not start due to missing libGLES.so Csepp
2022-11-30 7:08 ` Simon Streit
2022-11-30 16:46 ` Csepp
2022-11-30 20:47 ` Simon Streit
2023-10-06 15:41 ` John Kehayias via Bug reports for GNU Guix
2023-10-07 19:32 ` Simon Streit
2023-10-09 1:31 ` John Kehayias via Bug reports for GNU Guix
2024-02-20 3:33 ` John Kehayias via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).