mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #389] [Bug] Docker Hub (app_flowy:1): Gtk-WARNING **: 10:44:25.079: cannot open display: #179
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#179
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 @tw0b33rs on GitHub (Feb 26, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/389
When using the instructions provided at https://appflowy.gitbook.io/docs/essential-documentation/install-appflowy/installation-methods/installing-with-docker with the container from Docker Hub I receive the following error:
(app_flowy:1): Gtk-WARNING **: 10:44:25.079: cannot open display:
System information:
MacBook Air (Retina, 13-inch, 2018)
Is anything missing here?
Thank you!
@bolshoytoster commented on GitHub (Feb 26, 2022):
@tenneck note the text on the page you linked:
You might need to run
xhost +on your host to give permission to the for the docker process to access it.Make sure to run
xhost -afterwards otherwise anyone on your network would be able to connect.@Ab19a1l commented on GitHub (Mar 25, 2022):
Same problem is happening, but I am building on VM, do i need to do anything else to set it up?
@Loocos commented on GitHub (Mar 27, 2022):
In my case, I'm getting the same message "xhost: unable to open display """ when I type
xhost +I'm not familiar with this and made search in order to understand what's going on and what I'm doing wrong but I still don't know why.
@bolshoytoster Could I ask you why it's needed and blocking ? I would want to use it as a web app only.
Help would be really appreciated
Thanks in advance for your anwsers.
@bolshoytoster commented on GitHub (Mar 27, 2022):
@Loocos could you try running appflowy with
DISPLAY=:0?So like
DISPLAY=:0 docker run ...@Loocos commented on GitHub (Mar 27, 2022):
Still same, I've tried everything. But I think I got the anwser by joining the discord, I found this issue : https://github.com/AppFlowy-IO/AppFlowy/issues/313
And that's what I'm trying to do. I want to host it and use it on my domain. But it's currently available only for local mode
@MikeWallaceDev commented on GitHub (Mar 28, 2022):
@Loocos Please be advised that AppFlowy currently does not run as a web app...
@Loocos commented on GitHub (Mar 28, 2022):
@MikeWallaceDev Yes, I've read that after. So currently, can I host the solution on a linux based system (dedicated server) and use it for myself and a friend, then share/use docs between us in two different network ?
Thanks for your confirmation!
@MikeWallaceDev commented on GitHub (Jul 25, 2022):
@Loocos so sorry, I never saw this.
AF is currently a single user desktop application. We don't support multi-user yet.
However, what magic that you are able to do with symlinks and a cloud to share data, that's up to you. :) I've never tried it, and I have no clue what will happen if two users modify the pages at the same time.