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

with Multi-account desktop sidebar, black screen on the pinephone #3734

Closed
CHRISHERBET opened this issue Mar 12, 2024 · 9 comments
Closed

with Multi-account desktop sidebar, black screen on the pinephone #3734

CHRISHERBET opened this issue Mar 12, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@CHRISHERBET
Copy link

  • Operating System (Linux/Mac/Windows/iOS/Android):mobian or pmos stable

  • Delta Chat Version: 1.44

  • Expected behavior:

  • Actual behavior:

  • Steps to reproduce the problem:

  • Screenshots:
    Capture d’écran du 2024-03-12 22-39-14

  • Logs:

@Simon-Laux
Copy link
Member

from where did you install it? this looks similar to #3592, maybe some electron + waylaid issue (flatpak now defaults to using waylaid when available?

@Simon-Laux Simon-Laux added the bug Something isn't working label Mar 14, 2024
@CHRISHERBET
Copy link
Author

I installed it from flatpak on 3 pinephones with mobian (bookworm and trixie) and pmos stable. for all 3, same problem.
It does look like the #3592 .

@Simon-Laux
Copy link
Member

Simon-Laux commented Mar 15, 2024

you could try --nosocket=wayland or --nosocket=fallback-x11. Anyways the output of flatpak run <app.id> should give us useful information / output.

Do you phones use wayland or x11?

@CHRISHERBET
Copy link
Author

CHRISHERBET commented Mar 15, 2024

the pinephone with mobian or pmos use Phosh thanks to Wayland.
Phosh is the graphical shell developed by Purism to adapt the GNOME desktop environment to mobile devices.

with or without the options the attached log is the same:
2024-03-15-18-06-47.log

with version 1.42.2 flathub running, there is no such message in the log :

INFO "" "preq" "background-sync"
INFO "" "main window requested "background-sync" permission, but we denied it, because it is not in the list of allowed permissions.

@Simon-Laux
Copy link
Member

Simon-Laux commented Mar 16, 2024

try

LC_ALL=C flatpak run chat.delta.desktop

run it from the terminal app, the log messages we need will not appear in the deltachat log (because they are emitted by the system and electron, which are outside of the logging system that writes to those logfiles)

@CHRISHERBET
Copy link
Author

the screnn logs :

screnn.log

@Simon-Laux
Copy link
Member

[58:0317/141853.628950:ERROR:gl_display.cc(515)] EGL Driver message (Error) eglCreateContext: Requested GLES version (3.0) is greater than max supported (2, 0).

this line looks interesting, looks like somewhere the required opengl shader api version was increased and your graphics driver does not support it?
Though that would also mean that it is unrelated to #3592

@CHRISHERBET
Copy link
Author

CHRISHERBET commented Mar 19, 2024

The Mali 400 MP2 was the first GPU mobile OpenGL ES 2.0 and doesn't support 3.0.
But it's just "error" not "critical".
actually not #3592

@Simon-Laux
Copy link
Member

Simon-Laux commented Apr 11, 2024

Even though we don't support linux mobile phones, I invested some time to try it on my linux phones:

  • on the Librem5 the flatpak version of deltachat desktop works fine (the only thing that did not is the camera for the qr code scanner, and that the UI is not made for such small screens)
  • my pinephone with mobian seems to be stuck in a boot loop, I don't have much motivation to figure out why.

While we (most of the active deltachat team) like linux phones in principle, we don't have enough time and resources to support those platforms at the current point in time 😢.

You currently have the following alternatives:

  • use the android version with waydroid (or whatever is the state of the art android emulation layer)
  • use deltatouch, a qt client original developed for ubuntu touch (with lomori ui framework)

@Simon-Laux Simon-Laux closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants