[PR #178] [MERGED] Add linux desktop file #4000

Closed
opened 2026-03-23 21:35:51 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/178
Author: @MikeWallaceDev
Created: 12/17/2021
Status: Merged
Merged: 12/18/2021
Merged by: @appflowy

Base: mainHead: add_linux_desktop_file


📝 Commits (6)

  • 4a49669 Put the steps for existing translations first, this will be the most used case.
  • 72a851b Fixed some grammar
  • b413fad Added AppFlowy logo at top of page
  • 9b85349 Forgot to hit Ctrl-S on my last change!
  • a93d7e1 Just fixed some grammar
  • 327fa0c Makefile.toml

📊 Changes

8 files changed (+148 additions, -128 deletions)

View changed files

📝 doc/APPFLOWY_SYSTEM_DESIGN.md (+10 -12)
📝 doc/CONTRIBUTING.md (+49 -61)
📝 doc/DOMAIN_DRIVEN_DESIGN.md (+28 -33)
📝 doc/TRANSLATION.md (+22 -20)
doc/imgs/appflowy_title_and_logo.png (+0 -0)
📝 frontend/Makefile.toml (+0 -1)
frontend/app_flowy/linux/appflowy.desktop.temp (+8 -0)
📝 frontend/scripts/makefile/flutter.toml (+31 -1)

📄 Description

Makefile.toml

  • Removed duplicate BUILD_FLAG

flutter.toml
task copy-to-product-linux now copies desktop file and icon

  • Added create-release-archive task
  • Implemented create-release-archive-linux. Windows and Mac remain to be done.

Added appflowy.desktop.temp file.


🔄 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/178 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 12/17/2021 **Status:** ✅ Merged **Merged:** 12/18/2021 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `add_linux_desktop_file` --- ### 📝 Commits (6) - [`4a49669`](https://github.com/AppFlowy-IO/AppFlowy/commit/4a49669cc555f67d0d37129749d0d9614ca8a55d) Put the steps for existing translations first, this will be the most used case. - [`72a851b`](https://github.com/AppFlowy-IO/AppFlowy/commit/72a851bd7ecaa23cf6c83551c29ec55605054929) Fixed some grammar - [`b413fad`](https://github.com/AppFlowy-IO/AppFlowy/commit/b413fade9178ae79e2a292579a7bab4594add95f) Added AppFlowy logo at top of page - [`9b85349`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b85349650a2df0a0623e5e10565c2f041db224f) Forgot to hit Ctrl-S on my last change! - [`a93d7e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/a93d7e1987be9e381a2002c0e4416dcbcba368ec) Just fixed some grammar - [`327fa0c`](https://github.com/AppFlowy-IO/AppFlowy/commit/327fa0c811b71375ee95ddbd006ce9fc5cf6087f) Makefile.toml ### 📊 Changes **8 files changed** (+148 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `doc/APPFLOWY_SYSTEM_DESIGN.md` (+10 -12) 📝 `doc/CONTRIBUTING.md` (+49 -61) 📝 `doc/DOMAIN_DRIVEN_DESIGN.md` (+28 -33) 📝 `doc/TRANSLATION.md` (+22 -20) ➕ `doc/imgs/appflowy_title_and_logo.png` (+0 -0) 📝 `frontend/Makefile.toml` (+0 -1) ➕ `frontend/app_flowy/linux/appflowy.desktop.temp` (+8 -0) 📝 `frontend/scripts/makefile/flutter.toml` (+31 -1) </details> ### 📄 Description Makefile.toml - Removed duplicate BUILD_FLAG flutter.toml task copy-to-product-linux now copies desktop file and icon - Added create-release-archive task - Implemented create-release-archive-linux. Windows and Mac remain to be done. Added appflowy.desktop.temp file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:51 +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#4000
No description provided.