#1 Le 27/03/2025, à 19:03
- 0livier38
[RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
Bonjour
Un nouveau problème ...
Je viens de passé de la version Linux 6.11.0-19 a la Linux 6.11.0-21 et je n'arrive plus a lancer GIMP.
En ligne de commande j'ai
olivier@Bureau:~$ gimp
ln: failed to create symbolic link '/home/olivier/snap/gimp/506/.config/gtk-2.0/gtkfilechooser.ini': File exists
Warning: /snap/gimp/506/openvino not present inside gimp snap. Please install the snap using 'sudo snap install openvino-toolkit-2404 --beta' and restart the application.
[OpenVINO AI Plugins for GIMP]: Installing super resolution and semantic segmentation models to /home/olivier/.local/share/openvino-ai-plugins-gimp and config to /home/olivier/snap/gimp/common
/snap/gimp/506/usr/bin/gimp: symbol lookup error: /snap/gimp/506/usr/bin/gimp: undefined symbol: g_variant_builder_init_static
Du coup j'ai tenté
olivier@Bureau:~$ sudo snap install openvino-toolkit-2404 --beta
openvino-toolkit-2404 (beta) 2024.6.0 from Intel OpenVINO (openvino✓) installed
et j'ai retenté GIMP
olivier@Bureau:~$ gimp
ln: failed to create symbolic link '/home/olivier/snap/gimp/506/.config/gtk-2.0/gtkfilechooser.ini': File exists
Warning: to use the GPU plugin, the user must be in the render group.
Please run 'sudo usermod -a -G render olivier' then log out and back in.
[OpenVINO AI Plugins for GIMP]: Installing super resolution and semantic segmentation models to /home/olivier/.local/share/openvino-ai-plugins-gimp and config to /home/olivier/snap/gimp/common
/snap/gimp/506/usr/bin/gimp: symbol lookup error: /snap/gimp/506/usr/bin/gimp: undefined symbol: g_variant_builder_init_static
j'ai donc lancer
sudo usermod -a -G render olivier
et tenté de nouveau GIMP
olivier@Bureau:~$ gimp
ln: failed to create symbolic link '/home/olivier/snap/gimp/506/.config/gtk-2.0/gtkfilechooser.ini': File exists
Warning: to use the GPU plugin, the user must be in the render group.
Please run 'sudo usermod -a -G render olivier' then log out and back in.
[OpenVINO AI Plugins for GIMP]: Installing super resolution and semantic segmentation models to /home/olivier/.local/share/openvino-ai-plugins-gimp and config to /home/olivier/snap/gimp/common
/snap/gimp/506/usr/bin/gimp: symbol lookup error: /snap/gimp/506/usr/bin/gimp: undefined symbol: g_variant_builder_init_static
Je suis un peu perdu
Dernière modification par 0livier38 (Le 27/03/2025, à 19:06)
ASUSTeK COMPUTER INC. NUC13ANH-B
Proc 13th Gen Intel® Core™ i3-1315U × 8
Graph Intel® Graphics (RPL-U)
Ubuntu 24.04.2 LTS Budgie 10.9.1 Noyau Linux 6.11.0-21-generic
Hors ligne
#2 Le 27/03/2025, à 19:08
- 0livier38
Re : [RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
Du coup j'ai viré GIMP depuis les paquets SNAP et ré installer depuis DEBIAN
Et ça marche
Merci de votre Aide
ASUSTeK COMPUTER INC. NUC13ANH-B
Proc 13th Gen Intel® Core™ i3-1315U × 8
Graph Intel® Graphics (RPL-U)
Ubuntu 24.04.2 LTS Budgie 10.9.1 Noyau Linux 6.11.0-21-generic
Hors ligne
#3 Le 27/03/2025, à 19:19
- ylag
Re : [RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
Bonjour,
Avais-tu relancé une nouvelle session pour prendre en compte l'ajout après la commande :
sudo usermod -a -G render olivier
?
Hors ligne
#4 Le 27/03/2025, à 19:56
- krodelabestiole
Re : [RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
je recommanderais plutôt flatpak pour gimp, vu que le 3 vient de sortir !
nouveau forum ubuntu-fr on en parle là : refonte du site / nouveau design
profil - sujets récurrents - sources du site
Hors ligne
#5 Le 27/03/2025, à 22:59
- 0livier38
Re : [RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
Bonsoir, effectivement j'avais relancer ma session
Merci
Bonjour,
Avais-tu relancé une nouvelle session pour prendre en compte l'ajout après la commande :
sudo usermod -a -G render olivier
?
ASUSTeK COMPUTER INC. NUC13ANH-B
Proc 13th Gen Intel® Core™ i3-1315U × 8
Graph Intel® Graphics (RPL-U)
Ubuntu 24.04.2 LTS Budgie 10.9.1 Noyau Linux 6.11.0-21-generic
Hors ligne
#6 Le 30/03/2025, à 08:45
- jlebleu
Re : [RESOLU] GIMP ne fonctionne plus depuis mise a jour Linux 6.11.0-21
Bien que le topic soit fermé,
Voici ce que j'ai fait pour résoudre le problème en ubuntu 24.04.2
Je suis redescendu en version 3.0.0 au lieu de la 3.0.2 qui avait été installée par défaut dans snap
sudo snap refresh gimp --channel=latest/stable
Hors ligne