From 40ae2f9c8ee83c6bd44321ea5fe80314ed52a2a5 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 6 Feb 2017 20:28:22 +0000 Subject: live.cfg: no longer need to disable Xfce/Thunar autobrowse by default. draklive-install now uses udisks2-inhibit, which prevents the unwanted file manager windows popping up. --- config/live.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/live.cfg b/config/live.cfg index b6447e3..1cae9aa 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -182,8 +182,6 @@ my $_l = { # add a desktop icon to run draklive-install "mkdir -p /home/$live->{settings}{default_user}/Desktop", "cp /usr/share/applications/mageia-draklive-install.desktop /home/$live->{settings}{default_user}/Desktop/draklive-install.desktop", - # disable autobrowse by default (prevents unwanted file browsers popping up when running draklive-install) - "perl -0777 -pi -e 's/(.*autobrowse.*)\\n(.*enabled.*)true(.*)/\$1\\n\$2false\$3/' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml", ), #- fix user perms for copied files -- cgit v1.2.1