我能找到的唯一 .json 文件是 build_info 和 manifest(我认为它们都不是配置文件)。
如果我的问题太业余,请原谅我,我最近才安装了 Ubuntu。我正在尝试让这个 Javascript 修复程序在 Discord 中工作,以正确阻止消息(https://github.com/Multarix/Discord-Hide-Blocked-Messages),为了访问应用程序上的开发者控制台,我需要访问 settings.json 文件。
答案1
sudo find . -type f -regex ".*discord.*settings.json"
给了我(flatpak discord 安装):
~/.var/app/com.discordapp.Discord/config/discord/settings.json
答案2
我在这里找到了我的:/home/username/snap/discord/132/.config/discord/settings.json
尽管您的版本号(例如132
)可能不同。
其中还有一个current
来自我的版本的符号链接132
:/home/username/snap/discord/current/.config/discord/settings.json
答案3
如果你通过 snap 安装了 discord,你可以在这里找到你的 JSON 配置文件/var/lib/snap/discord/current/config.json