From 7c0e16da14bc955858e441b63f0bc26c79fc4d3a Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 31 Jan 2017 23:49:16 +0000 Subject: Ensure draklive-install icon is removed from Xfce desktop in installed system. Source file name is mageia-draklive-install.desktop, but draklive-install looks for draklive-install.desktop. --- config/live.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/live.cfg b/config/live.cfg index d8ecdf9..b6447e3 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -181,7 +181,7 @@ my $_l = { if_($live->{settings}{desktop} eq 'xfce4' && $live->{settings}{default_user}, # 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/", + "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", ), -- cgit v1.2.1