-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
list archive contents: lzop #230
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After installing lzop support I was able to make a tar.lzo file, and could use either the "view all files" or "view as a folder" views but could also do this in master. How do I test this? Builds and runs fine.
The proposed change affects three columns:
so Also I added xz support too. But it almost useless because it give us only uncompressed size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, that works and does not in master. This is not something I would ever have seen on my own due to limited use cases
See https://patch-diff.githubusercontent.com/raw/mate-desktop/engrampa/pull/230.diff |
But i don't see any different |
If I understood your patch correctly, you moved the functions down. Right? But this broke a compilation. |
Common, this is you resulting patch :) |
I only wanted to show your indents errors. ;) |
I can confirm that renaming a lzo archive don't rename a single file inside the archive any more. |
Yes, you'll always see a real file name regardless the archive name. This achieved by
|
This doesn't work.
I have the feeling this is a big misunderstand between us...... |
I mean that |
Ok, but where can i see this infos from |
Let's take a |
…separator like 3,373.4
Thanks for better explanation, this will speed up review process.
|
I guess that's because you tried to compress a random data which haven't enough of repeated sequences. |
Please don't use links in commit headers. |
Hmm, another-name.txt.xz shows 1 byte size inside the archive now. |
Opps, my fault. Looks like last commit fixes the problem. |
Thank you,
I am sure you will love this powerful command.... |
Should we close PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This builds and works well for me.
@stokito - I agree with @raveit65, you might want to rebase this. |
Hi sorry for a late response. I will resend the PR but I would like to rewrite it. |
What happens with that PR? |
I'll finish it untill next week. Please do not close |
Any progress? |
Can be re-opened when author likes to continue. |
In #229 ticket it mentioned that
-l
option now is supported by lzop.So in this PR I implemented it.