Gtk-Message: Failed to load module "pantheon-filechooser-module"

Jeon

Once upon a time, I've installed Pantheon desktop on Ubuntu 14.04.

And then I decided to use vanilla desktop, Unity.

So I've removed all things related with Pantheon. I can't remember the exact command, but it seems like:

sudo apt-get remove pantheon*

When I open some apps which run with GUI from terminal, an error, a warning or a message is shown.

$ gedit
Gtk-Message: Failed to load module "pantheon-filechooser-module"
$ wireshark
Gtk-Message: Failed to load module "pantheon-filechooser-module"
$ nautilus
Gtk-Message: Failed to load module "pantheon-filechooser-module"

It seems it does not affect to the actual behavior of the system. But it is really annoying to me.

Is there anyone who can give me a tiny hint to solve this problem?

Matt Harvey

I had the same problem! If you run the following:

env | grep -i gtk

And see the module in your path like mine:

GTK_MODULES=pantheon-filechooser-module:overlay-scrollbar

Then it means it's being set somewhere to use the pantheon which needs to be removed. I did a quick grep and found the following:

/etc/profile.d/pantheon-filechooser-module.sh:export GTK_MODULES=pantheon-filechooser-module

So did:

sudo rm /etc/profile.d/pantheon-filechooser-module.sh

Finally - I saved my GTK_MODULES variable without the filechooser in my current session so not to have to restart: (obviously yours will be different to mine)

GTK_MODULES="overlay-scrollbar"

Job Done.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From

Android Firebase DynamiteModule: Failed to load module descriptor

From

Android: Picasso load image failed . how to show error message

From

"message failed to fetch from registry" while trying to install any module

From Dev

Show message if Angular app failed to load / crashed?

From Dev

Wildfly Failed to Load Module for Oracle Driver

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

Gtk-Message: Failed to load module “pantheon-filechooser-module”

From Dev

Ubuntu 'Failed to import the site module' error message

From Dev

Haskell Failed to load interface for module

From Dev

The Module "aspnetcorev2.dll" failed to load

From Dev

Electron Failed to load Module

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load

From Dev

What is a "Failed to load module "module-ladspa-sink"" error?

From Dev

Failed to load module "canberra-gtk-module"

From Dev

Gtk-Message: Failed to load module "overlay-scrollbar"

From Dev

"Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

From Dev

Message "Failed to instantiate module growlNotifications..." appear on production env

From Dev

py2exe failed to load specified module

From Dev

Failed to load kafka module

From Dev

Failed to load module in Angular JS

From Dev

Ubuntu 'Failed to import the site module' error message With Python

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Dev

Gimp won't start: Gtk-Message: Failed to load module "atk-bridge"

From Dev

While launching Apache NetBeans terminal shows: Failed to load module "canberra-gtk-module"

From Dev

How to fix error: Failed to load module "canberra-gtk-module"

From Dev

Getting an error message; Failed to load rescources: the server responded with a status of 500

From Dev

Gtk Failed to load module "pantheon-filechooser-module"

From Dev

Swagger not loading - Failed to load API definition: error undefined message

Related Related

  1. 1

    Android Firebase DynamiteModule: Failed to load module descriptor

  2. 2

    Android: Picasso load image failed . how to show error message

  3. 3

    "message failed to fetch from registry" while trying to install any module

  4. 4

    Show message if Angular app failed to load / crashed?

  5. 5

    Wildfly Failed to Load Module for Oracle Driver

  6. 6

    ImportError: DLL load failed: The specified module could not be found for numpy

  7. 7

    Gtk-Message: Failed to load module “pantheon-filechooser-module”

  8. 8

    Ubuntu 'Failed to import the site module' error message

  9. 9

    Haskell Failed to load interface for module

  10. 10

    The Module "aspnetcorev2.dll" failed to load

  11. 11

    Electron Failed to load Module

  12. 12

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  13. 13

    Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load

  14. 14

    What is a "Failed to load module "module-ladspa-sink"" error?

  15. 15

    Failed to load module "canberra-gtk-module"

  16. 16

    Gtk-Message: Failed to load module "overlay-scrollbar"

  17. 17

    "Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

  18. 18

    Message "Failed to instantiate module growlNotifications..." appear on production env

  19. 19

    py2exe failed to load specified module

  20. 20

    Failed to load kafka module

  21. 21

    Failed to load module in Angular JS

  22. 22

    Ubuntu 'Failed to import the site module' error message With Python

  23. 23

    Python: ImportError: DLL load failed: The specified module could not be found

  24. 24

    Gimp won't start: Gtk-Message: Failed to load module "atk-bridge"

  25. 25

    While launching Apache NetBeans terminal shows: Failed to load module "canberra-gtk-module"

  26. 26

    How to fix error: Failed to load module "canberra-gtk-module"

  27. 27

    Getting an error message; Failed to load rescources: the server responded with a status of 500

  28. 28

    Gtk Failed to load module "pantheon-filechooser-module"

  29. 29

    Swagger not loading - Failed to load API definition: error undefined message

HotTag

Archive