Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts
irm https://raw.githubusercontent.com/tinyhumansai/openhuman/main/scripts/install.ps1 | iex
```

> **Linux:** the AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [#2463](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Capitalize "The" for consistency with the established blockquote pattern.

Line 57 capitalizes the first word after the colon (**Early Beta**: Under active...). For consistency, "the AppImage" should be "The AppImage".

📝 Proposed fix
-> **Linux:** the AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [`#2463`](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds.
+> **Linux:** The AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [`#2463`](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
> **Linux:** the AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [#2463](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds.
> **Linux:** The AppImage can crash on launch under Wayland (and on Arch-based distros with `sharun: Interpreter not found!`) — see [`#2463`](https://github.com/tinyhumansai/openhuman/issues/2463) for the cause and env-var workarounds.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 71, Update the README blockquote for consistency by
capitalizing the first word after the colon: change "Linux: the AppImage can
crash on launch..." to "Linux: The AppImage can crash on launch..."; locate the
string in the README line that begins "**Linux:** the AppImage..." and make the
one-word capitalization change to match the existing blockquote pattern (e.g.,
like "**Early Beta**: Under active...").


# What is OpenHuman?

OpenHuman is an open-source agentic assistant designed to integrate with you in your daily life. Each bullet links to the deeper writeup in the [docs](https://tinyhumans.gitbook.io/openhuman/).
Expand Down
Loading