[PR #156] [CLOSED] docs: Add Arch Linux dependence #3991

Closed
opened 2026-03-23 21:35:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/156
Author: @yolo2h
Created: 12/14/2021
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 5ff30cf docs: Add Arch Linux dependence

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 doc/BUILD_ON_LINUX.md (+6 -0)

📄 Description

Arch Linux does not install xdg-user-dir by default. When I run app_flowy I got this error:

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: ProcessException: Failed to find "xdg-user-dir" in the search path.
  Command: xdg-user-dir 
#0      LocalProcessManager.runSync (package:process/src/interface/local_process_manager.dart:118)
#1      getUserDirectory (package:xdg_directories/xdg_directories.dart:154)
#2      PathProviderLinux.getApplicationDocumentsPath (package:path_provider_linux/path_provider_linux.dart:55)
#3      getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:138)
#4      InitRustSDKTask.initialize (package:app_flowy/startup/tasks/init_sdk.dart:16)
#5      AppLauncher.launch (package:app_flowy/startup/launcher.dart:36)
#6      System.run (package:app_flowy/startup/startup.dart:54)
#7      main (package:app_flowy/main.dart:17)
<asynchronous suspension>

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/156 **Author:** [@yolo2h](https://github.com/yolo2h) **Created:** 12/14/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5ff30cf`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ff30cf7595ed918beb6a9787afa051382c6c8ea) docs: Add Arch Linux dependence ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/BUILD_ON_LINUX.md` (+6 -0) </details> ### 📄 Description Arch Linux does not install xdg-user-dir by default. When I run app_flowy I got this error: ```shell [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: ProcessException: Failed to find "xdg-user-dir" in the search path. Command: xdg-user-dir #0 LocalProcessManager.runSync (package:process/src/interface/local_process_manager.dart:118) #1 getUserDirectory (package:xdg_directories/xdg_directories.dart:154) #2 PathProviderLinux.getApplicationDocumentsPath (package:path_provider_linux/path_provider_linux.dart:55) #3 getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:138) #4 InitRustSDKTask.initialize (package:app_flowy/startup/tasks/init_sdk.dart:16) #5 AppLauncher.launch (package:app_flowy/startup/launcher.dart:36) #6 System.run (package:app_flowy/startup/startup.dart:54) #7 main (package:app_flowy/main.dart:17) <asynchronous suspension> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3991
No description provided.