Lexible Asked: 2020-03-28 08:04:44 +0800 CST2020-03-28 08:04:44 +0800 CST 2020-03-28 08:04:44 +0800 CST 如何获取当前壁纸文件的文件位置? 772 我将壁纸设置为自定义图像(忘记了何时以及如何),现在想将当前图像用于进一步的目的。我在哪里可以找到文件? 我正在使用 Gnome 3.34.3。 gnome-shell 19.10 3 个回答 Voted Best Answer Jos 2020-03-28T08:10:47+08:002020-03-28T08:10:47+08:00 在终端中,执行: gsettings get org.gnome.desktop.background picture-uri 你会得到类似的东西file://path/to/filename。 或者,等效地,打开dconf-editor(如果没有,请安装它)并导航到此键。 thiggy01 2020-03-28T08:14:18+08:002020-03-28T08:14:18+08:00 您可以在位于主目录的 .local/share/backgrounds 文件夹中找到它。 Lexible 2020-03-28T08:10:21+08:002020-03-28T08:10:21+08:00 打开 dconf,然后导航到/org/gnome/desktop/background/picture-uri,您将找到一个文件路径。 在我的系统上,它是 /home/lexible/.cache/gnome-control-center/backgrounds/[hexidecimal string here]。
在终端中,执行:
你会得到类似的东西
file://path/to/filename
。或者,等效地,打开
dconf-editor
(如果没有,请安装它)并导航到此键。您可以在位于主目录的 .local/share/backgrounds 文件夹中找到它。
打开 dconf,然后导航到
/org/gnome/desktop/background/picture-uri
,您将找到一个文件路径。在我的系统上,它是 /home/lexible/.cache/gnome-control-center/backgrounds/[hexidecimal string here]。