https://bugs.kde.org/show_bug.cgi?id=403666

--- Comment #11 from yellow.cat87...@fastmail.com ---
New to KDE and ran into this almost immediately. I really hope this issue isn't
dead.

I've attached another .desktop in the hopes it might help. In my case it's
TinyMediaManager which launches a javascript program. Pretty frustrating. Maybe
possible to add these types of launchers via a widget instead?

Here are the contents of the script that is launched.

#!/usr/bin/env bash
#
# tinyMediaManager v4 by Manuel Laggner
# https://www.tinymediamanager.org/
# SPDX-License-Identifier: Apache-2.0
#
# legacy launch script for tinyMediaManager

# Allow the script to be called from any directory and through symlinks
TMM_DIR="$(dirname "$(test -L "${BASH_SOURCE[0]}" && \
    readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")"

# Ma! Start the car! :)
cd "$TMM_DIR" || return 1
./tinyMediaManager "$@"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to