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 Dev

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

From Dev

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

From Dev

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

From Dev

Failed to load module "canberra-gtk-module"

From Dev

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

From Dev

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

From Dev

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

From Dev

Electron Failed to load Module

From Dev

Failed to load kafka module

From Dev

Haskell Failed to load interface for module

From Dev

Failed to load module in Angular JS

From Dev

Show message if Angular app failed to load / crashed?

From Dev

Ubuntu 'Failed to import the site module' error message

From Dev

The Module "aspnetcorev2.dll" failed to load

From Dev

Wildfly Failed to Load Module for Oracle Driver

From

Android Firebase DynamiteModule: Failed to load module descriptor

From Dev

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

From Dev

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

From

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

From Dev

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

From Dev

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

From

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

From Dev

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

From Dev

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

From Dev

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

From Dev

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

From Dev

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

From Dev

py2exe failed to load specified module

From Dev

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

Related Related

  1. 1

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

  2. 2

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

  3. 3

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

  4. 4

    Failed to load module "canberra-gtk-module"

  5. 5

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

  6. 6

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

  7. 7

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

  8. 8

    Electron Failed to load Module

  9. 9

    Failed to load kafka module

  10. 10

    Haskell Failed to load interface for module

  11. 11

    Failed to load module in Angular JS

  12. 12

    Show message if Angular app failed to load / crashed?

  13. 13

    Ubuntu 'Failed to import the site module' error message

  14. 14

    The Module "aspnetcorev2.dll" failed to load

  15. 15

    Wildfly Failed to Load Module for Oracle Driver

  16. 16

    Android Firebase DynamiteModule: Failed to load module descriptor

  17. 17

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

  18. 18

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

  19. 19

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

  20. 20

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

  21. 21

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

  22. 22

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

  23. 23

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

  24. 24

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

  25. 25

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

  26. 26

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

  27. 27

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

  28. 28

    py2exe failed to load specified module

  29. 29

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

HotTag

Archive