WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Apps and lxterminal-xterm  (Read 4101 times)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Apps and lxterminal-xterm
« on: June 15, 2016, 12:07:54 PM »
Apps won't download if xterm is lxterminal instead of aterm. It opens a window but nothing happens. Looking at the lxterminal-xterm wrapper script it looks like the variables got lost along the way.

Code: [Select]
#!/bin/busybox sh
######################################################
# lxterminal xterm wrapper for Tiny Core Linux 5.x
# By bmarkus
# v1.0 - October 15, 2013
######################################################

a=0
c=

for v in
do
  if [  == 0 ]
  then
    if [  == -g ]
    then
      a=1
      c=--geometry=
    elif [  == -e ]
    then
      a=2
      c=
    fi
  elif [  == 1 ]
  then
    a=0
    c=
  elif [  == 2 ]
  then
    c=
  fi
done

lxterminal 


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Apps and lxterminal-xterm
« Reply #1 on: June 16, 2016, 01:31:56 AM »
lxterminal-xterm copied over from x86 version - let us know if it fixes the problem.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Apps and lxterminal-xterm
« Reply #2 on: June 16, 2016, 07:26:05 AM »
Apps download works now. Thanks.