在我使用 Python 和 PyGTK 编写的可执行应用程序中,弹出 FileChooserDialog 给我这个警告:
GtkWarning: Could not find the icon 'gtk-file'.
The 'hicolor' theme was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
该链接将我带到似乎是为 Linux 编写的存档。这个警告不会抑制我的程序的运行,但它很烦人,我认为它让我的用户感到困惑。当我从源代码运行应用程序时不会发生这种情况,只有当我首先使用 pyinstaller 将其构建为可执行文件时。有谁知道我如何找到这个图标?