[SOLVED]Mate Menu gone, can't re add to panel
Forum rules
Before you post please read how to get help
Before you post please read how to get help
[SOLVED]Mate Menu gone, can't re add to panel
So after I installed dropbox, my menu disappeared from my panel. If i try to re-add it, nothing happens. When typing in matemenu i receive the following message :
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:50: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0
warnings.warn(warn_msg, RuntimeWarning)
So far i've tried killing the panel, restarting it, restarting the computer, reinstalling mint-mate-meta, with no luck. Is there something i can reinstall or some config i can change to get this worked out?
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:50: RuntimeWarning: You have imported the Gtk 2.0 module. Because Gtk 2.0 was not designed for use with introspection some of the interfaces and API will fail. As such this is not supported by the pygobject development team and we encourage you to port your app to Gtk 3 or greater. PyGTK is the recomended python module to use with Gtk 2.0
warnings.warn(warn_msg, RuntimeWarning)
So far i've tried killing the panel, restarting it, restarting the computer, reinstalling mint-mate-meta, with no luck. Is there something i can reinstall or some config i can change to get this worked out?
Last edited by BaxterB on Fri Jan 20, 2017 3:53 pm, edited 1 time in total.
Re: Mate Menu gone, can't re add to panel
try using the terminal and enter:
You will have to redo the other customizations afterward
The main Menu on the panel is called mint menu - Advanced Menu
If you right click an empty space on the panel and choose +Add to panel
then scroll down to the Advanced Menu applet.
It adds back in the wrong panel position and requires moving other panel items
to make a space for it where it belongs. So resetting the panel is quicker
Code: Select all
mate-panel --reset
The main Menu on the panel is called mint menu - Advanced Menu
If you right click an empty space on the panel and choose +Add to panel
then scroll down to the Advanced Menu applet.
It adds back in the wrong panel position and requires moving other panel items
to make a space for it where it belongs. So resetting the panel is quicker
Light travels faster than sound. That's why some people appear smart until you hear what they are saying.
You will seldom see a grey-beard wearing a tinfoil hat.
You will seldom see a grey-beard wearing a tinfoil hat.
Re: Mate Menu gone, can't re add to panel
I've already tried this, and it did not work
Re: Mate Menu gone, can't re add to panel
Did you try:BaxterB wrote:I've already tried this, and it did not work
Code: Select all
mintmenu --reset
Code: Select all
users-admin
then logout and log back in as the new user. Is the Menu ok there?
Light travels faster than sound. That's why some people appear smart until you hear what they are saying.
You will seldom see a grey-beard wearing a tinfoil hat.
You will seldom see a grey-beard wearing a tinfoil hat.
Re: Mate Menu gone, can't re add to panel
mintmenu --reset didn't work.
When i created a new user the menu was there and working on that profile.
When i created a new user the menu was there and working on that profile.
Re: Mate Menu gone, can't re add to panel
So that means all your packages are intact and the problem is in a configuration file in your /home directory.
btw the error reported in your first post is normal..
Have you installed any themes?
btw the error reported in your first post is normal..
Have you installed any themes?
Light travels faster than sound. That's why some people appear smart until you hear what they are saying.
You will seldom see a grey-beard wearing a tinfoil hat.
You will seldom see a grey-beard wearing a tinfoil hat.
Re: Mate Menu gone, can't re add to panel
nope, I'm using the mint -y dark theme. What should i be looking for in my home folder to edit? It seemed to have disapeared after i installed dropbox
Re: Mate Menu gone, can't re add to panel
Well--you have a reference--the files in your new user /home directory work ok
the files in your normal user /home directory do not.
My best guess is the .config directory.
Try temporarily renaming that directory to something like .config.backup
It will get recreated on a new login--so Ctrl+Alt+Backspace to log out --
log back in and check things out.
You can revert the above by just deleting the newly created .config directory and renaming
.config.backup directory to .config.
It's a process of narrowing down to find the violating file
the files in your normal user /home directory do not.
My best guess is the .config directory.
Try temporarily renaming that directory to something like .config.backup
It will get recreated on a new login--so Ctrl+Alt+Backspace to log out --
log back in and check things out.
You can revert the above by just deleting the newly created .config directory and renaming
.config.backup directory to .config.
It's a process of narrowing down to find the violating file
Light travels faster than sound. That's why some people appear smart until you hear what they are saying.
You will seldom see a grey-beard wearing a tinfoil hat.
You will seldom see a grey-beard wearing a tinfoil hat.
Re: Mate Menu gone, can't re add to panel
This worked! The only problem now is all the panel applets are missing (wifi, battery, dropbox). Anyways, thank you for this, i have a better understanding of how to troubleshoot stuff like this now.
Re: Mate Menu gone, can't re add to panel
Add them back in
Notification area, etc.
You do not use Windows list so skip that one.
Notification area, etc.
You do not use Windows list so skip that one.

Light travels faster than sound. That's why some people appear smart until you hear what they are saying.
You will seldom see a grey-beard wearing a tinfoil hat.
You will seldom see a grey-beard wearing a tinfoil hat.
Re: Mate Menu gone, can't re add to panel
I lost my top panel the other say and did a hard reboot and it came back.
Maybe the MATE team need to have a gander at this thread.
Hummm,the MATE forum won't load.
Maybe the MATE team need to have a gander at this thread.
Hummm,the MATE forum won't load.

Think of Windows 10 as Hotel California for computers.
Re: Mate Menu gone, can't re add to panel
there may be permission issues first see if this outputs anything.
Code: Select all
find $HOME ! -user $USER -type f

Re: Mate Menu gone, can't re add to panel
Everything's finally all set and working! Thanks for the help everyone. 
The final working solution was
1.) renaming the .config file to .configbackup
2.) rebooting so the system can auto generate a new fresh .config
3.) add folders back in from the .configbackup into the new fresh .config to find the problem file.
4.) After finding the problem file (mintmenus), removing it and then reconfiguring any lost settings.
5.) ENJOY a fresh non buggy system! (unlike my previous 2 month battle with Ubuntu 16.04 + Unity)

The final working solution was
1.) renaming the .config file to .configbackup
2.) rebooting so the system can auto generate a new fresh .config
3.) add folders back in from the .configbackup into the new fresh .config to find the problem file.
4.) After finding the problem file (mintmenus), removing it and then reconfiguring any lost settings.
5.) ENJOY a fresh non buggy system! (unlike my previous 2 month battle with Ubuntu 16.04 + Unity)