我在试着给侏儒指挥官拍张照片。不断失败的是灵巧的编译模式:
+ glib-compile-schemas /snap/snapcraft/5756/share/glib-2/schemas
Error opening directory “/snap/snapcraft/5756/share/glib-2/schemas”: No such file or directory这是我的snapcraft.yaml:
desktop-settings-build:
plugin: nil
after: [ gcmd, desktop-gnome-platform ]
override-prime: |
set -eux
glib-compile-schemas $SNAP/share/glib-2/schemas任何帮助都是非常感谢的。
诚挚的问候
斯特凡
发布于 2020-11-28 19:55:27
Ok找到了它:它肯定是glib-2.0,而不是glib2。该死的排字!:-)
https://askubuntu.com/questions/1295895
复制相似问题