GNOME Bugzilla – Bug 79060
Alignment of icons to raster
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-desktop Severity: enhancement Version: 1.5.15.0.200204150826-0.snap.ximian.1 Synopsis: Alignment of icons to raster Bugzilla-Product: gnome-desktop Bugzilla-Component: libgnome-desktop Description: It would be nice to add a feature "align icons to raster" like Windows has. It should tidy up the desktop and align all icons. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-04-18 04:15 ------- Reassigning to the default owner of the component, gnome-desktop-maint@bugzilla.gnome.org.
Whbat exactly do you want this feature to do ? And where exactly do you want this to go ? Bear in mind that libgnome-desktop is a staging library for the GnomeDitemEdit and GnomeDesktopItem classes .. nothing more
The context menu for the desktop should contain an entry "align icons to raster". When clicked, the position of each icon on the desktop is changed, so it's divisble by, let's say 50. x' = (x + 25) mod 50 y' = (y + 25) mod 50 x' and y' are the new icon positions. this must be done for every icon. I'm not sure if "libgnome-desktop" is the right place for this, please let me know.
Should this be moved to nautilus?
*** This bug has been marked as a duplicate of 41671 ***