when i try to extract an archive with -e or -x, for example with the t-a-p, squeeze doesn't extract the archive and hangs in a loop: $ squeeze -e squeeze-svn-24792-1.pkg.tar.gz (squeeze:27794): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
Fixed in revision 25138
still doesn't work correctly here. now i get $ squeeze -x . squeeze-svn-24792-1.pkg.tar.gz ** (squeeze:13023): DEBUG: application/x-compressed-tar but nothing happens after that. the archive is not extracted. when i use the -e switch, the new folder to extract the archive to is created, but squeeze hangs after that too. the folder stays empty.
(In reply to comment #2) > still doesn't work correctly here. > now i get > > $ squeeze -x . squeeze-svn-24792-1.pkg.tar.gz > ** (squeeze:13023): DEBUG: application/x-compressed-tar > > but nothing happens after that. the archive is not extracted. when i use the -e > switch, the new folder to extract the archive to is created, but squeeze hangs > after that too. the folder stays empty. > can you confirm this behavior with zip archives too?
(In reply to comment #3) > (In reply to comment #2) > > still doesn't work correctly here. > > now i get > > > > $ squeeze -x . squeeze-svn-24792-1.pkg.tar.gz > > ** (squeeze:13023): DEBUG: application/x-compressed-tar > > > > but nothing happens after that. the archive is not extracted. when i use the -e > > switch, the new folder to extract the archive to is created, but squeeze hangs > > after that too. the folder stays empty. > > > > can you confirm this behavior with zip archives too? > Should be fixed now (rev 25139) the extraction of tar archives was not executed. Had nothing todo with command-line options, extract did not work at all.
(In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > still doesn't work correctly here. > > > now i get > > > > > > $ squeeze -x . squeeze-svn-24792-1.pkg.tar.gz > > > ** (squeeze:13023): DEBUG: application/x-compressed-tar > > > > > > but nothing happens after that. the archive is not extracted. when i use the -e > > > switch, the new folder to extract the archive to is created, but squeeze hangs > > > after that too. the folder stays empty. > > > > > > > can you confirm this behavior with zip archives too? > > > > Should be fixed now (rev 25139) the extraction of tar archives was not > executed. > Had nothing todo with command-line options, extract did not work at all. > Oh, we're missing the destination path it seems.
Is it fixed in revision 25140?
fixed