Change the Windows1 UUID and reenable remote thumbnails
This commit is contained in:
parent
217a464240
commit
0717e2c401
|
@ -35,7 +35,7 @@
|
||||||
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
||||||
};
|
};
|
||||||
"/mnt/Windows1" = {
|
"/mnt/Windows1" = {
|
||||||
device = "/dev/disk/by-uuid/10BC97B2BC979138";
|
device = "/dev/disk/by-uuid/48F5C6E06416229C";
|
||||||
options = [ "nosuid" "nodev" "noauto" ];
|
options = [ "nosuid" "nodev" "noauto" ];
|
||||||
};
|
};
|
||||||
"/mnt/Windows2" = {
|
"/mnt/Windows2" = {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
RecentFilesNumber=0
|
RecentFilesNumber=0
|
||||||
|
|
||||||
[Desktop]
|
[Desktop]
|
||||||
|
HideItems=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortFolderFirst=true
|
SortFolderFirst=true
|
||||||
SortHiddenLast=false
|
SortHiddenLast=false
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
ShowMenuBar=true
|
ShowMenuBar=true
|
||||||
ShowTabClose=true
|
ShowTabClose=true
|
||||||
SwitchToNewTab=true
|
SwitchToNewTab=true
|
||||||
|
TabPaths=@Invalid()
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue