I know this is a bug that has been around for a while and fixed. But my situation seems to be a little different. When I open say a text file in gedit via terminal, I receive this error:
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
I know it is because of my theme, because I do not get the error when I switch my theme. But I really like my theme and don't want to change it. Instead, I would like to figure out what or which lines are causing the error, and correct them. But, I don't not know how exactly to go about it. In Android, I can simply run adb logcat, and see what is causing issues. But I am not on Android, I'm on Linux Mint 17.2 running cinnamon desktop. So, my question is, how can I log this error or track it down somehow?