mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #56] [Help]: Debug Linux Build #29
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#29
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 @appflowy on GitHub (Nov 21, 2021).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/56
Originally assigned to: @appflowy, @notd5a-alt on GitHub.
We have a half-baked Linux Build with some issues: some icons are missing.

So I want to debug on Ubuntu, but I'm having trouble debugging on Linux. Every time I'm on debug mode, the build process gets stuck, and my system becomes frozen.
At this point, I've come to a decision to focus on higher ROI work and put this one on hold, unfortunately. As a team of two, we have to keep going, and there are many important tasks on our plate. I'd like to make a call out here for help with this issue. Anyone interested in this can take it from where it's left out.
Debug environment setup:
Step 1:
Follow the instructions on https://github.com/AppFlowy-IO/appflowy/blob/main/doc/BUILD_ON_LINUX.md
Step 2:
open the frontend/scripts/build_sdk.sh, comment out the command based on your system.
Step 3:

open frontend/app_flowy with vs code.
@notd5a-alt commented on GitHub (Nov 21, 2021):
Im on Arch but i can try and see if the same issues arise there as well. If they do ill try and patch them.
@RaghaVdot24 commented on GitHub (Nov 21, 2021):
I'm on Ubuntu. Will try running this
@notd5a-alt commented on GitHub (Nov 21, 2021):
Ok. From what i can deduce, this seems to be a weird path capitalization issue with the icons.
For example: Flutter tries to load
assets/images/home/trash.svgbut the icon name is actually capitalized i.e. Trash.svgThe Error Thrown:
Simply changing the icon names from:
Trash.svgtotrash.svgseems to fix this issue.@Silcet commented on GitHub (Nov 22, 2021):
I just managed to get AppFlowy running for the first time on a Manjaro (Arch Linux) distro. I can see that some of the icons are missing as mentioned before. I did my build based on main branch. I'll continue debugging a bit, but so far I got this screenshot in case it helps someone else:

@Laegel commented on GitHub (Nov 23, 2021):
Hey, just tried to run it on my machine (Ubuntu 20.04, x86_64) and everything went well.
In my case, I already had Rust installed and didn't go through the optional steps.
I first checked it was building fine using the
cargo make -p development-linux-x86 appflowy-linux-devcommand.As there was nothing wrong here, I went through steps 2 and 3 to install the debug environment and it was also working just fine:
Did you have trouble to make it run on this specific Ubuntu too or just the aarch64 architecture?
Do you want me to update the verified systems list?
[Edit] Looks like I can't type anything, neither on the title input nor in the rich text editor. Ignore this remark if it's normal.
@pdckxd commented on GitHub (Nov 23, 2021):
I am experience same issue when running debug version of appflowy on lubuntu 20.04 . Looks like this is flutter issus specific for Linux.
@notd5a-alt commented on GitHub (Nov 23, 2021):
So changing icon names and refs didnt fix the issue? Maybe an underlying flutter issue. Ill research and check.
@pdckxd commented on GitHub (Nov 24, 2021):
I mean debug version of appflowy prevents people from typing. Sorry for confusion.
@notd5a-alt commented on GitHub (Nov 24, 2021):
Ah ok
On Wed, 24 Nov 2021, 12:17 am Alex Chen, @.***> wrote:
@irfanbacker commented on GitHub (Nov 24, 2021):
No issue for me on Pop!_OS 21.04 on both production and development builds
@annieappflowy commented on GitHub (Dec 6, 2021):
Thank you all. Closing this issue as it's resolved.