LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-22-2020, 03:32 PM   #1
drpeppercan
Member
 
Registered: Jan 2017
Posts: 68

Rep: Reputation: Disabled
Question How to fix this error: "Failed to load module: appmenu-gtk-module" ?


Code:
gedit texttosend.txt
Gtk-Message: 16:19:46.078: Failed to load module "appmenu-gtk-module"
I know I can safely ignore it. But if it's not too complicated I wouldn't mind fixing it.

I checked and confirmed that "appmenu-gtk-module" is installed. So why it is not being found?

Thanks guys

DPC
 
Old 02-25-2020, 02:07 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
First step:
https://duckduckgo.com/?q=gtk+Failed+to+load+module+"appmenu-gtk-module"
I'm in a hurry now, more later.
 
Old 05-02-2020, 06:22 AM   #3
magicalsenpai
LQ Newbie
 
Registered: May 2020
Location: Australia
Distribution: Obarun
Posts: 2

Rep: Reputation: Disabled
Ngl, the last reply annoyed me enough to make an account. I got the answer from AskUbuntu.

Basically, all you need to do is install the appmenu gtk modules, which you can do in one line:

Code:
~$ sudo apt-get install appmenu-gtk2-module appmenu-gtk3-module
 
2 members found this post helpful.
Old 05-02-2020, 11:12 PM   #4
Pentium4User
Member
 
Registered: Jan 2018
Posts: 86

Rep: Reputation: Disabled
The correct way to find out the packages name is to use apt-file.
Code:
sudo apt install apt-file
sudo apt-file update
apt-file search
Code:
root@server:~# apt-file search appmenu-gtk-module
appmenu-gtk-module-common: /usr/lib/systemd/user/appmenu-gtk-module.service
appmenu-gtk-module-common: /usr/share/doc/appmenu-gtk-module-common/changelog.Debian.gz
appmenu-gtk-module-common: /usr/share/doc/appmenu-gtk-module-common/copyright
appmenu-gtk2-module: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libappmenu-gtk-module.so
appmenu-gtk3-module: /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libappmenu-gtk-module.so
root@server:~#
 
1 members found this post helpful.
Old 05-06-2020, 01:05 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ That's definitely good to know.
Quote:
Originally Posted by magicalsenpai View Post
Ngl, the last reply annoyed me enough to make an account. I got the answer from AskUbuntu.
Which is literally the first result from the search query I posted.
I do put some effort into sharing search queries, you know.
I prefer to teach people how to fish, not throw them one.
If they're too miffed to click the link, that's their problem.
 
1 members found this post helpful.
Old 05-24-2021, 06:46 AM   #6
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
^ That's definitely good to know.

Which is literally the first result from the search query I posted.
I do put some effort into sharing search queries, you know.
I prefer to teach people how to fish, not throw them one.
If they're too miffed to click the link, that's their problem.
Thats sound fine to me.
I have manage to do a fsck on corrupted Fs on my partition and entered into DE, but this same "failed to load module "appmenu-gtk-module" prompted when i try to run firefox.. My firefox was fine on this computer, I believe linux in this computer is corrupted , hence fsck prompted me " missing Inode" during the scan.

Last edited by andrewysk; 05-24-2021 at 06:48 AM.
 
Old 10-03-2021, 04:04 PM   #7
happysmash27
LQ Newbie
 
Registered: Dec 2013
Distribution: Gentoo
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by ondoho View Post
First step:
https://duckduckgo.com/?q=gtk+Failed+to+load+module+"appmenu-gtk-module"
I'm in a hurry now, more later.
My search of this, very similar to those exact words, at https://duckduckgo.com/?q=failed+to+...+gentoo&ia=web, leads to this page as the second result... Asking people to look things up is not helpful when the search engine leads to the same forum thread people ask people to look things up in.
 
Old 10-03-2021, 04:23 PM   #8
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,688

Rep: Reputation: Disabled
Well, apt-file obviously won't help you on Gentoo. The corresponding Gentoo tool is e-file. Besides the command line, there's also a web interface to PFL:
https://www.portagefilelist.de/site/query/file

For the benefit of users of other distributions, I'll give a couple of links dealing with this question:
https://ostechnix.com/find-package-p...fic-file-linux
https://linux-audit.com/determine-fi...elated-package

Last edited by shruggy; 10-03-2021 at 05:54 PM.
 
Old 10-04-2021, 12:58 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by happysmash27 View Post
My search of this, very similar to those exact words, at https://duckduckgo.com/?q=failed+to+...+gentoo&ia=web, leads to this page as the second result... Asking people to look things up is not helpful when the search engine leads to the same forum thread people ask people to look things up in.
Well then the AskUbuntu article somebody linked isn't going to help you either.

You need to prepend a + to the gentoo keyword:
Quote:
failed to load appmenu-gtk-module +gentoo
Possibly even:
Quote:
failed to load appmenu-gtk-module +"gentoo"
Also, putting the distro first sometimes helps:
Quote:
+gentoo failed to load appmenu-gtk-module
Try it, very different results.
 
  


Reply

Tags
search



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Gtk-Message: Failed to load module "canberra-gtk-module" Lumify Linux - Software 26 07-08-2022 05:26 PM
program camorama issues an error "failed to load module "canberra-gtk-module" hawanam Linux - Newbie 3 07-20-2018 01:27 AM
Failed to load module "canberra-gtk-module"? Bill Schultz Linux - Software 2 03-03-2018 11:26 AM
F15 gconf-editor Gtk-Message: Failed to load module "pk-gtk-module" syntax error Fedora 7 11-02-2016 10:19 AM
LXer: Ubuntu 11.04 Updates: Banshee Default, New Grub Background, AppMenu Changes Screenshots & Vide LXer Syndicated Linux News 9 01-10-2011 06:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration