我正在尝试使用将文件ssconvert
转换.xlsx
为.csv
格式。但是,每次转换都会报告一条警告消息,例如:
(ssconvert:2156): dconf-WARNING **: failed to commit changes to dconf:
Cannot spawn a message bus without a machine-id: Unable to load
/var/lib/dbus/machine-id or /etc/machine-id: Failed to open file
'/var/lib/dbus/machine-id': No such file or directory
这仍然没问题,因为转换似乎运行良好,但我有数以万计的此类.xlsx
文件,终端将被这些警告淹没。我不确定这些警告是否会大大减慢进程。我想知道原因是什么以及这个警告意味着什么。我在用cygwin64在 Windows 8.1 上。也许这有某种关系?谢谢。
PS:或者,是否可以抑制警告?