Xfce: use udisks2 instead of udisks
Enabling udisks2 allows gvfs (which should be built with udisks support) to perform mount/unmount operations on removable drives. It affects Thunar and probably other Gtk-based file managers. Gvfs doesn't supports earlier versions of udisks.
This commit is contained in:
parent
4b504d8bba
commit
303794e0d7
@ -84,7 +84,7 @@ in
|
||||
'';
|
||||
|
||||
# Enable helpful DBus services.
|
||||
services.udisks.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
services.upower.enable = config.powerManagement.enable;
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user