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:
@@ -84,7 +84,7 @@ in
|
||||
'';
|
||||
|
||||
# Enable helpful DBus services.
|
||||
services.udisks.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
services.upower.enable = config.powerManagement.enable;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user