Den 09.12.2024 15:14, skrev Andrew Randrianasulu:
Den 09.12.2024 13:29, skrev Terje J.
Hanssen:
Den 09.12.2024 13:25, skrev Andrew
Randrianasulu:
Den 08.12.2024 23:06,
skrev Terje J. Hanssen:
Den 08.12.2024 22:39,
skrev Phyllis Smith:
There must be some kind of
interference when
you try to email the
large file. Did you
actually send from
your Gmail account
or your teknikk
account.? When I try
to send a large file
from my gmail
account, it says it
is too big and
automatically
uploads it to the
google drive and
gives me a link. I
just sent you one
now so you can see
and delete it.
My old teknikk account is
expired. I use Thunderbird
as email client IMAP
connected to my gmail
account.
For one or another reason
the connection has been
horrible slow since
yesterday. But now I have
sent you a filelink I hope
you receive.
I try first to
send it
without the
manual, in
case issues to
get it
included. I've
experienced
issues before
with file
attachments
larger than
ca. 30 MB,
either it is
due to the
sender or
receiver side,
I don't know.
So I need
to know from
where and how
to copy these
html files?
Just download the tgz file and tar xvf to
wherever you
have bin/doc
so it can be
copied to
AppDir/usr in
bld_appimage.sh.
Yes, I copied all manual files
to bin/doc, and repeat the
steps as follows, to get
verified if something is
wrong:
cp
HTML_Manual-20241031/CinelerraGG_Manual/**
/home/cinelerra/cinelerra-5.1/bin/doc
so now the total in
AppDir/usr/bin/doc is 1007
elements, 80.3 MB
Ran bld_appimage.sh again
and now have
CinGG-20241120-x86_64.AppImage
166.5 MB
(which still is smaller than
the previous
CinGG-20241031-x86_64.AppImage
178.8 MB)
While Manual Help works for
the latter, it doesn't load
for the new AppImage:
~/Applications>
./CinGG-20241120-x86_64.AppImage
Alt+h
Cannot open
/tmp/.mount_CinGG-24Mpo2/usr/bin/doc/CinelerraGG_Manual/Contents.html:
No such file or directory at
/home/terje/.bcast5/ContextManual.pl line 205.
Is this a known issue and
possibly how to solve it?
may be you should move
in folder named CinelerraGG_Manual
and not its content?
Yeah, I thought of that, but forgot to ask
that question. I was in doubt as I think
"all html files" was mentioned
Try to cleanup and make appimage again.
Still no success to put the whole Manual
folder in
cp
-r HTML_Manual-20241031/CinelerraGG_Manual
/home/cinelerra/cinelerra-5.1/bin/doc
Alt+h
sh: line 1:
/tmp/.mount_CinGG-iDrVm0/usr/bin/doc/ContextManual.pl:
No such file or directory
so, it was more correct first time,
just perl script was unable to find Contents.html
may be it was named contents.html,
from lowercase c ?
"Contents.html" looks to be the correct one as verified
here from the latest Manual folder:
cd
/Cin/AppDir/usr/bin/doc/CinelerraGG_Manual
ls Content* content*
Contents.html contents.png
There looks to be a doc build difference somewhere
between my AppImage vs the the official AppImage?
well, for just bin folder
I removed anything from bin/doc
then re run 'make install'
then copied html docu folder like this:
cp -r CinelerraGG_Manual bin/doc/
firefox startup a bit slow but it worked .... in
termux.