mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #5784] [Bug] 0.6.3, 0.6.4, 0.6.5 - Linux - Import Data and Insert Image Cannot Browse Folder #2572
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#2572
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 @gioandtonic on GitHub (Jul 22, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5784
Bug Description
When I go to Settings -> Manage Data -> Import Data -> Browse File, it doesn't open the folder selection dialog.

This also affects the "Insert Image" functionality. You cannot select an image to insert from the file system.
How to Reproduce
Have AppFlowy 0.6.3, 0.6.4 or 0.6.5 on a Linux machine and go to:
Settings -> Manage Data -> Import Data -> Browse File
or
Add an Image -> Upload -> Click to upload image
Expected Behavior
It should allow to select a folder to import the data or insert an image on each case.
Operating System
Ubuntu 24.04 LTS
AppFlowy Version(s)
0.6.3, 0.6.4, 0.6.5
Screenshots
Additional Context
No response
@gorghino commented on GitHub (Aug 8, 2024):
Confirmed on 0.6.6 (snap)
Ubuntu 22.04.4 LTS x86_64
GNOME 42.9 - Mutter
The log shows:
@berkes commented on GitHub (Aug 29, 2024):
The same error, referencing the same line in lib.rs, appears when using any of the import buttons under the modal that opens at the
+button, then import, at a workspace.@berkes commented on GitHub (Oct 4, 2024):
Version 0.7.0 still has the issue.
And it comes with more detailed errors!
@SirRujak commented on GitHub (Oct 30, 2024):
I think I may have found the solution to this, or at the very least the problem. I run KDE on EndeavourOS, based on Arch with very few changes, and specifically I was missing the kdialog package. Took a bit of looking but found this documentation that explains that the dart file_picker library executes shell comands to qarma, zenity, or kdialog to create a file picker.
As a short term solution users can install garma, zenity, or kdialog to get the picker working. As a long term solution it may be better to move to the official Google file_selector as mentioned in the above linked documentation. I will go ahead and mention this in the other closed issue as well in case others end up there first.
@annieappflowy commented on GitHub (Jun 13, 2025):
This issue should already be fixed. No longer received this bug report over the last few months.
@podcherklife commented on GitHub (Sep 5, 2025):
@annieappflowy
The issue with filepicker is still there, actually, on official snap build 0.9.8.
However it is more of a snap problem that yours - very likely caused by this one https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1849753
So you might want to mark snap distribution as having some known problems or remove it completely because in its current state it might produce a wrong impression - it almost made me thinking that export functionality is not available without subscription - until I noticed the stacktrace and decided to dig into it.
@annieappflowy commented on GitHub (Sep 7, 2025):
Thank you, @podcherklife , for the info and the effort to find the root cause.
Since export is not a feature that would make the Snap application unusable, it seems more beneficial to make snap available than removing it completely. We'll see how to notify the snap users about this filepicker issue.