You are not logged in.
Pages: 1
nothing appears when I click on the tupi 2D animation icon. With 'applications-run' nothing appears. At the Sakura cli I get:
$ tupi
/bin/sh: tupi: not found
With File Manager if I click on the tupi icon at: menu://applications/Graphics
an error message 'Failed to execute child process "/usr/bin/tupi" (No such file or directory)' appears.
However in '/usr/bin' there are two Tupi files: tupi - a shell script and tupi.bin - unknown.
Tried a forced install...but still no go. This occurs on both my PCs.
Any help/suggestions please?
Offline
Tupi installs and runs on my slitaz-5.0 full install.
[attachment=44369,2467]
Offline
Ta mojo.
seems theres a prob at my end then.
one site mentions a possible prob with finding bash due to the $PATH varable.
At the cli if you type in 'bash' - do you get this:
$ bash
/bin/sh: bash: not found
Offline
..and if I try 'echo $PATH' get:
$ echo $PATH
/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/sbin:/usr/local/bin
..not sure if sub directories are included in /bin/ or it needs /bin/sh -????
Offline
oops ..think I must be off track here.. maybe do a fresh re- of slitaz and start over.
Offline
The script /usr/bin/tupi has #!/bin/bash
Slitaz core use /bin/sh linked to busybox as it's shell.
Tupi started on my system because I have bash installed to satisfy other package dependencies.
This was fixed 2 days ago: http://hg.slitaz.org/wok/rev/7ebadfdd02af
--- a/tupi/receipt Wed Mar 15 17:30:45 2017 +0100
+++ b/tupi/receipt Thu Mar 16 08:34:24 2017 +0100
@@ -29,4 +29,5 @@
cp -a $install/usr/bin $fs/usr
cp -a $install/usr/lib/tupi $fs/usr/lib
cp -a $install/usr/share/tupi $fs/usr/share
+ sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/tupi
}
Offline
Good show, mojo!!
just finished updates - including one for tupi...and its now working.
thank you!!
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]