Skip to content

Commit

Permalink
org.kde.kwin.scenes missing in Ubuntu?
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 23, 2023
1 parent 252f716 commit 576c70c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions makebundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,9 @@ if [ "$(uname)" != "Linux" ]; then
fi

# Bundle "${PREFIX}"/lib/qt5/plugins/platforms/org.kde.kwin.scenes
cp -r "${path}"/qt5/plugins/org.kde.kwin.scenes ./KWin.app/Resources/plugins/

# Bundle libstdc++.so.6
#cp -r "${path}"/gcc10/libstdc++.so.6 ./KWin.app/Resources/lib
if [ "$(uname)" != "Linux" ]; then
cp -r "${path}"/qt5/plugins/org.kde.kwin.scenes ./KWin.app/Resources/plugins/
fi

# Get these loaded from within the .app bundle using $XDG_DATA_DIRS
mkdir -p ./KWin.app/Resources/share/
Expand Down

0 comments on commit 576c70c

Please sign in to comment.