[amd64] mozilla-thunderbird

Kamil kamil.listy w klecza.pl
Pon, 5 Cze 2006, 22:28:35 CEST


> mozilla-thunderbird
/usr/bin/mozilla-thunderbird[21]: /usr/lib/mozilla-thunderbird/thunderbird: 
not found

>cat /usr/bin/mozilla-thunderbird
#!/bin/sh
# based on script by (c) vip at linux.pl, wolf at pld-linux.org

MOZILLA_FIVE_HOME=/usr/lib/mozilla-thunderbird
if [ "$1" == "-remote" ]; then
        /usr/lib/mozilla-thunderbird/thunderbird "$@"
else
        PING=`/usr/lib/mozilla-thunderbird/thunderbird -remote 'ping()' 2>&1 
>/dev/null`
        if [ -n "$PING" ]; then
                /usr/lib/mozilla-thunderbird/thunderbird "$@"
        else
                case "$1" in
                    -compose|-editor)
                        /usr/lib/mozilla-thunderbird/thunderbird -remote 'xfeDoCommand 
(composeMessage)'
                        ;;
                    *)
                        /usr/lib/mozilla-thunderbird/thunderbird -remote 'xfeDoCommand 
(openInbox)'
                        ;;
                esac
        fi
fi

> ls /usr/lib64/mozilla-thunderbird/thunderbird
/usr/lib64/mozilla-thunderbird/thunderbird


Jak widać w skrypcie jest zła ścieżka do bibliotek i zamiast na lib64 wskazuje 
na lib:(
-- 
Pozdrawiam, Kamil




Więcej informacji o liście dyskusyjnej pld-devel-pl