Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Archive Manager
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the most popular ideas ever about Archive Manager.

Add the ability to queue extractions in Archive Manager  
Written by Emper the 14 Sep 10 at 22:29. New
I miss the ability to queue my extractions in Archive Manager.
204
votes
up equal down
Solution #1: Improve the GUI and add some functionality
Written by Emper the 14 Sep 10 at 22:29.
I've come up with an idea of how the GUI could look like:
File Roller

It's also possible to add an "Extract all" option in the menu and "Extract selected" in the context menu.

If the progress field is a bad idea maybe you could add the progress to the popup and display both current and total progress. And estimate time if that's possible.

You could also add the ability to shutdown (if running as root) or any other command when the queue is finished. Or mayble display a message or play a sound.

I'd also like the option to "Add to queue" from the default context menu so you don't have to find all the files via "Open". And also drag-and-drop archives to the left list.

See the 3 comments or propose a solution >>

Multithread powered file compression  
Written by ubumpi the 17 Sep 10 at 20:59. New
Using Split it is possible to take advantage of multicore systems for a much better performance.

How to

A. Zip:

1) Split the file (check terminal: man split) to as many split files as there are cores (or threads) in the system.


2) Start zip for every splitted file so that cpu use is 100 % for every core.

3) Make tar of those zipped files.



B. Unzip:

1) Untar

2) Unzip (with 100 % efficiency for each core)

3) Unsplit



This method should give better results especially for big files.
-32
votes
up equal down
Solution #1: Faster compression - make it's way to the repository
Written by ubumpi the 17 Sep 10 at 20:59.
As I see it this should be tested while split is very quick operation so this gives a significant speed improvement to compress huge files eg. backups. This ought to be rather simple task for any programmer while both split and compression (and tar) are already solved problems and the only thing is to tight these two together.
181
votes
up equal down
Solution #2: Utilize/Develop Multithreaded Compression
Written by Akerbos the 18 Sep 10 at 10:58.
Instead of using some workaround, use an algorithm that can be parallelized.

See the 10 comments or propose a solution >>

Allow easy download of archive file formats.  
Written by arckeda the 20 Dec 08 at 22:55. New
When I download a .rar file or a .7z file and double click it, I am told that the "Archive Type is not supported." there should be a download button under that that allows me to quickly and easily download the required programs, such as rar / unrar. If the program is proprietary, the EULA should pop up. Doing this would make it easier for newbies to use Ubuntu, and save time for me.

---Extra---
After reading comments, it would also make sense to do this with most file formats, though I think it might already do this with certain media formats. Ex: Does it do this with .mp3s?
125
votes
up equal down
Solution #1: Auto-generated solution of idea #16690
Written by arckeda the 20 Dec 08 at 22:55.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16690 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 2 comments or propose a solution >>

Provide details during compression and extraction with Archive Manager  
Written by mynoduesp the 28 Dec 09 at 01:13. New
Other compression programs such as 7zip provide detailed information on activity progress, such as time elapsed, estimated time remaining, current compression ratio, size compressed, compressed size etc. Feedback from archive manager is poor and progress cannot be judged.
110
votes
up equal down
Solution #1: Include more details of progress when using Archive Manager
Written by mynoduesp the 28 Dec 09 at 01:13.
Include more notifications e.g. percentage complete, elapsed time, estimated time remaining, average ratio
66
votes
up equal down
Solution #2: Solution #1 hidden by default
Written by vektor the 28 Dec 09 at 08:41.
By default display only progress bar. Provide a button "Details" that displays all the details from Solution #1.

(Inspiration: file copy dialog in Win7)

Add a comment or propose a solution >>

Different icons for Zips, Rars, Debs and other files opened in archive manager  
Written by pepperpupper the 15 Oct 08 at 10:32. New
Currently, all files opened in archive manager shares the same icon. I think it would be nice if there was somewhat different icons for each file-type opened with this application. Doesn't have to be a huge difference, just some small visual indication whether it is a rar, zip or a deb file that is opened.
103
votes
up equal down
Solution #1: Auto-generated solution of idea #14420
Written by pepperpupper the 15 Oct 08 at 10:32.
Ubuntu Brainstorm was updated in January 2009. Since the idea #14420 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 8 comments or propose a solution >>

File-roller - drag and drop files directly to the applications  
Written by marci003 the 29 Oct 08 at 18:22. New
I would really like to be able to drag and drop some files from file-roller directly to other applications. That means, this file would be extracted to temp directory and than opened in the application you dropped the file into.

For example: You downloaded the subtitles for a movie but they are zipped. So you just want to simply drag them from file-roller and drop them in your video-player (vnc/smplayer).
You don't really want to save this subtitles to the specific location, you just want them once.

81
votes
up equal down
Solution #1: Use temp folder
Written by marci003 the 29 Oct 08 at 18:22.
Archive should be extracted to temp directory if that situation requires it

See the 4 comments or propose a solution >>

compress archives and files with one rigth clic on mouse into .rar  
Written by nikos the 7 Oct 10 at 16:09. New
I notice that a can't compress archives and files cliking on the items. I think that ubuntu would improve if there were that chance.
-44
votes
up equal down
Solution #1: Decide to send the compressed archive/file by mail or not
Written by nikos the 7 Oct 10 at 16:09.
after looking for a better and faster solution in compress process, I think that for a comun user like me, it would be more simple if we could have the chance to decid, after the compress process is completed, if we want to send it by mail or not.

the decision would be taken by a dialog box (yes or no), showed after the compress process.

thank you for your attention and aportations.
62
votes
up equal down
Solution #2: Add a 7-zip (for Windows) style menu in the right click menu
Written by Kata1yst the 9 Oct 10 at 16:35.
Just what the solution says! If you haven't used 7-zip on a Windows machine, there is simply an entry in the right click menu titled "7-zip" (We'd title this "compress file" or something else fitting) which when clicked on, drops a menu with several useful options (For Ubuntu it'd be something along the lines of "Compress to .tar.gz", "compress to .zip", "add to existing archive" etc). This way we could add usability without cluttering the already cluttered right click menu.
1
votes
up equal down
Solution #3: Use a nautilus script
Written by ActionParsnip the 22 Oct 10 at 16:26.
Nautilus can already do this if you add the script properly. You could have this in the deb for some of the rar packages if nautilus-scripts are enabled

See the 13 comments or propose a solution >>

Something should be done about executables in Archives. It's a security risk.  
Written by Chocwise the 6 Nov 09 at 15:51. New
Some archive types, tar.gz for example, can contain files with preset executable bit.
That means someone could give you an archive with stuff like info.odf in it, wich is actually no Oo.org-Document but a binary malware with the executable bit preset.
If you aren't paying attention to the actual icon or the mime type, you could be tricked into executing the malware.
40
votes
up equal down
Solution #1: Archive Manager should warn about included files with execute bit.
Written by Chocwise the 6 Nov 09 at 15:51.
Before extracting an archive, File Roller should check the contents for an execute bit and warn the user if there is one and maybe list which files have an execute bit.
-20
votes
up equal down
Solution #2: Archive Manager should have a pre-selected option to remove all executable bits
Written by Chocwise the 6 Nov 09 at 15:56.
Before unpacking archives, Archive Manager should ask the User if executable bits should be stripped off of included files.
That Opion should be pre-checked, so that one can not accidentally forget about it.
-10
votes
up equal down
Solution #3: Add new Nautilus extension and change a default behaviour.
Written by Lachu the 7 Nov 09 at 18:55.
Nautilus should have unpack/install software option and all other unpack options should drop executable bit.

It very intuitive for new users. If I have downloaded software, I wanna install it. In other cases I only need to unpack files.

It will be non-intuitive for admins, which will make backup of whole system(with executable too).

Changes will be done only in GUI. Console tools shouldn't been touched.
-6
votes
up equal down
Solution #4: Solution #1 + #!2
Written by sybiam the 12 Nov 09 at 08:28.
I'm not for "pre-selected option to remove all executable bits". Honestly by default, the extract manager should extract file like it always did. Keep the old behaviour but warn the user before sounds good to me.

The user should be warn about executables files. It should list all executable files. Then give you the choice.

a) continue with default behaviour
b) continue with removed executable bits
c) do not warn me again and save the current selected behaviour.

But I do find it usefull to extract without executable bits...Sometimes people on windows archive files but on windows everything is executable. This is not exactly a problem.

on the list of file. I'd also see a "checkbox" allowing only certain files to be executables.
5
votes
up equal down
Solution #5: Create a standard of simple executable files distribution under Linux
Written by mikropolip the 3 Dec 09 at 03:40.
Today there is no standard of executable files distribution under Linux. For example, NVIDIA distributes drivers in *.sh files on it's official website. Not only there is no gpg signature but they don't even bother to publish a checksum.

As long as there are already some proxy servers that can on-the-fly implant malware into *.sh files it is a great security risk to run nvidia installator even if it was downloaded from official website.

Linux world has already solved a problem of executables distribution by implementing signatures and checksum checks. But, since you need to heavily use console to properly check the files, this solution became fairly unpopular amongst desktop users.

What I propose is standard, a unified way to distribute executables with a checksum and GPG-signature. Unified, so It can be implemented in a GUI front-end. So, as AndrewLuecke mentioned, Ubuntu will be able to warn users when they run programs for the first time about where they were downloaded from, if they are digitally signed, considered safe, etc.

And if executable is not digitally signed or shipped in not standard(as I mentioned above) way not only should Ubuntu give a deadly warning but also a hyperlink to a comprehensive help-file which will clearly describe how insanely dangerous is to run such file.

If Canonical will make a standard then Software distributors such as NVIDIA will catch up and start to distribute their files in a proper way. No one would want such a warning before Ones software execution.

And, yes, Im talking about some simple standard, such as tar.7z archive with executable file, signature and maybe some supplementary information in it. And maybe with some custom file extension.

See the 2 comments or propose a solution >>

File-roller : remember last extract location   forum
Written by cudjoe the 24 Jul 08 at 14:04. New
Archive Manager (file-roller) does not remember last extract folder.

This is pretty annoying when opening and extracting several archives...

Thanks !

PS : patch submitted : http://bugzilla.gnome.org/show_bug.cgi?id=160260
36
votes
up equal down
Solution #1: Auto-generated solution of idea #11476
Written by cudjoe the 24 Jul 08 at 14:04.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11476 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 3 comments or propose a solution >>

Archive manager : keep partial files  
Written by v1nce the 16 Oct 08 at 00:10. New
Archive manager should propose to get as much of files as possible when dealing with incomplete/broken/multipart files.

I often run "unrar e -kb multipart.part1.rar" to "check" rar multiple part archives before downloading the whole thing
( -kb stands for keep broken)

I'd like to do the same in archive manager
32
votes
up equal down
Solution #1: Auto-generated solution of idea #14440
Written by v1nce the 16 Oct 08 at 00:10.
Ubuntu Brainstorm was updated in January 2009. Since the idea #14440 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 2 comments or propose a solution >>

2 Next >>