-
Notifications
You must be signed in to change notification settings - Fork 52
Description
cmd /c ver
Microsoft Windows [Versione 10.0.26100.2314]
wsl --status
Distribuzione predefinita: Ubuntu-24.04
Versione predefinita: 2
uname -r shows 5.15.167.4 as kernel version
Did the problem occur during installation?
- Yes
What happened?
launching Evolution on 24.04.1 I get the following error (that I didn'receive on 24.04.0)
(evolution:382): Gdk-WARNING **: 13:33:38.216: The program 'evolution' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 168 error_code 2 request_code 148 (GLX) minor_code 24)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
What was expected?
as in 22.04 and in 24.04.0 was, I'm expecting evolution to start without problems
Steps to reproduce
- install Noble 24.04.1 (both from MS Store or directly from PWSH is the same)
- run it and add
export LIBGL_ALWAYS_INDIRECT=1
sudo /etc/init.d/dbus start &> /dev/null
to .bashrc - create /etc/sudoers.d/dbus with the line: ALL = (root) NOPASSWD: /etc/init.d/dbus
- install evolution and evolution-ews
- from PWSH shutdown wsl then restart Ubuntu
- launch evolution
Additional information
No response