Skip to content

Conversation

@irh
Copy link
Contributor

@irh irh commented Oct 23, 2025

arboard doesn't support support iOS yet, so this PR adds iOS to the conditions that prevent arboard from being enabled.

Launching an app on a physical device results in a long timeout (~8s) while trying to connect to the X11 server (the timeout is immediate when launching on a simulator), with the following trace:

egui_winit::clipboard: Failed to initialize arboard clipboard: Unknown error while interacting with the clipboard: X11 server connection timed out because it was unreachable
  • I have followed the instructions in the PR template

`arboard` doesn't support support iOS yet:
1Password/arboard#103

Launching an app on a physical device results in a long timeout while
trying to connect to the X11 server (the timeout is immediate when
launching on a simulator).
@github-actions
Copy link

github-actions bot commented Oct 23, 2025

Preview available at https://egui-pr-preview.github.io/pr/7663-disable-arboard-on-ios
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

View snapshot changes at kitdiff

Copy link
Collaborator

@lucasmerlin lucasmerlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lucasmerlin lucasmerlin added egui iOS egui-winit porblems related to winit and removed egui labels Oct 23, 2025
@lucasmerlin lucasmerlin merged commit f6fa74c into emilk:main Oct 23, 2025
31 of 33 checks passed
emilk pushed a commit that referenced this pull request Nov 13, 2025
`arboard` [doesn't support support iOS
yet](1Password/arboard#103), so this PR adds iOS
to the conditions that prevent `arboard` from being enabled.

Launching an app on a physical device results in a long timeout (~8s)
while trying to connect to the X11 server (the timeout is immediate when
launching on a simulator), with the following trace:

```
egui_winit::clipboard: Failed to initialize arboard clipboard: Unknown error while interacting with the clipboard: X11 server connection timed out because it was unreachable
```

<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/main/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* The PR title is what ends up in the changelog, so make it descriptive!
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to test and add commits to your PR.
* Remember to run `cargo fmt` and `cargo clippy`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->

* [x] I have followed the instructions in the PR template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

egui-winit porblems related to winit iOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants