WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mc.tcz extension issues  (Read 188 times)

Offline CNK

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 403
mc.tcz extension issues
« on: December 12, 2025, 08:51:56 PM »
mc.tcz.dep on x86_64 now depends on aterm2.tcz which is silly because you might not be using that terminal emulator, or running a terminal without X. The changelog shows "remove aterm dep" in the previous version so maybe this was a mistake? MC works without aterm2.tcz installed.

The install script also gives these errors:
Code: [Select]
chown: /home/cnk/.local/bin/mc-fix.sh: Not a directory
chmod: /home/cnk/.local/bin/mc-fix.sh: Not a directory

It seems the tce.installed script is intended to copy "/usr/local/share/mc/files/mc-fix.sh" into directory "/home/$USER/.local/bin", however if "/home/$USER/.local/bin" doesn't exist it uses "bin" as the name of the destination file:

Code: [Select]
$ ls -lh /home/cnk/.local/
total 4K     
-rwxr-xr-x    1 root     1000          50 Dec 13 12:36 bin
drwx--S---    5 cnk      1000         120 Dec 13  2025 share/

I'm not sure how to contact the maintainer aus9 short of making an account on linuxquestions.org.

Online aus9

  • Newbie
  • *
  • Posts: 5
Re: mc.tcz extension issues
« Reply #1 on: Today at 06:08:15 AM »
Hi

I have attempted to address your concerns and there is update. Is this issue now solved for you?

Offline CNK

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 403
Re: mc.tcz extension issues
« Reply #2 on: Today at 04:08:04 PM »
Thank you. Yes, working as expected with no errors now.

Online aus9

  • Newbie
  • *
  • Posts: 5
Re: mc.tcz extension issues
« Reply #3 on: Today at 07:18:13 PM »
thanks for reporting

@Rich
Can you mark as Solved please
cheers