Skip to content

Commit

Permalink
Really disable KGraphViewer for good in the AppImage
Browse files Browse the repository at this point in the history
Disable the KGraphViewer integration, for some reason it was
still getting included and triggered crashes.

Fixes: #462
  • Loading branch information
milianw committed Oct 12, 2023
1 parent 9747f74 commit c795618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/appimage/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ gitversion=$(git -C "$srcdir" describe)
. /opt/rh/devtoolset-11/enable

mkdir -p "$buildir" && cd "$buildir"
# KGraphViewer triggers strange crashes in the AppImage, disable it
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_PREFIX_PATH=/opt/rh/devtoolset-11/root/ \
-DCMAKE_DISABLE_FIND_PACKAGE_KGraphViewerPart=ON \
-DAPPIMAGE_BUILD=ON "-DCMAKE_INSTALL_PREFIX=/usr" "$srcdir"

make -j
Expand Down

1 comment on commit c795618

@GitMensch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This likely allows to also comment out the dependency on line 44 boost boost-devel graphviz-devel \.

Please sign in to comment.