We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75128f7 commit 554e2d8Copy full SHA for 554e2d8
AppDir/bin/search-integration.hook
@@ -67,7 +67,7 @@ if [ -n "$APPIMAGE" ] && command -v gnome-shell 1>/dev/null && \
67
mkdir -p "${LOCAL_SHARE_DIR}"/gnome-shell/search-providers/
68
echo '[D-BUS Service]' > "$DBUS_SHARE_LOCAL"
69
echo "Name=${DBUS_SERVICE_NAME%.service}" >> "$DBUS_SHARE_LOCAL"
70
- echo "Exec=${CURRENTDIR}/lib/cartridges-search-provider" >> "$DBUS_SHARE_LOCAL"
+ echo "Exec=$APPIMAGE cartridges-search-provider" >> "$DBUS_SHARE_LOCAL"
71
if [ ! -f "$SEARCH_SHARE_LOCAL" ]; then
72
cp "${CURRENTDIR}/share/gnome-shell/search-providers/${SEARCH_PROVIDER_NAME}" "$SEARCH_SHARE_LOCAL"
73
fi
0 commit comments