Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Python 脚本,用于从远程系统检索 PDF 文档并将它们存储在本地。我从 Linux 命令行(使用 Ubuntu)手动运行它。
每当我将文件存储在本地时,我都想以某种方式将其添加到最近的文件中,以便它显示在文件对话框中,而无需通过目录结构导航到它。
这是怎么做到的?是不是有什么dbus魔法?我不需要一个完整的解决方案,只需要一个指针,因为我不知道......
dbus
谢谢!