Skip to content

Commit

Permalink
Fix cannot find pixbuf from icon theme error
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Mar 13, 2022
1 parent 08ca44d commit 2c70fbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _packaging/appimage/Dockerfile
Expand Up @@ -145,3 +145,6 @@ COPY jhbuildrc /root/.config/jhbuildrc
RUN jhbuild build \
&& rm -r /root/.config \
&& rm -r /root/.cache

# Environmental variable needed to run GTK for gsettings schema
ENV XDG_DATA_DIRS="/root/jhbuild/install/share:/usr/share"

0 comments on commit 2c70fbd

Please sign in to comment.