Page 1 of 1
Browser Selection and Update Tool error
Posted: 28 Jun 2021, 21:01
by Ed_P
Some modules are not able to be Moved or Copied. For details see
Installing on USB (Post by Rapha_ #82889) and
Installing on USB (Post by Ed_P #82892).
I think all the modules' closing step should say Copy rather than Move and the modules' permissions tweaked to permit that.
Browser Selection and Update Tool error
Posted: 28 Jun 2021, 23:32
by ncmprhnsbl
Ed_P wrote: ↑28 Jun 2021, 21:01
I think all the modules' closing step should say Copy rather than Move and the modules' permissions tweaked to permit that.
sure.. we can have copy instead of move.. even though is not a problem to move them as root, which you would have to do for copy, if your target dir is POSIX.
the chromium thing is strange, since there is already this line in update-chromium-live:
Code: Select all
chmod 644 $WRKDIR/chromium-ungoogled-$LVER-$ARCH-${CHOICE}-1alien.xzm
put there to fix that specific problem( the reason it occurs is a mystery to me)
Browser Selection and Update Tool error
Posted: 29 Jun 2021, 04:01
by Ed_P
ncmprhnsbl wrote: ↑28 Jun 2021, 23:32
sure.. we can have copy instead of move.. even though is not a problem to move them as root, which you would have to do for copy, if your target dir is POSIX.
Just trying to make it easier for new users. I'm not sure what percentage of new users use POSIX drives or know about root and what to do when right clicking doesn't show Move as an option.
ncmprhnsbl wrote: ↑28 Jun 2021, 23:32
the chromium thing is strange, since there is already this line in update-chromium-live
Need a value other than 644? $WRKDIR not pointing to the right directory? Other variables have wrong values? Maybe an * would be better?
Code: Select all
chmod 644 $WRKDIR/chromium-ungoogled-*.xzm
Need for chrome also.
Browser Selection and Update Tool error
Posted: 29 Jun 2021, 07:28
by ncmprhnsbl
Ed_P wrote: ↑29 Jun 2021, 04:01
Need a value other than 644? $WRKDIR not pointing to the right directory? Other variables have wrong values? Maybe an * would be better?
no, no, no and no.

i'd half fixed the problem: ie. for built modules and hadn't considered the server download one..
the restrictive file permissions(-rw-----) was caused by the funky behavior of the makeself archive those two scripts use.
solution: fix permissions for the server download once completed.
all scripts are now updated on the server, and say: "copy" and as a bonus, another bug with chromium-ungoogled script was fixed

mirrors will update later.
Browser Selection and Update Tool error
Posted: 29 Jun 2021, 12:11
by Ed_P