mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #8158] [Bug] The AppImage is an empty file #3605
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#3605
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 @ivan-hc on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8158
Originally assigned to: @asjqkkkk on GitHub.
Bug Description
Title
How to Reproduce
Expected Behavior
The extracted squashfs-root should contain files (and directories).
Operating System
GNU/Linux (any)
AppFlowy Version(s)
0.9.6
Screenshots
No response
Additional Context
https://github.com/user-attachments/assets/f48d68ff-41ed-4d67-b416-3b678f6821e1
@ivan-hc commented on GitHub (Aug 8, 2025):
@asjqkkkk the solution would be to export the AppDir to an AppImage using
appimagetoolfrom https://github.com/AppImage/appimagetoolappimage-builder is no more maintained and uses a no more supported
appimagetool. See https://github.com/AppImage/AppImageKit/issues/1395 for more contextUsing the new
appimagetoolalso allows you to get rid of the old and obsolete libfuse2 dependency.@ivan-hc commented on GitHub (Aug 13, 2025):
New release, same issue.
Anyone that fixes this please?
@asjqkkkk commented on GitHub (Aug 14, 2025):
Hi @ivan-hc
yes, we may need to use appimagetool to build the AppImage, and it might take some time to handle it
@ivan-hc commented on GitHub (Aug 14, 2025):
if you need some help or suggestion let me know, I also build AppImages, I have more than 90 in my repos and a package manager that lists 2100+ of them. I noticed the problem of your package trough a workflow, and then I decided to open this issue.
@asjqkkkk commented on GitHub (Aug 15, 2025):
thank you, this issue will be fixed in the next version
@ivan-hc commented on GitHub (Aug 18, 2025):
in the meantime I suggest to remove the last two AppImages from releases, see https://github.com/AppFlowy-IO/AppFlowy/issues/8166
@ivan-hc commented on GitHub (Aug 18, 2025):
@asjqkkkk as a workaround, since you have a portable build in the releases, I created a script for you
Usage
https://github.com/user-attachments/assets/eb42ccc0-fe2c-499b-8065-4e9acbb0ac6a
You can thank me later.
@asjqkkkk commented on GitHub (Aug 19, 2025):
Hi @ivan-hc ,I built an AppImage with appimagetool, and it works on my Linux machine. Could you check if it runs on yours too?
https://github.com/asjqkkkk/AppFlowy/releases/tag/fix%2Flinux%2Fbuild
https://github.com/user-attachments/assets/8f0207c5-d050-48fe-90d0-fae4821c4ac6
@ivan-hc commented on GitHub (Aug 19, 2025):
@asjqkkkk works!
https://github.com/user-attachments/assets/fa2aac47-1c50-4ca6-ab7a-58bf7dfe3d48
@asjqkkkk commented on GitHub (Aug 19, 2025):
got it, thank you
@ivan-hc commented on GitHub (Aug 20, 2025):
@asjqkkkk please let me know when it is ready, so I can re-add your poject to my package manager AM
https://github.com/ivan-hc/AM
@asjqkkkk commented on GitHub (Aug 20, 2025):
Probably the next version, when it's ready I’ll let you know
@asjqkkkk commented on GitHub (Sep 1, 2025):
Hi @ivan-hc , you can try to use
AppImagewith v0.9.8, it should work now@ivan-hc commented on GitHub (Sep 1, 2025):
Thank you @asjqkkkk , I re-added AppFlowy to my package manager
github.com/ivan-hc/AM@deae28bc10See you next.