I do not know what the exact name it should be called, but I lost my Gimp menu.
This is what I lost.
I do not know what the exact name it should be called, but I lost my Gimp menu.
This is what I lost.
In Gimp 2.8 & 2.10:
Click the Reset
button at the bottom to go back to factory settings.
In practice this kind of setting is in your Gimp profile.
Reinstalling Gimp doesn't fix anything since the Profile is not rewritten (it is more efficient to erase/rename the profile (without reinstalling) to have Gimp recreate a new one).
Installing the next version doesn't fix it either since Gimp migrates your profile to the new version. In your case it worked because your previous version was too old to be considered for migration and Gimp created a new profile with the default settings.
After trying to purge gimp and reinstalling, I had no luck.
I decided to try installing Gimp using software.
It used a flatpak and now my menu is present.
gimp
? Have you tried to purge and after that re-installgimp
? – sudodus Mar 21 '19 at 15:52apt
, or is it installed some other way, for example snap or ppa or flatpak? – sudodus Mar 21 '19 at 16:10apt
to installgimp
. I use it in Ubuntu and Lubuntu 18.04.1 LTS (with the Bionic kernel series) and up to date. I have not had your problem. Maybe the problem is specific to MATE and because some program package was upgraded. Let us hope someone who had and solved the problem will see this and help you. Otherwise I suggest that you create a bug report at Launchpad – sudodus Mar 21 '19 at 16:23Downloads
directory. If you want to check where it installedgimp
, you can use the commandwhich gimp
andfind /usr -iname "*gimp*"
and check for configuration files in your home directory, for example withfind ~ -iname "*gimp*"
– sudodus Mar 21 '19 at 18:17