After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732232 - blurry preview balls
blurry preview balls
Status: RESOLVED FIXED
Product: five-or-more
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: five-or-more-maint
five-or-more-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-25 14:48 UTC by Ben Asselstine
Modified: 2014-06-25 23:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to reduce blurriness in preview balls (912 bytes, patch)
2014-06-25 14:51 UTC, Ben Asselstine
committed Details | Review

Description Ben Asselstine 2014-06-25 14:48:48 UTC
Hello,

While recently trying out the git master version of glines, I noticed that the preview balls looked blurry when compared to earlier versions.

Here is a video demonstrating the blurriness, and what I did to fix it.

https://vimeo.com/99146811

I'm not compiling with the bleeding edge (I am compiling with gtk 3.10 instead of 3.12), so take this bug with a gain of salt.
Comment 1 Ben Asselstine 2014-06-25 14:51:20 UTC
Created attachment 279228 [details] [review]
patch to reduce blurriness in preview balls

In this patch, I replace gdk_window_create_similar_surface with gdk_window create_similar_image_surface.
Comment 2 Michael Catanzaro 2014-06-25 23:59:39 UTC
OK.  I fixed up the whitespace a bit before pushing.

(In reply to comment #0)
> Here is a video demonstrating the blurriness, and what I did to fix it.
> 
> https://vimeo.com/99146811

That looks like an MP4. In the future, if you want us to watch a video, it should be WebM (start and stop recording with Ctrl+Alt+Shift+R) and would be best if you attach it directly to Bugzilla (like you did with your patch).

Attachment 279228 [details] pushed as 0e8f596 - patch to reduce blurriness in preview balls