Page 1 of 1

debdog-xfce-shortcut from hdd broken

Posted: Sat Mar 13, 2021 5:30 pm
by ljlj

debdog-xfce-shortcut from hdd broken

palemoon portable on sda4,
shortcut made on desktop-symlink
after quickremaster shortcut
is broken
#!/bin/sh

#LAUNCHDIR="$(cd "$(dirname "$0")"; pwd)"
LAUNCHDIR="$(dirname "$(readlink -f "$0")")"
mkdir "$LAUNCHDIR/profile" 2> /dev/null
LD_LIBRARY_PATH=$LAUNCHDIR/apulse${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} "$LAUNCHDIR/palemoon" "$@" -profile "$LAUNCHDIR/profile"

how solve?
regards