mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:45:57 +08:00
Merge pull request #17080 from Ultimaker/CURA-11132
CURA 11132 fix missing icon crash
This commit is contained in:
commit
996bea1f40
@ -47,19 +47,26 @@ AppDir:
|
|||||||
- sourceline: deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie
|
- sourceline: deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie
|
||||||
main
|
main
|
||||||
include:
|
include:
|
||||||
- xdg-desktop-portal-kde:amd64
|
- xdg-desktop-portal-kde
|
||||||
exclude:
|
- libgtk-3-0
|
||||||
|
- librsvg2-2
|
||||||
|
- librsvg2-common
|
||||||
|
- libgdk-pixbuf2.0-0
|
||||||
|
- libgdk-pixbuf2.0-bin
|
||||||
|
- libgdk-pixbuf2.0-common
|
||||||
|
- imagemagick
|
||||||
|
- shared-mime-info
|
||||||
|
- gnome-icon-theme-symbolic
|
||||||
- hicolor-icon-theme
|
- hicolor-icon-theme
|
||||||
- adwaita-icon-theme
|
exclude: []
|
||||||
- humanity-icon-theme
|
|
||||||
files:
|
files:
|
||||||
include: []
|
include: []
|
||||||
exclude:
|
exclude:
|
||||||
- usr/share/man
|
- usr/share/man
|
||||||
- usr/share/doc/*/README.*
|
- usr/share/doc/*/README.*
|
||||||
- usr/share/doc/*/changelog.*
|
- usr/share/doc/*/changelog.*
|
||||||
- usr/share/doc/*/NEWS.*
|
- usr/share/doc/*/NEWS.*
|
||||||
- usr/share/doc/*/TODO.*
|
- usr/share/doc/*/TODO.*
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
APPDIR_LIBRARY_PATH: "$APPDIR/usr/lib/x86_64-linux-gnu:$APPDIR/lib/x86_64-linux-gnu:$APPDIR/usr/lib:$APPDIR/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders"
|
APPDIR_LIBRARY_PATH: "$APPDIR/usr/lib/x86_64-linux-gnu:$APPDIR/lib/x86_64-linux-gnu:$APPDIR/usr/lib:$APPDIR/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders"
|
||||||
@ -67,6 +74,10 @@ AppDir:
|
|||||||
QT_PLUGIN_PATH: "$APPDIR/qt/plugins"
|
QT_PLUGIN_PATH: "$APPDIR/qt/plugins"
|
||||||
QML2_IMPORT_PATH: "$APPDIR/qt/qml"
|
QML2_IMPORT_PATH: "$APPDIR/qt/qml"
|
||||||
QT_QPA_PLATFORMTHEME: xdgdesktopportal
|
QT_QPA_PLATFORMTHEME: xdgdesktopportal
|
||||||
|
GDK_PIXBUF_MODULEDIR: $APPDIR/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders
|
||||||
|
GDK_PIXBUF_MODULE_FILE: $APPDIR/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||||
|
path_mappings:
|
||||||
|
- /usr/share:$APPDIR/usr/share
|
||||||
test:
|
test:
|
||||||
fedora-30:
|
fedora-30:
|
||||||
image: appimagecrafters/tests-env:fedora-30
|
image: appimagecrafters/tests-env:fedora-30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user