Skip to content

Instantly share code, notes, and snippets.

@luizrobertofreitas
Created January 2, 2016 13:38
Show Gist options
  • Save luizrobertofreitas/f5ececa58b03e14f16f0 to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/f5ececa58b03e14f16f0 to your computer and use it in GitHub Desktop.
Alguns warnings que ocorrem ao abrir programas Gtk no elementary os
1 - Gtk-Message: Failed to load module "pantheon-filechooser-module"
2 - Gtk-Message: Failed to load module "canberra-gtk-module"
$ sudo apt-get install libcanberra-gtk-module
3 - Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap"
$ sudo apt-get install gtk2-engines-pixbuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment