/schemas/apps/pluma/plugins/filebrowser/on_load/tree_view /apps/pluma/plugins/filebrowser/on_load/tree_view pluma bool TRUE Open With Tree View Open the tree view when the file browser plugin gets loaded instead of the bookmarks view /schemas/apps/pluma/plugins/filebrowser/on_load/root /apps/pluma/plugins/filebrowser/on_load/root pluma string File Browser Root Directory The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE. /schemas/apps/pluma/plugins/filebrowser/on_load/virtual_root /apps/pluma/plugins/filebrowser/on_load/virtual_root pluma string File Browser Virtual Root Directory The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root. /schemas/apps/pluma/plugins/filebrowser/on_load/enable_remote /apps/pluma/plugins/filebrowser/on_load/enable_remote pluma bool FALSE Enable Restore of Remote Locations Sets whether to enable restoring of remote locations. /schemas/apps/pluma/plugins/filebrowser/open_at_first_doc /apps/pluma/plugins/filebrowser/open_at_first_doc pluma bool TRUE Set Location to First Document If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Caja, etc.) /schemas/apps/pluma/plugins/filebrowser/filter_mode /apps/pluma/plugins/filebrowser/filter_mode pluma string hidden_and_binary File Browser Filter Mode This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files). /schemas/apps/pluma/plugins/filebrowser/filter_pattern /apps/pluma/plugins/filebrowser/filter_pattern pluma string File Browser Filter Pattern The filter pattern to filter the file browser with. This filter works on top of the filter_mode.