Compression level

Asked by ViBE

File Roller is very useful, but I would like to set the compression level to the highest. I found a lot of forum posts about that and the popular solutions are not working any more(?) like this one:
gconftool --type String --set /apps/file-roller/general/compression_level maximum

It does not work for me, File Roller still use the default level. How can I change if possible?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu file-roller Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Letzeisen
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
ViBE (vibe) said :
#2

It's not working. I don't see/experience any new menu entries/differences.

Revision history for this message
Best Daniel Letzeisen (dtl131) said :
#3

dconf is the new gconf!
You can use dconf-editor or just:

gsettings set org.gnome.FileRoller.General compression-level 'maximum'

Revision history for this message
ViBE (vibe) said :
#4

Thanks Daniel Letzeisen, that solved my question.