WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: request for ability run scm extensions through on-demand menus and icons on wbar  (Read 4643 times)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
i thought what is lacks for work with scm extensions
and understood that there is no way to run they
through the menu or wbar that are not loaded at boot
i saw that netnomad already twice asked about this
http://forum.tinycorelinux.net/index.php/topic,12612.msg68800.html#msg68800
http://forum.tinycorelinux.net/index.php/topic,12612.msg68820.html#msg68820

but i have not found answer to this question
and therefore i decided start separate topic
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Scms can be loaded at boot. Use ScmBrowser.  They will appear both on the menu and wbar if an icon is provided. Also use ScmBrowser to uninstall. Both the menu and wbar icon will be adjusted. Such uninstall is not possible with tcz and therefore each extension type has certain features and functions. Whereas for tczs one would use AppsAudit to adjust OnDemand, one uses ScmBrowser for all functions and features of scm self contained apps. Uninstall or Install is scm version of Ondemand++.
« Last Edit: April 02, 2012, 11:35:04 AM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline SunBurnt

  • Full Member
  • ***
  • Posts: 102
I`m not a big fan of the Wbar, it`s neat looking the first time you see it, but it wastes space and needs popups for text.

I propose a new efficient popup / down menu be made for them, I have such a menu working that`s a clock button.
It auto. lists all Squash files found on all partitions in a given dir. It mounts the app. when run and unmounts at exit.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Scms can be loaded at boot. Use ScmBrowser.  They will appear both on the menu and wbar if an icon is provided. Also use ScmBrowser to uninstall. Both the menu and wbar icon will be adjusted. Such uninstall is not possible with tcz and therefore each extension type has certain features and functions. Whereas for tczs one would use AppsAudit to adjust OnDemand, one uses ScmBrowser for all functions and features of scm self contained apps.
thank you roberts
this is i know and understand the differences
Uninstall or Install is scm version of Ondemand++.
sorry but i did not understand this phrase

i mean that need add to scmbrowser the ondemand install option
thus script scm-load may place into the folder tce/ondemand
the scm application icon (img) and ondemand script like this
Quote
#!/bin/sh
SAVE_ARGS=$*
TCEDIR=/etc/sysconfig/tcedir
if [ ! -d /apps/scm_application ]; then
  scm-load -i $TCEDIR/optional/scm_application.scm
fi
[ $(which /apps/bin/scm_application) ] && exec   /apps/bin/scm_application ${SAVE_ARGS}
and then scm application ondemand script with icon
will be processed by standard de and wbar scripts
Code: [Select]
desktop.sh
$DESKTOP_initmenu
$DESKTOP_makemenu
$DESKTOP_menu_common
$DESKTOP_ondemand
$ICONS_update.sh
this innovation adds more convenience to use
scm applications that are not loaded at boot
« Last Edit: April 02, 2012, 03:58:33 PM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)