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] – [Screenshoot] 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
 + 
 +__**//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> 
 + 
 + 
  
 ===== Screenshoot ===== ===== Screenshoot =====
Ligne 24: Ligne 57:
  
 {{:python:launcher_01.png?400|}} {{:python:launcher_01.png?400|}}
 +
 {{:launcher_02.png?400|}} {{:launcher_02.png?400|}}
 +
 {{:launcher_03.png?400|}} {{:launcher_03.png?400|}}
 +
 {{:launcher_04.png?400|}} {{:launcher_04.png?400|}}
  
 ===== GIT  ===== ===== GIT  =====
  
-  * [[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb+<WRAP center round important 60%> 
 +Attention prendre la version la plus récente du GIT  
 + 
 +[[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb]] 
 +</WRAP> 
  
 ===== Installation ===== ===== Installation =====
  
 ==== Installation ==== ==== Installation ====
- 
- 
-<WRAP center round important 60%> 
-Prendre la version la plus à jour 
-</WRAP> 
  
 <code> <code>
Ligne 48: Ligne 84:
 Au besoin Au besoin
 <code># apt-get install -f</code> <code># apt-get install -f</code>
 +
  
 ==== Suppression ==== ==== Suppression ====
Ligne 54: 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.1606315185.txt.gz · Dernière modification : 2020/11/25 15:39 de cyrille