Skip to content

Make txz great again! ;-) #803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nodarkthings opened this issue Feb 23, 2021 · 5 comments
Closed

Make txz great again! ;-) #803

nodarkthings opened this issue Feb 23, 2021 · 5 comments

Comments

@nodarkthings
Copy link

nodarkthings commented Feb 23, 2021

Is your feature request related to a problem? Please describe

I'm using the Mac version, currently in MacOS 10.11.
I've discovered the xz/txz format thanks to Keka, but for some unknown reason, txz has been replaced by tar.xz after a while.
txz is natively supported by MacOS, which makes it a format of choice. I see that renaming tar.xz files to txz works, so why bother with a double-extension?

Describe the solution you'd like

Allow the user to choose between txz and tar.xz, preferably in the prefs — or when saving a file.

Describe alternatives you've considered

• changing the extension to txz when saving a file, but it doesn't work.
• Renaming tar.xz files to txz in the Finder. But that makes an additional boring step.

Additional context

All the other compression tools I've tried support txz, so why bother with tar.xz if not for compatibility reasons?

@aonez aonez added the core label Feb 23, 2021
@aonez aonez added this to the 1.2.12 milestone Feb 23, 2021
@aonez
Copy link
Owner

aonez commented Feb 23, 2021

You can already do that executing this command in the Terminal.app:

defaults write com.aone.keka UseLongTarballExtension false

Remember to restart Keka. I'm adding an option in 1.2.12 anyway, that option should have been there since 1.2.0 😳

Screenshot 2021-02-23 at 19 04 43

@aonez aonez added the fixed label Feb 23, 2021
@nodarkthings
Copy link
Author

Wonderful! Thanks. :-)

@aonez
Copy link
Owner

aonez commented Feb 23, 2021

Sorry it was false, not true:

defaults write com.aone.keka UseLongTarballExtension false

@aonez
Copy link
Owner

aonez commented Mar 11, 2021

1.2.12 released with this option in the Preferences 😊

@aonez aonez closed this as completed Mar 11, 2021
@nodarkthings
Copy link
Author

Thanks! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants