Outils pour utilisateurs

Outils du site


python:create-autostart-launcher

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
python:create-autostart-launcher [2020/11/25 15:39] – [Installation] cyrillepython:create-autostart-launcher [2020/12/01 19:04] (Version actuelle) – [Modification système] cyrille
Ligne 5: Ligne 5:
  
 Fonctionne quelque soit le **Display Manager**. Fonctionne quelque soit le **Display Manager**.
 +
 +[[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb]]
  
 ===== Dépendances requises ===== ===== Dépendances requises =====
Ligne 13: Ligne 15:
 ===== Modification système ===== ===== Modification système =====
  
 +<code> tree create-autostart-launcher
 +create-autostart-launcher
 +├── debian
 +│   ├── changelog
 +│   ├── compat
 +│   ├── control
 +│   ├── copyright
 +│   ├── install
 +│   ├── postinst
 +│   ├── prerm
 +│   └── rules
 +└── source
 +    ├── apropos.png
 +    ├── create_autostart_launcher.6.gz
 +    ├── create_autostart_launcher.desktop
 +    └── create_autostart_launcher.py
 +
 +2 directories, 12 files
 +</code>
  
-{{:python:005.png?400|}} 
  
 Création du fichier d'autostart dans le répertoire courant de l'utilisateur Création du fichier d'autostart dans le répertoire courant de l'utilisateur
  
-[code]/home/$USER/.config/autostart/LeNomDuLanceur.desktop[/code]+<code>/home/$USER/.config/autostart/LeNomDuLanceur.desktop</code>
  
-===== Screenshoot =====+__**//Structure de ce fichier://**__
  
 +<code>[Desktop Entry]
 +Type=Application
 +Name=<Name of application as displayed>
 +Exec=<command to execute>
 +Icon=<full path to icon>
 +Comment=<optinal comments>
 +X-GNOME-Autostart-enabled=true</code>
  
-{{:python:launcher_01.png?400|}}{{:launcher_02.png?400|}}{{:launcher_03.png?400|}}{{:launcher_04.png?400|}} 
  
-===== GIT  ===== 
  
-  * [[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb 
  
-===== Installation =====+===== Screenshoot =====
  
-==== Installation ==== 
  
 +{{:python:launcher_01.png?400|}}
 +
 +{{:launcher_02.png?400|}}
 +
 +{{:launcher_03.png?400|}}
 +
 +{{:launcher_04.png?400|}}
 +
 +===== GIT  =====
  
 <WRAP center round important 60%> <WRAP center round important 60%>
-Prendre la version la plus à jour+Attention prendre la version la plus récente du GIT  
 + 
 +[[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb]]
 </WRAP> </WRAP>
 +
 +
 +===== Installation =====
 +
 +==== Installation ====
  
 <code> <code>
Ligne 45: Ligne 84:
 Au besoin Au besoin
 <code># apt-get install -f</code> <code># apt-get install -f</code>
 +
  
 ==== Suppression ==== ==== Suppression ====
Ligne 51: Ligne 91:
 <code># dpkg -r create-autostart-launcher</code> <code># dpkg -r create-autostart-launcher</code>
  
 +
 +===== BUGS =====
 +
 +  * [[https://github.com/CyrilleBiot/create_autostart_launcher/issues|Bugs tracking]]
python/create-autostart-launcher.1606315165.txt.gz · Dernière modification : 2020/11/25 15:39 de cyrille