Unable to open Crashplan in Puppy Saluki

Using applications, configuring, problems
Post Reply
Message
Author
rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

Unable to open Crashplan in Puppy Saluki

#1 Post by rmcellig »

I am using Puppy Saluki 0.2.3.

I just installed Crashplan with no problems. I did however have to install the who utility. I installed the version of Who that is supposed to work with Slacko Puppy.

After Crashplan installed, I went to launch it both from the terminal and from the actual icon. Nothing happens. It is set to be an executable file. Here are the contents of the Crashplan application if this is of any help.

Code: Select all

#!/bin/bash 

SCRIPT=$(ls -l $0 | awk '{ print $NF }')
SCRIPTDIR=$(dirname $SCRIPT)
TARGETDIR="$SCRIPTDIR/.."

. ${TARGETDIR}/install.vars
. ${TARGETDIR}/bin/run.conf

cd ${TARGETDIR}

${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log &


User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#2 Post by darkcity »

any error messaged return when you ran crashplan in the terminal ?

rmcellig
Posts: 965
Joined: Sat 19 Nov 2011, 15:18
Location: Ottawa Ontario Canada
Contact:

#3 Post by rmcellig »

I don't recall any.

Post Reply