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 91811 - Cannot edit Desktop Preferences menu
Cannot edit Desktop Preferences menu
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: vfolder
2.0.x
Other Solaris
: High major
: ---
Assigned To: Alex Graveley
Luis Villa
Depends on:
Blocks: 86322
 
 
Reported: 2002-08-27 17:37 UTC by Shane O'Connor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Shane O'Connor 2002-08-27 17:37:37 UTC
Attempt to change Desktop Preferences to "New Menu" => error message
"Error writing file 'applications:/Preferences/.directory': Access denied" 

To Recreate
===========
- right-click on 'Applications:Desktop Preferences:Font'
- select 'Entire Menu:Properties' from pop-up
- change name from 'Desktop Preferences' to 'Test'
=> error message displayed indicating invalid permissions
"Error writing file 'applications:/Preferences/.directory': Access denied" 

There is no 'preferences' directory or 'preferences.vfolder-info' file
present in $HOME/.gnome2/vfolders/ but there is an 'applications' directory
and a file 'applications.vfolder-info'
Comment 1 Alex Graveley 2002-09-04 04:11:31 UTC
Are you using the same old build as in bug 91810?  If so, you need to
be running latest CVS.
Comment 2 Shane O'Connor 2002-09-04 10:18:04 UTC
just checked this on sun's beta2 build5 - cvs 27th aug. I'll check it
again on build6 which is due out today.
Comment 3 Luis Villa 2002-09-10 16:55:56 UTC
Shane? ping?
Comment 4 Shane O'Connor 2002-09-10 17:09:41 UTC
sorry guys - just checked it on our build7 and its still the same -
its cvs 27th august (i think) do i still need a later build?
Comment 5 Luis Villa 2002-09-10 17:20:07 UTC
Yeah, probably ought to be more recent than that- 09/02 or thereabouts
should have a lot of fixes, I think.
Comment 6 Shane O'Connor 2002-09-10 17:24:23 UTC
ok - i'll sort out a more recent build... and for bug #91810 as
well... cheers
Comment 7 Shane O'Connor 2002-09-12 13:27:07 UTC
just tested this against the multihead branch of gnome-panel and the
gnome-2-0 branch of gnome-vfs dated 12th august... this bug is present
- still the same as first described above.
Comment 8 Alex Graveley 2002-09-16 21:38:35 UTC
Fixed in latest CVS by adding a preferences.vfolder-info-default file,
so that we can have a write directory other than the orignal file
source (which is read-only):

 2002-09-16  Alex Graveley  <alex@ximian.com>

	* modules/vfolder/Makefile.am (vfolder_DATA): Add
	preferences.vfolder-info-default.

	* modules/vfolder/preferences.vfolder-info-default.in: Create this
	defaults file, which is simply a folder extending
	preferences-all-users:.  This fixes the problem of not having a
	writedir when the .vfolder-info file doesn't exist, causing
	content changes to be written to the original system-global
	file, which is read-only.