arto-app/Arto

A permission dialog to access the media library appears.

已关闭

#127 创建于 2026年2月16日

 (2 条评论) (1 个反应) (1 位负责人)Rust (19 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (229 个星标)
PR 合并指标
 (平均合并 6天 9小时) (30 天内合并 17 个 PR)

描述

Summary

When launching the app, if the default directory field is empty, it falls back to the home directory, which results in excessive permission requests for first-time users.

Thought

Ideally (at least in my view), if the app is launched with the default directory left blank, it should avoid opening a specific directory in the file manager—similar to how VS Code behaves—or the fallback destination could be limited to a more specific folder. I believe either approach would improve the situation.

Of course, I understand that you may have your own design philosophy, so please take this as just one perspective. I was simply caught off guard by the current behavior.

贡献者指南