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 79060 - Alignment of icons to raster
Alignment of icons to raster
Status: RESOLVED DUPLICATE of bug 41671
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
1.5.x
Other other
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-04-18 08:13 UTC by Hep Smoreson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Hep Smoreson 2002-04-18 08:15:13 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.

Comment 1 Mark McLoughlin 2002-04-18 15:01:56 UTC
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 
Comment 2 Hep Smoreson 2002-04-18 17:41:03 UTC
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.
Comment 3 Kjartan Maraas 2002-10-27 17:33:14 UTC
Should this be moved to nautilus?
Comment 4 Dave Bordoley [Not Reading Bug Mail] 2002-11-01 15:45:40 UTC

*** This bug has been marked as a duplicate of 41671 ***