WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: rxvt.tcz missing libXft.tcz in .dep  (Read 1535 times)

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
rxvt.tcz missing libXft.tcz in .dep
« on: May 13, 2019, 01:01:57 PM »
Hi!

Such a good terminal for non-english locales. LXterminal is nice but fat.
And lot urxvtc's can be run from single urxvtd, but they are located in (surprise!) rxvt-doc.tcz ) May be mention their location in rxvt.tcz.info?

Thanks for TinyCore!

Offline andyj

  • Hero Member
  • *****
  • Posts: 1022
Re: rxvt.tcz missing libXft.tcz in .dep
« Reply #1 on: May 13, 2019, 02:42:40 PM »
Somewhere along the way the build script got crossed up and put the other executables in the in the wrong extension. It will get fixed soon. There is a dep file for 64 bit which has libXft, but the dep file for 32 bit appears to be missing. It should have:

Code: [Select]
libXft.tcz
libXmu.tcz

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: rxvt.tcz missing libXft.tcz in .dep
« Reply #2 on: May 13, 2019, 10:19:25 PM »
Thanks a lot!