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 500084 - Dragged icon windows don't use RGBA when composited
Dragged icon windows don't use RGBA when composited
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Visual Design
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 40914
 
 
Reported: 2007-11-27 23:22 UTC by Alexander “weej” Jones
Modified: 2008-02-13 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (4.16 KB, patch)
2007-12-14 22:13 UTC, Alexander “weej” Jones
none Details | Review

Description Alexander “weej” Jones 2007-11-27 23:22:47 UTC
When dragging an icon, the alpha mask of the icon turns bi-level, which looks pretty bad most of the time, as shadows disappear and edges become jagged. When in an composited environment, these windows should use RGBA drawing rather than just using window shaping. (Probably use input-only shaping instead.)

Also while this is being done, we should make the entire drawing 50% transparent to make it easier to see what you are dropping things onto.

Cheers

Alex
Comment 1 Alexander “weej” Jones 2007-12-14 22:13:01 UTC
Created attachment 100980 [details] [review]
Patch

This does the job nicely, I think!
Comment 2 Cosimo Cecchi 2008-01-10 21:01:55 UTC
I think this is a cool patch!
Did you send a notification to nautilus-list@gnome.org requesting review? Nautilus maintainers usually do not follow patches submitted on Bugzilla.
Comment 3 Alexander “weej” Jones 2008-01-10 21:51:35 UTC
No. I don't do mailing lists for one-off patches, it wastes too much of my time.
Comment 4 Giacomo Perale 2008-02-11 23:08:45 UTC
(In reply to comment #0)
> 
> Also while this is being done, we should make the entire drawing 50%
> transparent to make it easier to see what you are dropping things onto.
>

This would be fantastic, especially for thumbnails. I can't possibly count how many times I "missed" the Trash-can because it was fully covered by the thumbnail I was dragging.
With local files (files on the same partition my $HOMEDIR is) this is not a problem, but it can be annoying when you want to remove a huge file and instead you start copying it.
Comment 5 Alexander Larsson 2008-02-13 14:12:16 UTC
Cool. Commited.