Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evolution mail problems in Ubuntu24.04.1 (as well in 24.10 too) #507

Open
1 task
puffettacicciottella opened this issue Dec 10, 2024 · 2 comments
Open
1 task

Comments

@puffettacicciottella
Copy link

puffettacicciottella commented Dec 10, 2024

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

  1. install Noble 24.04.1 (both from MS Store or directly from PWSH is the same)
  2. run it and add
    export LIBGL_ALWAYS_INDIRECT=1
    sudo /etc/init.d/dbus start &> /dev/null
    to .bashrc
  3. create /etc/sudoers.d/dbus with the line: ALL = (root) NOPASSWD: /etc/init.d/dbus
  4. install evolution and evolution-ews
  5. from PWSH shutdown wsl then restart Ubuntu
  6. launch evolution

Additional information

No response

@puffettacicciottella
Copy link
Author

Partially solved by deleting export LIBGL_ALWAYS_INDIRECT=1 from .bashrc: now evolution starts without problems and I'm able to get access to IMAP mail; about ews mail (office365), I get

Failed to obtain access token from address “https://login.microsoftonline.com/[MSTenant here]/oauth2/v2.0/token”: Object does not exist at path “/org/freedesktop/secrets/collection/login”

Running seahorse, is clearly missing Login keyring and if I try to add it I get

Couldn't add keyring - no such secret collection at path /

@puffettacicciottella
Copy link
Author

puffettacicciottella commented Dec 11, 2024

I've performed two additional tests:

  1. installed Ubuntu 24.04.1 and on it installed the whole gnome-desktop: same results: url is none.local:// and error Failed to obtain access token from address “https://login.microsoftonline.com/6bfa74cc-fe34-4d57-97d3-97fd6e0edee1/oauth2/v2.0/token”: Cannot create an item in a locked collection

  2. exported Ubuntu-24.04 from a machine on which evolution worked w/o problems and run it with same results: no way to have it working.

It seems that with recent wsl updates something went wrong with Ubuntu keyring that's locked and on which is impossible doing anything (ssh and gpg are worlìking while is missing "Login" keyring and is impossible to create it)

Notice that wsl update on working machine and windows release are different from those on "buggy" machine; here working machine details

cmd /c ver

Microsoft Windows [Versione 10.0.22631.4460]

wsl --status
Distribuzione predefinita: Ubuntu-24.04
Versione predefinita: 2

Il sottosistema Windows per Linux è stato aggiornato l'ultima volta il 28/07/2024
(Windows Subsystem for Linux has been updated on 2024/07/28)
uname -r shows 5.10.16.3 as kernel version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant