Hacker
Professional
- Messages
- 1,043
- Reaction score
- 846
- Points
- 113
Hello, i try to open an image with the tool eog. But i get following error :
So the simple fix which worked for me was i installed all packages + gsettings:
After that i typed this command :
Voila! my image opened!
Code:
┌──(mrblackx㉿carder)-[/tmp]
└─$ eog image.jpeg
(eog:5264): GLib-GIO-ERROR **: 18:44:34.542: Settings schema 'org.gnome.eog.plugins' is not installed
Trace/breakpoint trap
So the simple fix which worked for me was i installed all packages + gsettings:
Code:
sudo apt install eog-* -y
sudo apt install gsettings-desktop-schemas
After that i typed this command :
Code:
sudo /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
Voila! my image opened!