WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: apps and scmapps popups issues  (Read 5438 times)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
apps and scmapps popups issues
« on: June 11, 2012, 03:47:29 AM »
1. gnu wget utf8 displaying in appscm popups
when busybox wget is used for downloading
then popup log looks without any complaints
but if loaded wget.tcz & wget-locale.tcz
and lang boot code has utf8 encoding
then popup log  looks unreadable

maybe need make alias to busybox wget?

2. interrupted installation in apps (tcz browser)
after installation beginning
pops a window with installation log

first are displayed downloaded deps files
and then starts extensions downloading
for example applied to libreoffice.tcz
Code: [Select]
libreoffice.tcz.dep OK
xulrunner.tcz.dep OK
nss.tcz.dep OK
gst-plugins-base.tcz.dep OK
gstreamer.tcz.dep OK
libtheora.tcz.dep OK
libvorbis.tcz.dep OK
silgraphite.tcz.dep OK
dejavu-fonts-ttf.tcz.dep OK
etc......
if abort the installation process at this stage
then in tce/optional remain trash as deps files
which not determined by tcz audit tools
and should be resolved only manually
(in earlier versions was impossible
to break installation such way)

3. successful report after installation breaking
both scm and tcz browsers after installation breaking
show yellow notice about successful installation
Code: [Select]
libreoffice.tcz OK.
Code: [Select]
clamav.scm OK.
may needed to handle values returned from popups?

P.S.
used version is 4.5.4
« Last Edit: June 11, 2012, 04:23:54 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: apps and scmapps popups issues
« Reply #1 on: June 11, 2012, 07:38:49 AM »
Calling busybox wget is valid and it will be done.

In fact the status of the popup (wget) is checked by way of expected returned value of md5sum of downloaded extension. It in fact works as expected. It is NOT EXPECTED that YOU purposefully abort.

However, I can and will DUPLICATE the md5sum check after return from wget to handle YOUR purposefully caused abortion. Note however, if YOU decide to abort by pulling the plug or otherwise turning off the computer, I will not be able to handle.
10+ Years Contributing to Linux Open Source Projects.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: apps and scmapps popups issues
« Reply #2 on: June 11, 2012, 07:52:28 AM »
i somehow not thought about such extreme ways to breaking installation :D
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: apps and scmapps popups issues
« Reply #3 on: June 11, 2012, 08:39:26 AM »
Looking at the source, Apps GUI call tce-load which already calls busybox wget. OS core functions need to remain with a known base, i.e., embedded busybox. What the command liine tce-load -iw extension_name provides is what Apps GUI popup will show. I will implement a duplicate md5sum check to try to catch user initiated abortions.
10+ Years Contributing to Linux Open Source Projects.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: apps and scmapps popups issues
« Reply #4 on: June 11, 2012, 10:28:38 AM »
it seems if the installation was aborted before deps with md5sums downloading then need search orphaned deps files?

may also add search orphaned deps files as checking of extensions directory integrity to apps audit? (for unpredictable computer shutdown)
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: apps and scmapps popups issues
« Reply #5 on: June 11, 2012, 11:27:57 AM »
Apps GUI already provides for Maintenance->Dependencies and Deletions -> Display All Not Depended On
10+ Years Contributing to Linux Open Source Projects.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: apps and scmapps popups issues
« Reply #6 on: June 11, 2012, 02:01:21 PM »
i meant that if unpredictable computer failure occurs
then may remain orphaned dep-files without their tcz
this point not processed in the apps maintenance
(although actually orphaned dep-files don't hinder)
theoretically also can remain orphaned md5-files
(this probability also insignificant but it cause mistakes)
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: apps and scmapps popups issues
« Reply #7 on: July 30, 2012, 07:05:18 PM »
1. gnu wget utf8 displaying in appscm popups
when busybox wget is used for downloading
then popup log looks without any complaints
but if loaded wget.tcz & wget-locale.tcz
and lang boot code has utf8 encoding
then popup log  looks unreadable

maybe need make alias to busybox wget?

Calling busybox wget is valid and it will be done.

i apologize for disturbance by trivia
but i wanted to remind that this is still not fixed
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: apps and scmapps popups issues
« Reply #8 on: July 30, 2012, 09:52:57 PM »
Only found alias needed in scm-load. Completed for next release.
10+ Years Contributing to Linux Open Source Projects.