[App Store] 应用商店提示磁盘空间不足 Resolved
Tofloor
poster avatar
137******30
deepin
2023-04-25 23:07
Author

image.png

想要下载安装app的时候提示空间不足

自己查看个人的磁盘空间还是很充足的,不知道为什么会出现这个提示?

Reply Favorite View the author
All Replies
avatar
137******30
deepin
2023-04-25 23:08
#1

应用商店版本是:7.5.2.0007

Reply View the author
avatar
青稚
deepin
2023-04-25 23:11
#2

是不是系统分区不够了?

Reply View the author
avatar
137******30
deepin
2023-04-25 23:18
#3
青稚

是不是系统分区不够了?

系统整个空间都是足够的

而且我用命令安装软件就可以安装上了,只是这样有点不方便

Reply View the author
avatar
青稚
deepin
2023-04-25 23:20
#4
137******30

系统整个空间都是足够的

而且我用命令安装软件就可以安装上了,只是这样有点不方便

难道是Bug@longlong

没事帮你艾特一下研发。

Reply View the author
avatar
阿尼樱奈奈
deepin
2023-04-25 23:21
#5

你看看是不是和這個問題差不多:https://bbs.deepin.org/post/254370

Reply View the author
avatar
137******30
deepin
2023-04-25 23:44
#6
阿尼樱奈奈

你看看是不是和這個問題差不多:https://bbs.deepin.org/post/254370

777.png

但是~我的磁盘空间还是挺多的~

Reply View the author
avatar
忘记、过去
deepin
2023-11-22 09:53
#7

已在最新版商店修复相关问题。检查磁盘剩余空间时使用了 bash 调用命令行,bash 默认路径为 /bin/bash,商店中错误使用了 /usr/bin/bash,导致命令调用失败,无法获取磁盘剩余空间。


在 Deepin/UOS 中,默认安装时,/bin 是指向 /usr/bin 的软链接,上述写法没啥问题。但在其他安装方式(比如在 docker 或者虚拟机中安装)中,可能会被创建为两个文件夹,导致 bash 调用失败。

Reply View the author