[PR #5991] [MERGED] Fix(Linux): Fixed AppImage build, removed Wayland Header #7130

Closed
opened 2026-03-23 23:18:14 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5991
Author: @frandmb
Created: 8/16/2024
Status: Merged
Merged: 8/22/2024
Merged by: @LucasXu0

Base: mainHead: main


📝 Commits (3)

  • c021e08 fix: sync AppImage recipe linux version with release
  • 535a75c fix: don't draw custom header on Wayland sessions
  • f472b34 chore(AppImage): reset app_info.version

📊 Changes

2 files changed (+12 additions, -43 deletions)

View changed files

📝 frontend/appflowy_flutter/linux/my_application.cc (+1 -32)
📝 frontend/scripts/linux_distribution/appimage/AppImageBuilder.yml (+11 -11)

📄 Description

fixes #3536
fixes #5306
related thread: https://github.com/flutter/flutter/issues/111453
Tested on KDE Tumbleweed for x11 and Wayland sessions. AppImage recipe was referencing Ubuntu 22.04 sources (Jammy), while the CI builds on Ubuntu-latest (24.04, Noble Numbat)

Before: image
After: image

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.
    (I don't think there're tests regarding the configs)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/5991 **Author:** [@frandmb](https://github.com/frandmb) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`c021e08`](https://github.com/AppFlowy-IO/AppFlowy/commit/c021e08ae6e5262139ec7313228d9e89c41dc6c8) fix: sync AppImage recipe linux version with release - [`535a75c`](https://github.com/AppFlowy-IO/AppFlowy/commit/535a75ca878cfdbf37228aea56f134ad398de82c) fix: don't draw custom header on Wayland sessions - [`f472b34`](https://github.com/AppFlowy-IO/AppFlowy/commit/f472b3489449eaf4772df63c4ea7180d8f1c37e4) chore(AppImage): reset `app_info.version` ### 📊 Changes **2 files changed** (+12 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/linux/my_application.cc` (+1 -32) 📝 `frontend/scripts/linux_distribution/appimage/AppImageBuilder.yml` (+11 -11) </details> ### 📄 Description fixes #3536 fixes #5306 related thread: https://github.com/flutter/flutter/issues/111453 Tested on KDE Tumbleweed for x11 and Wayland sessions. AppImage recipe was referencing Ubuntu 22.04 sources (Jammy), while the CI builds on Ubuntu-latest (24.04, Noble Numbat) Before: ![image](https://github.com/user-attachments/assets/ea8dfd69-aa82-4dd5-aa7c-870bcebc1930) After: ![image](https://github.com/user-attachments/assets/85388cae-aa30-4e2b-9c13-163e59365cf1) #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. (I don't think there're tests regarding the configs) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7130
No description provided.