diff --git a/Readme.md b/Readme.md index 9e6246e..87a6868 100644 --- a/Readme.md +++ b/Readme.md @@ -46,3 +46,13 @@ Intégration au bureau cp borgbackupgui.desktop $HOME/.local/share/applications +Problèmes connus +--------------- + +1. Le raccourcis n'apparaît pas, la commande borgbackup-gui renvoie "Commande introuvable". + +Le repertoire ~/.local/bin ne fait pas parti du $PATH. Exécutez la commande `pipx ensurepath` pour régler le problème + +2. La commande borgbackup-gui crash au lancement avec le message: `qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin` + +Installez la librairie libxcb-cursor0 : `sudo apt install libxcb-cursor0` \ No newline at end of file