gpt4 book ai didi

python - 在 python 中更改壁纸

转载 作者:太空宇宙 更新时间:2023-11-03 13:52:17 25 4
gpt4 key购买 nike

我在我的机器上运行 Maverick,我正在尝试编写一个脚本来更改 python 中的壁纸。这是我到目前为止的进展。

import gconf
client = gconf.client_get_default()
current_bg = client.get_string("/desktop/gnome/background/picture_filename")
client.set_string("/desktop/gnome/background/picture_filename","home/tsudot/Pictures/zombie.jpg")

运行脚本后,我得到一张空白壁纸。它向我显示了一个白色屏幕。

我检查了 gcnonf.xml 文件,那里已经进行了更改。

谁能帮帮我?

最佳答案

问题可能是您在 home/tsudot/Pictures/zombie.jpg 的开头缺少 /,因此找不到该文件。为避免将来发生此问题,您可以更改代码以将文件名保存在变量中,并在尝试设置配置选项之前检查该文件是否存在 os.path.exists(filename).

关于python - 在 python 中更改壁纸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5090009/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com