Table 1.3. file-roller keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/file-roller/listing/sort_method | string | name | What criteria must be used to arrange files. Possible values: name, size, type, time, path. |
| /schemas/apps/file-roller/listing/sort_type | string | ascending | Whether to sort in ascending or descending direction. Possible values: ascending, descending. |
| /schemas/apps/file-roller/listing/list_mode | string | as_folder | Whether to view all files in the archive (all_files), or view the archive as a folder (as_folder). |
| /schemas/apps/file-roller/listing/show_type | bool | true | Display the Type column in the main window. |
| /schemas/apps/file-roller/listing/show_size | bool | true | Display the Size column in the main window. |
| /schemas/apps/file-roller/listing/show_time | bool | true | Display the Time column in the main window. |
| /schemas/apps/file-roller/listing/show_path | bool | true | Display the Path column in the main window. |
| /schemas/apps/file-roller/listing/use_mime_icons | bool | true | if TRUE will display icons depending on the file type (slower), otherwise will use always the same icon for all files (faster). |
| /schemas/apps/file-roller/ui/history_len | int | 5 | Max number of items in the Open Recents menu. |
| /schemas/apps/file-roller/ui/window_width | int | 600 | |
| /schemas/apps/file-roller/ui/window_height | int | 480 | |
| /schemas/apps/file-roller/ui/view_toolbar | bool | true | Whether to display the toolbar. |
| /schemas/apps/file-roller/ui/view_statusbar | bool | true | Whether to display the statusbar. |
| /schemas/apps/file-roller/general/editors | list | [] | List of applications entered in the Open file dialog and not associated with the file type. |
| /schemas/apps/file-roller/general/compression_level | string | normal | Compression level used when adding files to an archive. Possible values : very_fast, fast, normal, maximum. |
| /schemas/apps/file-roller/dialogs/extract/view_destination_folder | bool | false | Whether to display (with Nautilus) the destination folder after an extraction operation. |
| /schemas/apps/file-roller/dialogs/extract/overwrite | bool | true | |
| /schemas/apps/file-roller/dialogs/extract/skip_newer | bool | false | |
| /schemas/apps/file-roller/dialogs/extract/recreate_folders | bool | true | |
| /schemas/apps/file-roller/dialogs/batch-add/default_extension | string | .tar.gz |