mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-28 09:56:08 +00:00
[GH-ISSUE #5497] [Bug] Blank screen in 0.5.9 when loading with GDK_GL=gles #2451
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2451
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Thrilleratplay on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5497
Bug Description
When opening AppFlowy v 0.5.9, using either the application link or the command from the application link,
env GDK_GL=gles /usr/bin/AppFlowy %U, AppFlowy opens but is blank. If opening AppFlowy without the environmental flag, it opens but is very slow to render and visual artifacts are left such as titles from dialog boxes that had been closed.The only difference between the logs when initially loading is when using GDK_GL there is an extra line before :
How to Reproduce
env GDK_GL=gles /usr/bin/AppFlowy %Uin a terminal./usr/bin/AppFlowy %UExpected Behavior
AppFlowy to open with content appearing.
Operating System
Linux
AppFlowy Version(s)
0.5.9
Screenshots
No response
Additional Context
I installed AppFlowy via AUR using the AppFlowy-bin package. The package extracts the precompiled contents from the Debian package. I have not tried compiling AppFlowy but will try that today.
I'm aware this is not a supported installed. However, based on a comment in #5492, "The GUI glitches or goes black randomly.", I opened this as it may give more context for others that may be seeing a similar issue. If it is not relevant, please feel free to close this.
@emmggi commented on GitHub (Jun 9, 2024):
I also have this on Endeavour OS. Have also used
appflowy-binfrom AUR.Running only
$ AppFlowyin terminal works for me and is not slow to render changes.@khorshuheng commented on GitHub (Jun 10, 2024):
By any chance, was the Mesa package updated to version 24.1.1?
@Thrilleratplay commented on GitHub (Jun 10, 2024):
No, I do not have Mesa installed.CORRECTION: I have Mesa Amber installed.` ``
pacman -Qi local/mesa [22:21:28]
Name : mesa-amber
Version : 21.3.9-6
Description : classic OpenGL (non-Gallium3D) drivers
Architecture : x86_64
URL : https://www.mesa3d.org/
Licenses : MIT AND BSD-3-Clause AND SGI-B-2.0
Groups : None
Provides : mesa=21.3.9 opengl-driver
Depends On : libdrm libglvnd libxfixes libxshmfence libxxf86vm wayland zstd
Optional Deps : None
Required By : cogl gst-plugins-base-libs libglvnd mpv qt5-base qt6-base qt6-webengine signal-desktop thorium-browser-bin webkit2gtk webkit2gtk-4.1 xf86-video-intel xf86-video-nouveau
Optional For : None
Conflicts With : mesa
Replaces : None
Installed Size : 40.51 MiB
Packager : Jan Alexander Steffens (heftig) heftig@archlinux.org
Build Date : Sun 31 Dec 2023 07:56:34 PM EST
Install Date : Mon 01 Jan 2024 01:14:04 PM EST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
@emmggi commented on GitHub (Jun 10, 2024):
Yes. Mine is 24.1.1-1.
@imoize commented on GitHub (Jun 10, 2024):
same issue, related to mesa 24.1.1-1 ?
@LucasXu0 commented on GitHub (Jun 11, 2024):
I will remove the environment variable
GDK_GL=glesin the next version. However, the primary issue might be related to a recent update in Mesa, as this environment variable has been in place for quite some time.This issue will also be fixed in the upcoming release.
@b-quentin commented on GitHub (Jun 11, 2024):
Me too.
@b-quentin commented on GitHub (Jun 11, 2024):
I downgraded this package but the problem persists
@emmggi commented on GitHub (Jun 12, 2024):
Downgrading to 23.1.1-1 (and rebooting) which was what I had before the upgrade, doesn't do any good either.
@Thrilleratplay commented on GitHub (Jun 12, 2024):
I incorrectly thought I did not have Mesa installed (updated above), but have 21.3.9 installed. This has not changed for me since January. There may also be an issue with the latest Mesa version but it does not seem to be the only cause.
@b-quentin commented on GitHub (Jun 12, 2024):
I tested with rofy with the terminal, I have the same problem but I was able to obtain logs
@LucasXu0 commented on GitHub (Jun 18, 2024):
FYI, I have removed the
envline from the .desktop file. It will be included in the upcoming version.