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 311381 - [PATCH] Nautilus fix for displaying 'chits' for emblems property
[PATCH] Nautilus fix for displaying 'chits' for emblems property
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Backgrounds Emblems and Themes
0.x.x [obsolete]
Other Linux
: High normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-24 02:18 UTC by Ali Akcaagac
Modified: 2005-08-08 21:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Adding some chits for emblems :) (1.11 KB, patch)
2005-07-24 02:19 UTC, Ali Akcaagac
needs-work Details | Review
Proposed patch (5.60 KB, patch)
2005-08-05 23:16 UTC, Christian Neumair
none Details | Review

Description Ali Akcaagac 2005-07-24 02:18:47 UTC
Go to that Backgrounds & Emblems dialog, now try dragging some "pattern" and you
see that the PATTERN you drag shows up as DRAG icon (your mouse changes). Now do
the same with "colors" and you see that the COLOR you drag shows up as DRAG
icon. Now if you do the same with EMBLEMS you see nothing except the normal DRAG
icon, you don't really know what emblem you want to drag. This small patch adds
chits for emblems as well.

Sorry, no illustration :)
Comment 1 Ali Akcaagac 2005-07-24 02:19:19 UTC
Created attachment 49653 [details] [review]
Adding some chits for emblems :)
Comment 2 Xavier Claessens 2005-07-24 08:45:51 UTC
can reproduce bug and there is a patch so status=new, priority=high
Comment 3 Ali Akcaagac 2005-08-03 21:00:22 UTC
Any further comments on this ?
Comment 4 Christian Neumair 2005-08-05 20:07:45 UTC
22:01:38 <interatom> it's a hack
22:02:12 <interatom> have you tried it?
22:02:41 <interatom> it looks arse, the method is ment to be used for patterns
22:02:56 <interatom> it scales the emblems in horrible ways
Comment 5 Christian Neumair 2005-08-05 21:50:35 UTC
Sorry, the quotes I pasted were taken out of context. We were heavily discussing
the patch and considered it not yet ready for inclusion. I'm trying to come up
with something better... .
Comment 6 Christian Neumair 2005-08-05 23:16:53 UTC
Created attachment 50302 [details] [review]
Proposed patch

I've also submitted this patch to the nautilus mailing list [1] for review.

[1] http://mail.gnome.org/archives/nautilus-list/2005-August/msg00060.html
Comment 7 Christian Neumair 2005-08-05 23:17:58 UTC
Short explanation: The problem used to be that we set the icon after the drag
already started. That was not reliable.
Comment 8 Martin Wehner 2005-08-08 21:51:29 UTC
2005-08-08  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-property-browser.c:
	(nautilus_property_browser_class_init),
	(nautilus_property_browser_drag_begin), (element_clicked_callback):
	Fix emblem drag icon in "Emblems & Background" dialog. (#311381)

	Patch from Christian Neumair  <chris@gnome-de.org>