Everytime I open GIMP 3.1.2 on my Debian Linux, I am greeted with a “debugging dialog” that tells me to “Copy-paste this whole debug data to report to developers” (understandable).
The problem is that the “debug data” doesn’t even remotely seems to be related to GIMP: it mentions things like Error loading .desktop file at /usr/local/share/applications/vmware-player.desktop and various kernel warnings…
Thus, my questions are:
From where does GIMP sources these “debugging data”?
How to fix them?
I precise VMWare is a program I have installed, then uninstalled before doing a system upgrade. I haven’t reinstalled it yet… I dunno why GIMP cares about this .desktop file.
I’m guessing the vmware-player.desktop link ended up in your history, GIMP tries to load it on open, and then because the plug-in is apparently not robust enough, it throws an error. We’ll need to look into it.
I solved the problem eventually, although grep -F vmware -r didn’t work, find / -name '*vmware*' yielded interesting results, there was a leftover desktop file of VMWare.
Glad you got it fixed! That said, we should still review our file-desktop plug-in to prevent it from causing problems on non-image shortcuts. Thanks for bringing it up!