No, not really.
I mean archive manager can't open it:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
ottoshmidt: It's not a tar file, its a gzipped tar file. Try gunzipping it first, or passing the appropriate arguments to tar.
Wysota: Opens fine for me. I like that you are using the Qt SDK to the max![]()
OK this guy worked:
gzip -dc quiviewer.tar.gz | tar xzf -
Bookmarks