Hi I switched from 2.6 to 2.7 while gaim had version 1.1.1 Now notifications showed no text anymore (e.g."user xyz messaged you","user foo is signed on") Another problem is that downgrade was not directly possible because all older ebuilds have been removed. Now i copied a backup of the 2.6 ebuild into portage overlay, downgraded, and it works again. Reproducible: Always Steps to Reproduce: 1. install gaim-1.1.1 and guifications-2.7 2. put gaim in background 3. wait for an event causing a notification Actual Results: notification only shows icons, no text Expected Results: readable text would say major priority cause no other ebuilds are directly available
I've re-added 2.6 into portage. My humblest apologies. Working with the author right now on a patch for 2.7 for this and another big bug.
Can you please try with 2.7-r1?
Try 2.8 please.
Resolving this, assuming it's working until you test and say otherwise.
It's still not working in 2.8.
Reopening then.
Can you provide some debug output that might pertain to guifcations?
Wait I just figured it out! The text is there but it's white!! I have a dark colour scheme so my GTK text colour is white. It should usually override the default because you obviously can't see white over light grey.
This was probably caused by the recent GTK+ upgrade?
Can't say. Resolving.
I've kinda fixed it. I've got to send a patch upstream. I checked the source and there was already a mechanism for specifying the text colour in the themes but it wasn't being used. Since it wasn't being used, the default GTK text colour was being used instead - in my case, this was white. I tried adding some colour properties to the themes but this caused Gaim to crash immediately. I tried tweaking the source and eventually casting the colour property to a char* fixed it. I'm not sure why but hey, it works.
Created attachment 49137 [details] guifications-2.8-r1.ebuild Since I don't know how long it will take for this to make it into the next release, here's a new ebuild that uses the patch. Fortunately, the patch I made against the CVS version also works with 2.8. The patch file is coming right up...
Created attachment 49138 [details, diff] textcolor.patch