01-04-2019, 11:25 AM
(This post was last modified: 01-04-2019, 11:27 AM by rich2005.
Edit Reason: typo
)
Just installed a LM 19.1 MATE in a VM
Same as my (k)ubuntu 18.04 Gimp 2.8.22 is the default (comes already installed on the monster mint .iso) Gimp 2.8.22 runs out-of-the-box. No problem that I can find (easily) Thankfully synaptic is the package manager, so easy to keep an eye on what is installed.
For a Gimp 2.10.x presumably the 'buntu ppa was used.
Refreshing synaptic and updating Gimp gets me a Gimp 2.10.8. That is working ok as well. At least opens an image and does not crash.
I suspect problems will be uninstalling Gimp 2.10.8 and removing all the upgrades dependencies. You could try
That removes all of Gimp. Re-install Gimp 2.8.22 using synaptic. A quick check, work ok.
Of course might be different using Mint 19.1 with one of the other desktops, xfce for example, I had problems with that in the past.
Same as my (k)ubuntu 18.04 Gimp 2.8.22 is the default (comes already installed on the monster mint .iso) Gimp 2.8.22 runs out-of-the-box. No problem that I can find (easily) Thankfully synaptic is the package manager, so easy to keep an eye on what is installed.
For a Gimp 2.10.x presumably the 'buntu ppa was used.
Code:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
I suspect problems will be uninstalling Gimp 2.10.8 and removing all the upgrades dependencies. You could try
Code:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp-edge
That removes all of Gimp. Re-install Gimp 2.8.22 using synaptic. A quick check, work ok.
Of course might be different using Mint 19.1 with one of the other desktops, xfce for example, I had problems with that in the past.