当我安装应用程序(libvirt-sandbox-0.1.2)时,我收到了以下消息:
Consider adjusting the PKG_CONFIG_PATH environmentAlternatively, you may set the environment variables GIO</em
我正在尝试编译链接上的GIO示例程序代码。我用来编译它的命令是而是一个错误消息error: gio/gio.h: No such file or directory
(... other g++ error messages ...)安装了glib和glib-devel (我认为GIO附带了glib,对吧?)我是不是做错了什
根据GIO文档,可以通过g_file_info_get_icon () 获取文件的图标print(somefile) # <FileInfo object at 0x17bf820(GFileInfo at 0x1b15d00)> print(icon) # always None
if icon is Gio.Icon: