Skip to content

Commit 6528a2a

Browse files
authored
Merge pull request #1 from Samueru-sama/patch-1
fix gstreamer issue
2 parents f445f8b + 42b4528 commit 6528a2a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

clapper-appimage.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ export DEPLOY_OPENGL=1
1919
export DEPLOY_GSTREAMER=1
2020
export STARTUPWMCLASS=clapper # For Wayland, this is 'com.github.rafostar.Clapper', so this needs to be changed in desktop file manually by the user in that case until some potential automatic fix exists for this
2121

22+
sys_clapper_dir=$(echo /usr/lib/clapper-*)
23+
if [ -d "$sys_clapper_dir" ]; then
24+
export PATH_MAPPING="
25+
$sys_clapper_dir:\${SHARUN_DIR}/lib/${sys_clapper_dir##*/}
26+
"
27+
else
28+
>&2 echo "ERROR: Cannot find the clapper lib dir"
29+
exit 1
30+
fi
31+
2232
# DEPLOY ALL LIBS
2333
wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
2434
chmod +x ./quick-sharun

get-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pacman -Syu --noconfirm \
1313
curl \
1414
desktop-file-utils \
1515
git \
16+
gst-plugins-bad \
1617
libxtst \
1718
wget \
1819
xorg-server-xvfb \

0 commit comments

Comments
 (0)