![]() |
Re: [ANNOUNCE] FileBox - File manager with root access and more
Could you make it work like symbian for navigating files? If you use the right arrow to open highlighted folder and left arrow to go one folder up then it would be like the old symbian file managers. Very fast and efficient.
|
Re: [ANNOUNCE] FileBox - File manager with root access and more
Uploaded version 0.4-5 to extras-devel
Now you can decompress tar, tar.gz, tar.bz2 and zip files using filebox Please make some test for this. If it works 100% I'll promote the package to extras-testing. |
Re: [ANNOUNCE] FileBox - File manager with root access and more
is there any chance of auto closing the confirmation boxes after copying a file has finished rather than having to press close, have been using filebox for some intense modding and it is quite annoying after a while.
|
Re: [ANNOUNCE] FileBox - File manager with root access and more
By far one of the best file manager. Much faster to browse my file system now. :D
I have just two requests, can there be an 'open with' feature: should save the problem of having to manually add text editors and stuff. Also can there be an option to enable 'marking' faster. For example you touch an icon on the side (like where 'settings' icon is located) it enables marking, touch again, it disables marking. Should make browsing much faster than double tapping. And again thanks for such an awesome filemanager! |
Re: [ANNOUNCE] FileBox - File manager with root access and more
CepiPerez
Thanks again for your work. I must have something missing. I can only compress and decompress tar files. I can create tar and tar.gz files. However when i try to decompress tar.gz no files are listed in the extract files screen and the size is 0bytes. tar.bz2 and zip files i can't either compress or decompress. For instance when i try to create a zip file the compressing screen says finished the progress bar is at 0% and no zip file is crested. I have bzip2 installed. |
Re: [ANNOUNCE] FileBox - File manager with root access and more
sacal:
open x-term an type: - compress a folder: tar -czvf test.tar.gz any_folder_here (this will create a tar.gz file) tar -cjvf test.tar.bz2 any_folder_here (this will create a tar.bz2 file) zip test.zip any_folder_here (this will create a zip file) - decompress: tar -xvf test.tar.gz tar Fxf test.tar.bz2 unzip -o test.zip tell me how those commands work. FileBox uses the same commands with differents arguments maybe, but not uses own compressors/decompressors. If they work then tell me what are you trying to compress or decompress |
Re: [ANNOUNCE] FileBox - File manager with root access and more
installed the latest update & getting the same problem as sacal
trying to decompress in x term using tar -xvf thefiles.tar.gz and get the following response tar: invalid tar magic it works if i use tar -xzvf thefiles.tar.gz |
Re: [ANNOUNCE] FileBox - File manager with root access and more
mine does'n need z for tar.gz when decompress
seems the problem is the tar binary what's the tar version? tar --version |
Re: [ANNOUNCE] FileBox - File manager with root access and more
Quote:
As you suggest i executed from xterm: Code:
~ $ tar -czvf /home/user/MyDocs/test.tar /home/user/MyDocs/Comptest/ Then i tried to create a zip archive but i got: Code:
~ $ zip /home/user/MyDocs/test.zip /home/user/MyDocs/Comptest/ Finally i tried to decompress the archive files just created and i got: Code:
~ $ tar -xvf /home/user/MyDocs/test.tar.gz Code:
~ $ tar --version |
Re: [ANNOUNCE] FileBox - File manager with root access and more
getting the same output as sacal for
tar --version |
All times are GMT. The time now is 09:06. |
vBulletin® Version 3.8.8