1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
|
<schemalist>
<enum id="org.nemo.SpeedTradeoff">
<value nick="always" value="0"/>
<value nick="local-only" value="1"/>
<value nick="never" value="2"/>
</enum>
<enum id="org.nemo.ClickPolicy">
<value nick="single" value="0"/>
<value nick="double" value="1"/>
</enum>
<enum id="org.nemo.ActivationChoice">
<value nick="launch" value="0"/>
<value nick="display" value="1"/>
<value nick="ask" value="2"/>
</enum>
<enum id="org.nemo.FolderView">
<value nick="icon-view" value="0"/>
<value nick="compact-view" value="1"/>
<value nick="list-view" value="2"/>
</enum>
<enum id="org.nemo.DateFormat">
<value nick="locale" value="0"/>
<value nick="iso" value="1"/>
<value nick="informal" value="2"/>
</enum>
<enum id="org.nemo.DateFontChoice">
<value nick="auto-mono" value="0"/>
<value nick="system-mono" value="1"/>
<value nick="no-mono" value="2"/>
</enum>
<enum id="org.nemo.SortOrder">
<value nick="manually" value="0"/>
<value nick="name" value="1"/>
<value nick="size" value="2"/>
<value nick="type" value="3"/>
<value nick="detailed_type" value="4"/>
<value nick="mtime" value="5"/>
<value nick="atime" value="6"/>
<value nick="trash-time" value="7"/>
</enum>
<enum id="org.nemo.ZoomLevel">
<value nick="smallest" value="0"/>
<value nick="smaller" value="1"/>
<value nick="small" value="2"/>
<value nick="standard" value="3"/>
<value nick="large" value="4"/>
<value nick="larger" value="5"/>
<value nick="largest" value="6"/>
</enum>
<enum id="org.nemo.TabPosition">
<value nick="after-current-tab" value="0"/>
<value nick="end" value="1"/>
</enum>
<enum id="org.nemo.SizePrefixes">
<value value="0" nick="base-10"/>
<value value="1" nick="base-10-full"/>
<value value="2" nick="base-2"/>
<value value="3" nick="base-2-full"/>
</enum>
<schema id="org.nemo" path="/org/nemo/" gettext-domain="nemo">
<child name="preferences" schema="org.nemo.preferences"/>
<child name="icon-view" schema="org.nemo.icon-view"/>
<child name="compact-view" schema="org.nemo.compact-view"/>
<child name="list-view" schema="org.nemo.list-view"/>
<child name="sidebar-panels" schema="org.nemo.sidebar-panels"/>
<child name="desktop" schema="org.nemo.desktop"/>
<child name="window-state" schema="org.nemo.window-state"/>
<child name="search" schema="org.nemo.search"/>
</schema>
<schema id="org.nemo.preferences" path="/org/nemo/preferences/" gettext-domain="nemo">
<key name="tabs-open-position" enum="org.nemo.TabPosition">
<aliases>
<alias value='after_current_tab' target='after-current-tab'/>
</aliases>
<default>'after-current-tab'</default>
<summary>Where to position newly open tabs in browser windows.</summary>
<description>If set to "after-current-tab", then new tabs are inserted after the current tab. If set to "end", then new tabs are appended to the end of the tab list.</description>
</key>
<key name="always-use-browser" type="b">
<default>true</default>
<summary>Enables the classic Nemo behavior, where all windows are browsers</summary>
<description>If set to true, then all Nemo windows will be browser windows. This is how Nemo used to behave before version 2.6, and some people prefer this behavior.</description>
</key>
<key name="quick-renames-with-pause-in-between" type="b">
<default>false</default>
<summary>Enables renaming of icons by two times clicking with pause between clicks</summary>
<description>If set to true, then icons in all Nemo windows will be able to get renamed quickly. Users should click two times on icons with a pause time more than double-click time of their system.</description>
</key>
<key name="expand-row-on-dnd-dwell" type="b">
<default>true</default>
<summary>During drag-and-drop operations, automatically expand rows when hovering them briefly</summary>
</key>
<key name="show-location-entry" type="b">
<default>false</default>
<summary>Show the location entry by default</summary>
<description>If set to true, then Nemo browser windows will show a textual input entry for the location toolbar.</description>
</key>
<key type="b" name="show-previous-icon-toolbar">
<default>true</default>
<summary>Show Previous button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-next-icon-toolbar">
<default>true</default>
<summary>Show Next button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-up-icon-toolbar">
<default>true</default>
<summary>Show Up button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-reload-icon-toolbar">
<default>false</default>
<summary>Show refresh button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-edit-icon-toolbar">
<default>true</default>
<summary>Show toggle button location entry/pathbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-home-icon-toolbar">
<default>false</default>
<summary>Show Home button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-computer-icon-toolbar">
<default>false</default>
<summary>Show Computer button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-search-icon-toolbar">
<default>true</default>
<summary>Show Search button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-new-folder-icon-toolbar">
<default>false</default>
<summary>Show new folder button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-open-in-terminal-toolbar">
<default>false</default>
<summary>Show open in terminal in the nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-icon-view-icon-toolbar">
<default>true</default>
<summary>Show Icon View button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-list-view-icon-toolbar">
<default>true</default>
<summary>Show List View button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-compact-view-icon-toolbar">
<default>true</default>
<summary>Show Compact View button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-show-thumbnails-toolbar">
<default>false</default>
<summary>Show Thumbnails button in nemo toolbar</summary>
<description>If set to true, then Nemo browser windows will show the button.</description>
</key>
<key type="b" name="show-root-warning">
<default>true</default>
<summary>Show warning when opening as root</summary>
<description>If set to true, then Nemo show warning message when run Nemo as root user.</description>
</key>
<key name="confirm-move-to-trash" type="b">
<default>false</default>
<summary>Whether to ask for confirmation when moving files to Trash</summary>
<description>If set to true, then Nemo will ask for confirmation when you attempt to move files to the Trash.</description>
</key>
<key name="confirm-trash" type="b">
<default>true</default>
<summary>Whether to ask for confirmation when deleting files, or emptying Trash</summary>
<description>If set to true, then Nemo will ask for confirmation when you attempt to delete files, or empty the Trash.</description>
</key>
<key name="enable-delete" type="b">
<default>true</default>
<summary>Whether to enable immediate deletion</summary>
<description>If set to true, then Nemo will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</description>
</key>
<key name="swap-trash-delete" type="b">
<default>false</default>
<summary>Whether to swap the hotkeys for Trash and Delete</summary>
<description>If set to true, the Delete key will permanently delete a file, and the Shift-Delete key will only trash a file.</description>
</key>
<key name="show-directory-item-counts" enum="org.nemo.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<summary>When to show number of items in a folder</summary>
<description>Speed tradeoff for when to show the number of items in a folder. If set to "always" then always show item counts, even if the folder is on a remote server. If set to "local-only" then only show counts for local file systems. If set to "never" then never bother to compute item counts.</description>
</key>
<key name="click-policy" enum="org.nemo.ClickPolicy">
<default>'double'</default>
<summary>Type of click used to launch/open files</summary>
<description>Possible values are "single" to launch files on a single click, or "double" to launch them on a double click.</description>
</key>
<key name="executable-text-activation" enum="org.nemo.ActivationChoice">
<default>'ask'</default>
<summary>What to do with executable text files when activated</summary>
<description>What to do with executable text files when they are activated (single or double clicked). Possible values are "launch" to launch them as programs, "ask" to ask what to do via a dialog, and "display" to display them as text files.</description>
</key>
<key name="image-viewers-with-external-sort" type="as">
<default>['xviewer','feh','sxiv']</default>
<summary>Image viewer executables to pass sort order to</summary>
<description>When opening a single image with an application in this list, allow that viewer to display other images in the current nemo view, in the presented order (including searches). Other image viewers can be added, but are likely to ignore the order. The viewer Exec line must accept a list of files (either %U or %F).</description>
</key>
<key name="mouse-use-extra-buttons" type="b">
<default>true</default>
<summary>Use extra mouse button events in Nemo' browser window</summary>
<description>For users with mice that have "Forward" and "Back" buttons, this key will determine if any action is taken inside of Nemo when either is pressed.</description>
</key>
<key name="mouse-forward-button" type="i">
<default>9</default>
<summary>Mouse button to activate the "Forward" command in browser window</summary>
<description>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Forward" command in a browser window. Possible values range between 6 and 14.</description>
</key>
<key name="mouse-back-button" type="i">
<default>8</default>
<summary>Mouse button to activate the "Back" command in browser window</summary>
<description>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Back" command in a browser window. Possible values range between 6 and 14.</description>
</key>
<key name="show-image-thumbnails" enum="org.nemo.SpeedTradeoff">
<aliases><alias value='local_only' target='local-only'/></aliases>
<default>'local-only'</default>
<summary>When to show thumbnails of image files</summary>
<description>Speed tradeoff for when to show an image file as a thumbnail. If set to "always" then always thumbnail, even if the folder is on a remote server. If set to "local-only" then only show thumbnails for local file systems. If set to "never" then never bother to thumbnail images, just use a generic icon.</description>
</key>
<key name="inherit-show-thumbnails" type="b">
<default>false</default>
<summary>Inherit thumbnail visibility from parent</summary>
<description>If set, folders will inherit their thumbnail visibility from their parents</description>
</key>
<key name="thumbnail-limit" type="t">
<default>1048576</default>
<summary>Maximum image size for thumbnailing</summary>
<description>Images over this size (in bytes) won't be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
</key>
<key name="show-advanced-permissions" type="b">
<default>false</default>
<summary>Show advanced permissions in the file property dialog</summary>
<description>If set to true, then Nemo lets you edit and display file permissions in a more unix-like way, accessing some more esoteric options.</description>
</key>
<key name="sort-directories-first" type="b">
<default>true</default>
<summary>Show folders first in windows</summary>
<description>If set to true, then Nemo shows folders prior to showing files in the icon and list views.</description>
</key>
<key name="sort-favorites-first" type="b">
<default>true</default>
<summary>Show favorites first in windows</summary>
<description>If set to true, then Nemo shows favorites prior to other files in the icon and list views.</description>
</key>
<key name="default-sort-order" enum="org.nemo.SortOrder">
<aliases>
<alias value='modification_date' target='mtime'/>
</aliases>
<default>'name'</default>
<summary>Default sort order</summary>
<description>The default sort-order for items in the icon view. Possible values are "name", "size", "type" and "mtime".</description>
</key>
<key name="default-sort-in-reverse-order" type="b">
<default>false</default>
<summary>Reverse sort order in new windows</summary>
<description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</description>
</key>
<key name="desktop-is-home-dir" type="b">
<default>false</default>
<summary>Nemo uses the users home folder as the desktop</summary>
<description>If set to true, then Nemo will use the user's home folder as the desktop. If it is false, then it will use ~/Desktop as the desktop.</description>
</key>
<key name="default-folder-viewer" enum="org.nemo.FolderView">
<aliases>
<alias value='icon_view' target='icon-view'/>
<alias value='compact_view' target='compact-view'/>
<alias value='list_view' target='list-view'/>
</aliases>
<default>'icon-view'</default>
<summary>Default folder viewer</summary>
<description>When a folder is visited this viewer is used unless you have selected another view for that particular folder. Possible values are "list-view", "icon-view" and "compact-view".</description>
</key>
<key name="inherit-folder-viewer" type="b">
<default>false</default>
<summary>Inherit the view type (icon, compact, list) from parent to children</summary>
<description>When a folder is visited the viewer is inherited from that folder's parent unless you have selected another view for that particular folder.</description>
</key>
<key name="date-format" enum="org.nemo.DateFormat">
<default>'locale'</default>
<summary>Date Format</summary>
<description>The format of file dates. Possible values are "locale", "iso", and "informal".</description>
</key>
<key name="date-font-choice" enum="org.nemo.DateFontChoice">
<default>'auto-mono'</default>
<summary>The font to use for the date/time columns.</summary>
<description>The format of file dates. Possible values are "auto-mono" (best effort to match the application font), "system-mono" (use the current system mono font), and "no-mono" (use a normal font).</description>
</key>
<key name="show-hidden-files" type="b">
<default>false</default>
<summary>Whether to show hidden files</summary>
<description>If set to true, then hidden files are shown by default in the file manager. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
</key>
<key name="show-full-path-titles" type="b">
<default>false</default>
<summary>Whether to show the full path of the current view in the title bar and tab bars</summary>
<description>If set to true, will show the normal title of a window or tab, followed by the full path to that location in parentheses.</description>
</key>
<key name="bulk-rename-tool" type="ay">
<default>[]</default>
<summary>Bulk rename utility</summary>
<description>If set, Nemo will append URIs of selected files and treat the result as a command line for bulk renaming. Bulk rename applications can register themselves in this key by setting the key to a space-separated string of their executable name and any command line options. If the executable name is not set to a full path, it will be searched for in the search path.</description>
</key>
<key name="size-prefixes" enum="org.nemo.SizePrefixes">
<default>'base-10'</default>
<summary>Prefixes used for file sizes</summary>
<description>Determines whether Nemo uses base-10, base-10 long, base-2 or base-2 long file size prefixes</description>
</key>
<key name="close-device-view-on-device-eject" type="b">
<default>false</default>
<summary>Whether to close a view of a removeable device instead of navigating Home</summary>
<description>If set to true, a view open for a removeable device will be closed instead of sent Home if the device is ejected</description>
</key>
<key name="start-with-dual-pane" type="b">
<default>false</default>
<summary>Whether to default to showing dual-pane view when a new window is opened</summary>
<description>If set to true, new Nemo windows will default to showing two panes</description>
</key>
<key name="ignore-view-metadata" type="b">
<default>false</default>
<summary>Whether to ignore folder metadata for view zoom levels and layouts</summary>
<description>If set to true, views will not change according to their metadata, but stay consistent for the life of that window</description>
</key>
<key name="show-bookmarks-in-to-menus" type="b">
<default>true</default>
<summary>Whether to list bookmarks in the Move To/Copy To menus</summary>
<description>If set to true, bookmarks will be listed in the MoveTo/CopyTo menus</description>
</key>
<key name="show-places-in-to-menus" type="b">
<default>true</default>
<summary>Whether to list places in the Move To/Copy To menus</summary>
<description>If set to true, places will be listed in the MoveTo/CopyTo menus</description>
</key>
<key name="context-menus-show-all-actions" type="b">
<default>false</default>
<summary>deprecated - no longer used</summary>
</key>
<key name="tooltips-on-desktop" type="b">
<default>false</default>
<summary>Show tooltips for desktop items</summary>
<description>If true, tooltips will be displayed for desktop items.</description>
</key>
<key name="tooltips-in-icon-view" type="b">
<default>false</default>
<summary>Show tooltips when hovering on items in an icon or compact view</summary>
<description>If true, tooltips will be displayed for icon and compact view items</description>
</key>
<key name="tooltips-in-list-view" type="b">
<default>false</default>
<summary>Show tooltips when hovering on items in a list view</summary>
<description>If true, tooltips will be displayed for list view items</description>
</key>
<key name="tooltips-show-file-type" type="b">
<default>false</default>
<summary>Show detailed file type in tooltip</summary>
<description>If true, tooltips will show a detailed file type.</description>
</key>
<key name="tooltips-show-mod-date" type="b">
<default>false</default>
<summary>Show file modified date in tooltip</summary>
<description>If true, tooltips will show their modified date.</description>
</key>
<key name="tooltips-show-access-date" type="b">
<default>false</default>
<summary>Show file accessed date in tooltip</summary>
<description>If true, tooltips will show their accessed date.</description>
</key>
<key name="tooltips-show-birth-date" type="b">
<default>false</default>
<summary>Show file creation (birth) date in tooltip</summary>
<description>If true, tooltips will show their creation date.</description>
</key>
<key name="tooltips-show-path" type="b">
<default>false</default>
<summary>Show full path in tooltip</summary>
<description>If true, tooltips will show the file's full path.</description>
</key>
<key name="disable-menu-warning" type="b">
<default>false</default>
<summary>Don't show the explainer message when turning off the main menu</summary>
<description>If true, you will no longer recieve a popup explaining how to reactivate the main menu once you've hidden it</description>
</key>
<key name="last-server-connect-method" type="i">
<default>2</default>
<summary>Last server connect method used</summary>
</key>
<key name="never-queue-file-ops" type="b">
<default>false</default>
<summary>If true, all file operations will start immediately</summary>
</key>
<key name="click-double-parent-folder" type="b">
<default>false</default>
<summary>If true, double click left on blank area will go to parent folder</summary>
</key>
<key name="enable-mime-actions-make-executable" type="b">
<default>false</default>
<summary>Display the 'Make executable and run' button in the mime-action dialog (open an unknown filetype)</summary>
</key>
<key name="deferred-attribute-preload-limit" type="i">
<default>150</default>
<summary>Maximum number of files to preload deferred attributes for when opening a directory</summary>
<description>Certain file attributes (like thumbnail and extension info) are deferred until a folder finishes loading. This number specifies how many files to skip this behavior on so that smaller folders won't have an obvious delay when loading these attributes.</description>
</key>
<key name="treat-root-as-normal" type="b">
<default>false</default>
<summary>Suppress any safeguards when running nemo/nemo-desktop as the root user. For some systems there is only a root user.</summary>
</key>
<key name="detect-content" type="b">
<default>true</default>
<summary>If true, enable detection of the type of content of a mounted media and display a suggested application to open the media.</summary>
</key>
<key name="thumbnail-threads" type="i">
<default>-1</default>
<summary>Number of threads to dedicate to thumbnailing. -1 to let the program decide. The maximum allowed threads is half the number of logical processors, regardless of what is set here. If you change this setting you must restart Nemo for it to take effect.</summary>
</key>
</schema>
<schema id="org.nemo.icon-view" path="/org/nemo/icon-view/" gettext-domain="nemo">
<key name="captions" type="as">
<default>[ 'none', 'size', 'date_modified' ]</default>
<summary>List of possible captions on icons</summary>
<description>A list of captions below an icon in the icon view and
the desktop. The actual number of captions shown depends on
the zoom level. Some possible values are:
"size", "type", "date_modified", "date_changed", "date_accessed", "owner",
"group", "permissions", "octal_permissions" and "mime_type".</description>
</key>
<key name="default-use-tighter-layout" type="b">
<default>false</default>
<summary>deprecated - not used</summary>
</key>
<key name="labels-beside-icons" type="b">
<default>false</default>
<summary>Put labels beside icons</summary>
<description>If true, labels will be placed beside icons rather than underneath them.</description>
</key>
<key name="default-zoom-level" enum="org.nemo.ZoomLevel">
<default>'standard'</default>
<summary>Default icon zoom level</summary>
<description>Default zoom level used by the icon view.</description>
</key>
<key name="thumbnail-size" type="i">
<default>64</default>
<summary>Default Thumbnail Icon Size</summary>
<description>The default size of an icon for a thumbnail in the icon view.</description>
</key>
<key name="text-ellipsis-limit" type="as">
<default>[ '3' ]</default>
<summary>Text Ellipsis Limit</summary>
<description>A string specifying how parts of overlong file names
should be replaced by ellipses, depending on the zoom
level.
Each of the list entries is of the form "Zoom Level:Integer".
For each specified zoom level, if the given integer is
larger than 0, the file name will not exceed the given number of lines.
If the integer is 0 or smaller, no limit is imposed on the specified zoom level.
A default entry of the form "Integer" without any specified zoom level
is also allowed. It defines the maximum number of lines for all other zoom levels.
Examples:
0 - always display overlong file names;
3 - shorten file names if they exceed three lines;
smallest:5,smaller:4,0 - shorten file names if they exceed five lines
for zoom level "smallest". Shorten file names if they exceed four lines
for zoom level "smaller". Do not shorten file names for other zoom levels.
Available zoom levels:
smallest (33%), smaller (50%), small (66%), standard (100%), large (150%),
larger (200%), largest (400%)</description>
</key>
</schema>
<schema id="org.nemo.compact-view" path="/org/nemo/compact-view/" gettext-domain="nemo">
<key name="default-zoom-level" enum="org.nemo.ZoomLevel">
<default>'standard'</default>
<summary>Default compact view zoom level</summary>
<description>Default zoom level used by the compact view.</description>
</key>
<key name="all-columns-have-same-width" type="b">
<default>false</default>
<summary>All columns have same width</summary>
<description>If this preference is set, all columns in the compact view have the same width. Otherwise, the width of each column is determined seperately.</description>
</key>
</schema>
<schema id="org.nemo.list-view" path="/org/nemo/list-view/" gettext-domain="nemo">
<key name="default-zoom-level" enum="org.nemo.ZoomLevel">
<default>'smaller'</default>
<summary>Default list zoom level</summary>
<description>Default zoom level used by the list view.</description>
</key>
<key name="default-visible-columns" type="as">
<default>[ 'name', 'size', 'type', 'date_modified' ]</default>
<summary>Default list of columns visible in the list view</summary>
<description>Default list of columns visible in the list view.</description>
</key>
<key name="default-column-order" type="as">
<default>[ 'name', 'size', 'type', 'date_modified' ]</default>
<summary>Default column order in the list view</summary>
<description>Default column order in the list view.</description>
</key>
</schema>
<schema id="org.nemo.sidebar-panels" path="/org/nemo/sidebar-panels/" gettext-domain="nemo">
<child name="tree" schema="org.nemo.sidebar-panels.tree"/>
</schema>
<schema id="org.nemo.sidebar-panels.tree" path="/org/nemo/sidebar-panels/tree/" gettext-domain="nemo">
<key name="show-only-directories" type="b">
<default>true</default>
<summary>Only show folders in the tree side pane</summary>
<description>If set to true, Nemo will only show folders in the tree side pane. Otherwise it will show both folders and files.</description>
</key>
</schema>
<schema id="org.nemo.desktop" path="/org/nemo/desktop/" gettext-domain="nemo">
<key name="font" type="s">
<default l10n="messages" context="desktop-font">'Noto Sans 10'</default>
<summary>Desktop font</summary>
<description>The font description used for the icons on the desktop.</description>
</key>
<key name="desktop-layout" type="s">
<default>"true::false"</default>
<summary>Desktop layout</summary>
<description>Format bool:bool, show desktop folder on primary monitor:show desktop on remaining monitors</description>
</key>
<key name="show-orphaned-desktop-icons" type="b">
<default>true</default>
<summary>Whether to show icons from inactive monitors on another monitor</summary>
</key>
<key name="show-desktop-icons" type="b">
<default>true</default>
<summary>Deprecated: Allow Nemo to manage the desktop</summary>
<description>Deprecated: If this is set to true, Nemo will autostart and manage the desktop</description>
</key>
<key name="use-desktop-grid" type="b">
<default>true</default>
<summary>Which desktop view type to use</summary>
<description>If true, the new desktop grid view will be used by nemo-desktop, otherwise the legacy view will be used.</description>
</key>
<key name="vertical-grid-adjust" type="d">
<default>1.0</default>
<summary>Vertical desktop grid adjustment</summary>
<description>Overrides the standard vertical spacing for the desktop grid, in situation where default spacing is not ideal due to label customizations. This is a value from 0.5 to 1.5, with 1.0 being no adjustment, and 0.5 being half the default spacing.</description>
</key>
<key name="horizontal-grid-adjust" type="d">
<default>1.0</default>
<summary>Horizontal desktop grid adjustment</summary>
<description>Overrides the standard horizontal spacing for the desktop grid, in situation where default spacing is not ideal due to label customizations. This is a value from 0.5 to 1.5, with 1.0 being no adjustment, and 0.5 being half the default spacing.</description>
</key>
<key name="home-icon-visible" type="b">
<default>false</default>
<summary>Home icon visible on desktop</summary>
<description>If this is set to true, an icon linking to the home folder will be put on the desktop.</description>
</key>
<key name="computer-icon-visible" type="b">
<default>false</default>
<summary>Computer icon visible on desktop</summary>
<description>If this is set to true, an icon linking to the computer location will be put on the desktop.</description>
</key>
<key name="trash-icon-visible" type="b">
<default>false</default>
<summary>Trash icon visible on desktop</summary>
<description>If this is set to true, an icon linking to the trash will be put on the desktop.</description>
</key>
<key name="volumes-visible" type="b">
<default>false</default>
<summary>Show mounted volumes on the desktop</summary>
<description>If this is set to true, icons linking to mounted volumes will be put on the desktop.</description>
</key>
<key name="network-icon-visible" type="b">
<default>false</default>
<summary>Network Servers icon visible on the desktop</summary>
<description>If this is set to true, an icon linking to the Network Servers view will be put on the desktop.</description>
</key>
<key name="text-ellipsis-limit" type="i">
<default>2</default>
<summary>Text Ellipsis Limit</summary>
<description>An integer specifying how parts of overlong file names should be replaced by ellipses on the desktop. If the number is larger than 0, the file name will not exceed the given number of lines. If the number is 0 or smaller, no limit is imposed on the number of displayed lines.</description>
</key>
<key name="ignored-desktop-handlers" type="as">
<default>['conky', 'csd-background']</default>
<summary>List of desktop-handling to ignore when determining whether or not to manager the desktop.</summary>
<description>Nemo checks for _NET_WM_WINDOW_TYPE_DESKTOP-type windows, and skips managing the desktop if any others are detected. Add potential names to this list to ignore when performing this check. This means that you want nemo to create its own desktop window(s) even though something else already seems to. The check is based on a program's WM_CLASS.</description>
</key>
<key name="background-fade" type="b">
<default>true</default>
<summary>Fade the background on change</summary>
<description>If set to true, then Nemo will use a fade effect to change the desktop background.</description>
</key>
</schema>
<schema id="org.nemo.window-state" path="/org/nemo/window-state/" gettext-domain="nemo">
<key name="geometry" type="s">
<default>''</default>
<summary>The geometry string for a navigation window.</summary>
<description>A string containing the saved geometry and coordinates string for navigation windows.</description>
</key>
<key name="maximized" type="b">
<default>false</default>
<summary>Whether the navigation window should be maximized.</summary>
<description>Whether the navigation window should be maximized by default.</description>
</key>
<key name="sidebar-width" type="i">
<default>170</default>
<summary>Width of the side pane</summary>
<description>The default width of the side pane in new windows.</description>
</key>
<key name="sidebar-bookmark-breakpoint" type="i">
<default>-1</default>
<summary>Index of the bookmark list to jump to the dedicated sidebar bookmark section</summary>
<description>This is an internal setting for the sidebar that tracks the index in the bookmark list that separates bookmarks in the Computer section from bookmarks in the Bookmark section.</description>
</key>
<key name="start-with-toolbar" type="b">
<default>true</default>
<summary>Show toolbar in new windows</summary>
<description>If set to true, newly opened windows will have toolbars visible.</description>
</key>
<key name="start-with-location-bar" type="b">
<default>true</default>
<summary>Show location bar in new windows</summary>
<description>If set to true, newly opened windows will have the location bar visible.</description>
</key>
<key name="start-with-status-bar" type="b">
<default>true</default>
<summary>Show status bar in new windows</summary>
<description>If set to true, newly opened windows will have the status bar visible.</description>
</key>
<key name="start-with-sidebar" type="b">
<default>true</default>
<summary>Show side pane in new windows</summary>
<description>If set to true, newly opened windows will have the side pane visible.</description>
</key>
<key name="start-with-menu-bar" type="b">
<default>true</default>
<summary>Show menu bar in new windows</summary>
<description>If set to true, newly opened windows will have the menu bar visible.</description>
</key>
<key name="my-computer-expanded" type="b">
<default>true</default>
<summary>Expand My Computer section in places sidebar</summary>
<description>View state storage for My Computer in places sidebar</description>
</key>
<key name="bookmarks-expanded" type="b">
<default>true</default>
<summary>Expand Bookmark section in places sidebar</summary>
<description>View state storage for Bookmarks in places sidebar</description>
</key>
<key name="devices-expanded" type="b">
<default>true</default>
<summary>Expand Devices section in places sidebar</summary>
<description>View state storage for My Computer in places sidebar</description>
</key>
<key name="network-expanded" type="b">
<default>true</default>
<summary>Expand Network section in places sidebar</summary>
<description>View state storage for My Computer in places sidebar</description>
</key>
<key name="side-pane-view" type="s">
<choices>
<choice value='places'/>
<choice value='tree'/>
</choices>
<aliases>
<alias value='NemoPlacesSidebar' target='places'/>
<alias value='NemoTreeSidebar' target='tree'/>
</aliases>
<default>'places'</default>
<summary>Side pane view</summary>
<description>The side pane view to show in newly opened windows.</description>
</key>
</schema>
<schema id="org.nemo.plugins" path="/org/nemo/plugins/" gettext-domain="nemo">
<key name="disabled-extensions" type="as">
<default>[]</default>
<summary>List of extensions -not- to load.</summary>
<description>List of extension names you do -not- want to load. This maintains the behavior of an installed extension being enabled by default.</description>
</key>
<key name="disabled-actions" type="as">
<default>[]</default>
<summary>List of NemoActions -not- to load.</summary>
<description>List of action files you do -not- want loaded. This maintains the behavior of an installed action being enabled by default.</description>
</key>
<key name="disabled-scripts" type="as">
<default>[]</default>
<summary>List of scripts -not- to load.</summary>
<description>List of script files you do -not- want loaded. This maintains the behavior of an installed script being enabled by default.</description>
</key>
</schema>
<schema id="org.nemo.preferences.menu-config" path="/org/nemo/preferences/menu-config/" gettext-domain="nemo">
<!-- Selection -->
<key name="selection-menu-open" type="b">
<default>true</default>
<summary>Show the selection context menu's Open item.</summary>
</key>
<key name="selection-menu-open-in-new-tab" type="b">
<default>true</default>
<summary>Show the selection context menu's Open in New Tab item.</summary>
</key>
<key name="selection-menu-open-in-new-window" type="b">
<default>true</default>
<summary>Show the selection context menu's Open in New Window item.</summary>
</key>
<key name="selection-menu-scripts" type="b">
<default>true</default>
<summary>Show the selection context menu's Scripts submenu.</summary>
</key>
<key name="selection-menu-cut" type="b">
<default>true</default>
<summary>Show the selection context menu's Cut item.</summary>
</key>
<key name="selection-menu-copy" type="b">
<default>true</default>
<summary>Show the selection context menu's Copy item.</summary>
</key>
<key name="selection-menu-paste" type="b">
<default>true</default>
<summary>Show the selection context menu's Paste item.</summary>
</key>
<key name="selection-menu-duplicate" type="b">
<default>false</default>
<summary>Show the selection context menu's Duplicate item.</summary>
</key>
<key name="selection-menu-pin" type="b">
<default>true</default>
<summary>Show the selection context menu's Pin/Unpin item.</summary>
</key>
<key name="selection-menu-favorite" type="b">
<default>true</default>
<summary>Show the selection context menu's Favorite/Unfavorite item.</summary>
</key>
<key name="selection-menu-make-link" type="b">
<default>false</default>
<summary>Show the selection context menu's Create Link item.</summary>
</key>
<key name="selection-menu-rename" type="b">
<default>true</default>
<summary>Show the selection context menu's Rename item.</summary>
</key>
<key name="selection-menu-copy-to" type="b">
<default>false</default>
<summary>Show the selection context menu's Copy To submenu.</summary>
</key>
<key name="selection-menu-move-to" type="b">
<default>false</default>
<summary>Show the selection context menu's Move To submenu.</summary>
</key>
<key name="selection-menu-open-in-terminal" type="b">
<default>true</default>
<summary>Show the selection context menu's Open in Terminal item.</summary>
</key>
<key name="selection-menu-open-as-root" type="b">
<default>true</default>
<summary>Show the selection context menu's Open As Root item.</summary>
</key>
<key name="selection-menu-move-to-trash" type="b">
<default>true</default>
<summary>Show the selection context menu's Move to Trash item.</summary>
</key>
<key name="selection-menu-properties" type="b">
<default>true</default>
<summary>Show the selection context menu's Properties item.</summary>
</key>
<!-- Background -->
<key name="background-menu-create-new-folder" type="b">
<default>true</default>
<summary>Show the background context menu's Create New Folder item.</summary>
</key>
<key name="background-menu-scripts" type="b">
<default>true</default>
<summary>Show the background context menu's Scripts submenu.</summary>
</key>
<key name="background-menu-open-in-terminal" type="b">
<default>true</default>
<summary>Show the background context menu's Open in Terminal item.</summary>
</key>
<key name="background-menu-open-as-root" type="b">
<default>true</default>
<summary>Show the background context menu's Open as Root item.</summary>
</key>
<key name="background-menu-show-hidden-files" type="b">
<default>true</default>
<summary>Show the background context menu's Show Hidden Files item.</summary>
</key>
<key name="background-menu-paste" type="b">
<default>true</default>
<summary>Show the background context menu's Paste item.</summary>
</key>
<key name="background-menu-properties" type="b">
<default>true</default>
<summary>Show the background context menu's Properties item.</summary>
</key>
<!-- Icon View -->
<key name="iconview-menu-arrange-items" type="b">
<default>true</default>
<summary>Show the background context menu's Arrange Items submenu (icon view only).</summary>
</key>
<key name="iconview-menu-organize-by-name" type="b">
<default>true</default>
<summary>Show the background context menu's Organize by Name item (icon view only).</summary>
</key>
<!-- Desktop (new) -->
<key name="desktop-menu-customize" type="b">
<default>true</default>
<summary>Show the background context menu's Customize item (new-style desktop only).</summary>
</key>
</schema>
<schema id="org.nemo.search" path="/org/nemo/search/" gettext-domain="nemo">
<key name="search-content-use-regex" type="b">
<default>false</default>
<summary>Stores the most recent state of the search regex toggle</summary>
</key>
<key name="search-regex-format" type="s">
<default>'pcre'</default>
<summary>valid formats: pcre, javascript</summary>
</key>
<key name="search-content-use-raw" type="b">
<default>false</default>
<summary>Treat patterns as raw bytes, not utf-8</summary>
</key>
<key name="search-file-case-sensitive" type="b">
<default>false</default>
<summary>Stores the most recent state of the file search case toggle</summary>
</key>
<key name="search-content-case-sensitive" type="b">
<default>false</default>
<summary>Stores the most recent state of the content search case toggle</summary>
</key>
<key name="search-skip-folders" type="as">
<default>['/dev', '/proc', '/sys', 'dosdevices', '.git']</default>
<summary>Paths or folder names to never recurse into when searching</summary>
<description>List of locations that the search engine will never enter when looking for matches. These can be absolute or simply folder names (like .git). You can still enter those folders and search inside of them, however.</description>
</key>
<key name="search-files-recursively" type="b">
<default>true</default>
<summary>Recurse into subfolders when performing a search</summary>
</key>
<key name="search-visible-columns" type="as">
<default>[]</default>
<summary>Saved list of columns visible in the search view.</summary>
</key>
<key name="search-sort-column" type="s">
<default>''</default>
<summary>Column to sort on when viewing search results</summary>
</key>
<key name="search-reverse-sort" type="b">
<default>false</default>
<summary>Reverse the direction of the sort when viewing search results</summary>
</key>
<key name="search-file-history" type="as">
<default>[]</default>
<summary>List of previous file searches</summary>
</key>
<key name="search-content-history" type="as">
<default>[]</default>
<summary>Not currently used</summary>
</key>
<key name="search-content-history-length" type="i">
<default>10</default>
<summary>Not currently used</summary>
</key>
</schema>
</schemalist>
|