Racourcis sur bureau xubuntu

dahra -  
 asens -
Bonjour,
j teste xubuntu avec wubi mais je n'arrive pas a mettre
les racourcis des applications sur le bureau
comment faire ?
et merci
Configuration: Windows XP
Safari 530.5

6 réponses

  1. Utilisateur anonyme
     
    Tu cliques droit
    et tu sélectionnes : " Ajouter ce lanceur au bureau ".
    2
  2. dahra
     
    bonjour
    j'essayerai ça tout a l'heure
    merci
    0
  3. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour
    #!/bin/bash
    ##Script-Yannou90 : http://forum.ubuntu-fr.org/profile.php?id=73803
    # This program is free software; you can redistribute it and/or
    # modify it under the terms of the GNU General Public License
    # as published by the Free Software Foundation; either version 2
    # of the License, or (at your option) any later version.
    # 
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # 
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    
    listicone=$(ls /usr/share/applications | grep .desktop | tr "\n" " " | sed s/.desktop//g)
    while true
    do
    creaticon=$(zenity --entry --title=ICONATOR --text="Nom de l'application ou sélectionnez d'après la liste déroulante:" $listicone)
    if [ "${PIPESTATUS[0]}" != "0" ]; then
    exit
    fi
    ls /usr/share/applications | grep $creaticon
    if [ $? = 0 ] ; then
    cp /usr/share/applications/$creaticon.desktop /home/$USER/Bureau
    exit 0
    fi
    zenity --warning --title=ICONATOR --text="l'application n'existe pas !"
    done

    un petit script qui te permet de faire ça au poil , trouver sur le forum de ubuntu.fr
    tu l'enregistres
    ensuite
    chmod u+x lemondufichierchoisi
    ./lenomdufichierchoisi
    a+
    0
  4. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    cela t'a t'il aider?
    a+
    0
    1. dahra
       
      bonjour,
      j'ai utilise la methode des lanceurs de SiGentil
      je n'ai pas voulu m'aventurer avec le script
      car le probleme etaitdeja resolu
      merci tout de meme
      0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    re, ça ne risque rien , essaye le tu verras que c'est pas mal
    a+
    0
    1. asens
       
      bonsoir,
      c'est plutot amusant ça apaise
      c'est une farce on croit arriver mais
      rien ne se passe
      a+
      0
  7. asens
     
    bonjour
    c'est plutot agreable et plus facile
    merci jeanbi
    ça valait la peine de l'essayer
    0