-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解决发送和另存为文件时部分文件夹看不到的问题: #14
Comments
如果不喜欢flatpak安装app总是自动下载一堆依赖包的做法,理论上可以运行这个命令达到同样效果:sudo flatpak override com.tencent.WeChat --filesystem=home |
防止腾讯扫盘,不太建议暴露整个Home。最好还是按需暴露指定文件夹比如Pictures和Documents |
保存如.doc的文档后在文件夹里查看 为什么文件的后缀名不见了 得自己手动添加 而且都会保存成同一个文件名 |
请问已经成功安装的如何修改呢,我希望能将我的 |
第一种方法:安装Flatseal 第二种方法: 问之前,自己网上搜索一下比较好。答案有很多。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在微信内点发送文件,在弹出的文件浏览器窗口内会看不到home目录内的某些目录,比如桌面目录,这是由于flatpak默认的沙盒保护机制导致的,想要修改这个设定,可以在flatpak安装flatseal手动更改微信的权限:访问:https://flathub.org/apps/com.github.tchx84.Flatseal 或运行:flatpak install flathub com.github.tchx84.Flatseal
安装、运行flatseal后在微信的filesystem那一项选上“全部用户文件“或filesystem=home即可。
The text was updated successfully, but these errors were encountered: