2 echo "backup of uca.xml"
3 cp /etc/xdg/Thunar/uca.xml /etc/xdg/Thunar/uca.xml_backup
4 echo "modification of thunar menu in uca.xml"
5 cp /usr/share/GKIM/uca.xml /etc/xdg/Thunar/uca.xml
6 echo "You should restart xfce."
8 echo "if you have make modification of personalised action of thunar, try to execute in user mode :"
9 echo " ####################################################"
10 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh install"
11 echo " ####################################################"
14 echo " To remove modification, you must before desintalling xfce4-gkim execute"
15 echo " ####################################################"
16 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh remove"
17 echo " ####################################################"
22 echo "restauration of thunar menu"
23 mv /etc/xdg/Thunar/uca.xml_backup /etc/xdg/Thunar/uca.xml
28 echo "modification of thunar menu in uca.xml"
29 cp /usr/share/GKIM/uca.xml /etc/xdg/Thunar/uca.xml
30 echo "You should restart xfce."
32 echo "if you have make modification of personalised action of thunar, try to execute in user mode :"
33 echo " ####################################################"
34 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh install"
35 echo " ####################################################"
38 echo " To remove modification, you must before desintalling xfce4-gkim execute"
39 echo " ####################################################"
40 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh remove"
41 echo " ####################################################"