|
|
|
@ -1,3 +1,13 @@ |
|
|
|
## gphoto2 |
|
|
|
https://ouilogique.com/installer-gphoto2/ |
|
|
|
|
|
|
|
``` |
|
|
|
sudo apt-get install gphoto2 |
|
|
|
# GPHOTO2 entre en conflit avec gvfs-gphoto2-volume-monitor et il est donc nécessaire de le désactiver avec les commandes suivantes : |
|
|
|
|
|
|
|
sudo chmod -x /usr/lib/gvfs/gvfs-gphoto2-volume-monitor |
|
|
|
``` |
|
|
|
|
|
|
|
Pour démarrer chromium au démarrage : |
|
|
|
``` |
|
|
|
./.config/lxsession/Lubuntu/autostart |
|
|
|
|