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 80704 - Migration issues from Nautilus 1.0
Migration issues from Nautilus 1.0
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
0.x.x [obsolete]
Other Linux
: High normal
: 1.1.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-03 16:25 UTC by Frederic Crozat
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Script migration (2.01 KB, patch)
2002-09-24 15:59 UTC, Frederic Crozat
none Details | Review
Script migration, based on gnome_vfs_xfer_uri (3.56 KB, patch)
2003-03-18 09:33 UTC, Frederic Crozat
none Details | Review

Description Frederic Crozat 2002-05-03 16:25:48 UTC
If user had a previous ~/.gnome-destop before launching nautilus 1.1.x for
the first time (ie he was using nautilus 1.0.x before), he will have the
following issues :

-Trash.gmc (older gmc trash, renamed by nautilus 1.0.x) is displayed on the
desktop => we should either hide it or remove this folder completely
(preferred since gmc won't be available for GNOME 2)
-if a previous Home icon was translated by Nautilus 1.0.x with non ASCII
strings (in my case, Home was translated by "Rép. perso"), Nautilus 1.1.x
display "R?p. perso (invalid Unicode)" and doesn't use the standard
.desktop icon (from .desktop, it uses X-Nautilus-Icon=temp-home)
Comment 1 John Fleck 2002-05-04 13:57:03 UTC
I'm taking the liberty of marking this up to high priority - I think
we should try very hard to get these migration issues right for the
new users. Thanks for paying attention to this, Frederic.
Comment 2 Luis Villa 2002-05-14 22:45:41 UTC
Reasonable. That said... I'd have no problems with punting this even
further out, given all the other migration issues we might be having.
Comment 3 dwatson 2002-05-26 02:44:29 UTC
Other problems that users will see include:

a) They will lose all of their metadata (including custom icons)
b) They will lose all of their thumbnails
c) Lost metadata will still be there, taking up space.

All of these issues are related using public metadata.  I have
discussed this change with Alex.  I doubt if we will do anything about
it for 2.0, but in my opinion we need to bring back public metadata
and fix the security conserns in another way...
Comment 4 Frederic Crozat 2002-07-15 09:06:07 UTC
Another migration issue :
user's nautilus scripts are not migrated from
~/.gnome/nautilus-scripts to ~/.gnome2/nautilus-scripts 
Comment 5 Alexander Larsson 2002-08-20 10:34:21 UTC
This checkin at least handles old Trash and home links:

2002-08-20  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-link-desktop-file.c:
	* libnautilus-private/nautilus-link-desktop-file.h:
	New function nautilus_link_desktop_file_local_is_utf8.

	* libnautilus-private/nautilus-link.c:
	* libnautilus-private/nautilus-link.h:
	New function nautilus_link_local_is_utf8.
	
	* src/file-manager/fm-desktop-icon-view.c
	(update_desktop_directory):
	Recreate trash and homedir links if they are not in utf8.
Comment 6 Frederic Crozat 2002-09-24 15:59:08 UTC
Created attachment 11233 [details] [review]
Script migration
Comment 7 Frederic Crozat 2002-09-24 16:00:38 UTC
Attacheded patch fixes script migration and ensure
~/.gnome2/nautilus-scripts always exists, otherwise fam polls like a
crazy (rule of thumb : don't try to monitor non-existing directories..)
Comment 8 suresh 2002-10-10 22:48:33 UTC
Another issue is when log in to a non english locale  User's
Home/Trash is not translated with the latest nautilus, while Start
Here seems to have translated string. Following  the older version
Nautilus need to display localized versions for these. 2002-08-20
patch by alexl only recreates a couple more icons, but does not take
care not to show the icons with illegal utf-8 strings.
Comment 9 Luis Villa 2002-10-21 21:03:49 UTC
Oooh. Nautilus-maint, it would be nice to get these in.
Comment 10 Frederic Crozat 2003-03-18 09:33:45 UTC
Created attachment 15092 [details] [review]
Script migration, based on gnome_vfs_xfer_uri
Comment 11 Frederic Crozat 2003-03-18 09:51:20 UTC
Fixed, in a slight different way on CVS (old scripts are copied, not
moved)..