Fix tar.gz file association in rox

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

Fix tar.gz file association in rox

#1 Post 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.

flavour
Posts: 125
Joined: Thu 08 Sep 2005, 20:26
Location: Bicester, UK

#2 Post 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

Post Reply