WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: launching applications (newbie)  (Read 8675 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: launching applications (newbie)
« Reply #15 on: July 15, 2012, 09:59:59 PM »
Hi hitsware
Quote
Where's abelmora when we need him ?
I don't get the reference, but I take it that means this solved your problem.

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #16 on: July 16, 2012, 12:12:39 AM »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: launching applications (newbie)
« Reply #17 on: July 16, 2012, 03:27:07 AM »
Those are extensions for 2.x - is that what you are running?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #18 on: July 16, 2012, 10:41:10 AM »
No ......... I have 'current'
Are some of the apps in the appbrowser maybe bunk ?
Would an earlier version work with them ?
I like this one though .

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14817
Re: launching applications (newbie)
« Reply #19 on: July 16, 2012, 10:57:20 AM »
if you load smallbasic-gui and type "sbasici" at the command prompt things will work

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #20 on: July 16, 2012, 11:55:58 AM »
Hola Juanito

I get:

sbasici: error while loading shared libraries:
libfontconfig.so.1: cannot open a shared object file:
no such file or directory

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: launching applications (newbie)
« Reply #21 on: July 16, 2012, 12:03:37 PM »
Hi hitsware
Try installing  fontconfig.tcz.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14817
Re: launching applications (newbie)
« Reply #22 on: July 16, 2012, 12:05:22 PM »
Code: [Select]
$ ldd `which sbasici` | grep local
        libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0xf73e3000)
        libexpat.so.1 => /usr/local/lib/libexpat.so.1 (0xf73b0000)

Yep, it needs fontconfig as a dep (I dimly recall that might have been in the base back in the days of tc-2.x)

dep file adjusted

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #23 on: July 16, 2012, 12:47:26 PM »
> dep file adjusted

Juanito y todos !Que Bueno! !Gracias!
Works from the app menu.
Would you know what I need to get the (smallbasic)
SOUND command to work ?
BEEP works, but not SOUND for some reason.
Otra vez Gracias :)
I've been trying a long time to get some kind of
Basic going in Linux.........
« Last Edit: July 16, 2012, 12:50:48 PM by hitsware »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: launching applications (newbie)
« Reply #24 on: July 16, 2012, 12:57:57 PM »
Install and configure a sound system?
i.e. alsa or OSS at your choice.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #25 on: July 16, 2012, 01:04:06 PM »
Install and configure a sound system?
i.e. alsa or OSS at your choice.
That makes sense. I wonder how the BEEP gets through ?
Thanks !

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: launching applications (newbie)
« Reply #26 on: July 16, 2012, 01:10:26 PM »
pc speaker is unrelated to soundcard ;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: launching applications (newbie)
« Reply #27 on: July 16, 2012, 01:37:41 PM »
Hi hitsware
The  smallbasic-doc.tcz  extension may also be of some use to you. It has many sample files included under:
/usr/local/share/smallbasic/distro-examples/

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #28 on: July 16, 2012, 01:43:36 PM »
Hi hitsware
The  smallbasic-doc.tcz  extension may also be of some use to you. It has many sample files included under:
/usr/local/share/smallbasic/distro-examples/
Thanks ....... :)

Offline hitsware

  • Jr. Member
  • **
  • Posts: 97
Re: launching applications (newbie)
« Reply #29 on: July 16, 2012, 03:42:25 PM »
I downloaded alsa.tcz
results in tce/optional:

alsa.tcz
alsa.tcz.dep
alsa.tcz.md
alsa-conf.tcz
alsa-conf
and 3 ea. alsa-module

in     /opt/bootlocal.sh    (which for some reason doesn't show in Windows?)
I added    /usr/local/etc/init.d/alsasound  start

terminal:   sudo alsaconf
gives:
'command not found'