====== Create autostart launcher ====== Un utilitaire **python / GTK** afin de créer un script de démarrage automatique suite à une connexion au gestionnaire X. Fonctionne quelque soit le **Display Manager**. [[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb]] ===== Dépendances requises ===== **python3, python3-gi, python3-pil** ===== Modification système ===== 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 Création du fichier d'autostart dans le répertoire courant de l'utilisateur /home/$USER/.config/autostart/LeNomDuLanceur.desktop __**//Structure de ce fichier://**__ [Desktop Entry] Type=Application Name= Exec= Icon= Comment= X-GNOME-Autostart-enabled=true ===== Screenshoot ===== {{:python:launcher_01.png?400|}} {{:launcher_02.png?400|}} {{:launcher_03.png?400|}} {{:launcher_04.png?400|}} ===== GIT ===== Attention prendre la version la plus récente du GIT [[https://github.com/CyrilleBiot/create_autostart_launcher| GIT : sources et packages .deb]] ===== Installation ===== ==== Installation ==== wget https://github.com/CyrilleBiot/create_autostart_launcher/raw/main/create-autostart-launcher_1.2.1_all.deb # dpkg -i create-autostart-launcher_1.2.1_all.deb Au besoin # apt-get install -f ==== Suppression ==== # dpkg -r create-autostart-launcher ===== BUGS ===== * [[https://github.com/CyrilleBiot/create_autostart_launcher/issues|Bugs tracking]]