mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: remove gl_es env (#5564)
* fix: try without media kit
* chore: remove gl_es env
* Revert "fix: try without media kit"
This reverts commit e331dbfabf
.
---------
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
This commit is contained in:
parent
b6debd6c71
commit
ed82ec8eef
@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=AppFlowy
|
||||
Icon=io.appflowy.AppFlowy
|
||||
Exec=env GDK_GL=gles AppFlowy %U
|
||||
Exec=AppFlowy %U
|
||||
Categories=Network;Productivity;
|
||||
Keywords=Notes
|
||||
DBusActivatable=true
|
||||
|
@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=AppFlowy
|
||||
Icon=/usr/share/icons/hicolor/scalable/apps/appflowy.svg
|
||||
Exec=env GDK_GL=gles /usr/bin/AppFlowy %U
|
||||
Exec=/usr/bin/AppFlowy %U
|
||||
Categories=Network;Productivity;
|
||||
Keywords=Notes
|
||||
Terminal=false
|
||||
|
Loading…
Reference in New Issue
Block a user