Page 1 of 1

Fix tar.gz file association in rox

Posted: Mon 26 Sep 2005, 01:48
by rarsa
Hi Barry,

tar.gz files don't have a MIME type file association file.

I fixed it adding a symlink to application_x-tar

Code: Select all

ln -s /root/Choices/MIME-types/application_x-tar /root/Choices/MIME-types/application_x-compressed-tar
It would be easy and nice if you include in the next puppy a mime type file for tar.gz.

Posted: Sat 01 Oct 2005, 07:53
by flavour
Great thanks :)

Also do this one:
ln -s /root/Choices/MIME-types/application_x-tar /root/Choices/MIME-types/application_x-bzip-compressed-tar

F