changing the way desktop files are created
This commit is contained in:
parent
87561453cb
commit
63738ece6e
@ -118,29 +118,32 @@ echo "Ajout des alias au bashrc réussi."
|
|||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# Installation des fichiers desktop
|
# Installation des fichiers desktop
|
||||||
echo "[Desktop Entry]\n\
|
cat << "EOF" > $HOME/.config/autostart/syncthing-autostart.desktop
|
||||||
Encoding=UTF-8\n\
|
[Desktop Entry]
|
||||||
Name=Syncthing\n\
|
Encoding=UTF-8
|
||||||
Icon=syncthing\n\
|
Name=Syncthing
|
||||||
Comment="Outil de synchronisation sécurisé sans serveur central"\n\
|
Icon=syncthing
|
||||||
Exec=bin/syncthing/syncthing\n\
|
Comment="Outil de synchronisation sécurisé sans serveur central"
|
||||||
Terminal=false\n\
|
Exec=bin/syncthing/syncthing
|
||||||
Type=Application\n\
|
Terminal=false
|
||||||
" >> $HOME/.config/autostart/syncthing-autostart.desktop
|
Type=Application
|
||||||
|
EOF
|
||||||
|
|
||||||
fonct_ArretSurErreur
|
fonct_ArretSurErreur
|
||||||
echo "Ajout du lien de démmarrage automatique réussi."
|
echo "Ajout du lien de démmarrage automatique réussi."
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
echo "[Desktop Entry]\n\
|
cat << "EOF" > $HOME/.local/share/applications/syncthing-wui.desktop
|
||||||
Encoding=UTF-8\n\
|
[Desktop Entry]
|
||||||
Name=Syncthing (Interface Web)\n\
|
Encoding=UTF-8
|
||||||
Icon=syncthing\n\
|
Name=Syncthing (Interface Web)
|
||||||
Comment=\"Ouvrir l'interface web de Syncthing\"\n\
|
Icon=syncthing
|
||||||
Exec=firefox --new-tab 127.0.0.1:8384\n\
|
Comment="Ouvrir l'interface web de Syncthing"
|
||||||
Terminal=false\n\
|
Exec=firefox --new-tab 127.0.0.1:8384
|
||||||
Type=Application\n\
|
Terminal=false
|
||||||
Categories=Network;\n\
|
Type=Application
|
||||||
" >> $HOME/.local/share/applications/syncthing-wui.desktop
|
Categories=Network;
|
||||||
|
EOF
|
||||||
fonct_ArretSurErreur
|
fonct_ArretSurErreur
|
||||||
echo "Ajout du raccourcis vers l'interface web réussi."
|
echo "Ajout du raccourcis vers l'interface web réussi."
|
||||||
echo "Vous le trouverez dans le menu principal"
|
echo "Vous le trouverez dans le menu principal"
|
||||||
|
Loading…
Reference in New Issue
Block a user