每次我想导出文件时,gimp 都会打开/tmp
文件夹,但我想将其更改为~/Downloads
或任何其他文件夹。
我怎样才能永久地做到这一点?
更新:
Gimp 似乎记得已导出文件的导出文件夹。
但是当我使用xfce4-screenshooter
应用程序导入屏幕截图然后尝试保存时 - 文件夹设置为/tmp
.
在这种情况下,有没有办法将它指向不同的文件夹?
我没有使用任何特定的桌面环境 - 只是i3
使用了一堆额外的应用程序。
我最近从更新我的Ubuntu19.10
来20.04
。在安装过程中,现在当我运行时,apt update
我看到与 python 相关的警告:
/usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite, 'wb', bufsize)
Run Code Online (Sandbox Code Playgroud)
我该如何解决?