GNOME Bugzilla – Bug 553505
gnome-vfs should work if user has no writable $HOME directory
Last modified: 2010-05-13 04:03:26 UTC
A recent change in gnome-vfs enforces that the user have a writable $HOME directory. However, this causes problems for running programs like GOK from GDM if the "gdm" user doesn't have a writable $HOME directory. The attached patch to check if the user has a writable $HOME directory, and avoid creating the directory if it is not writable seems to fix GOK so it runs okay from GDM. Can this go upstream?
Created attachment 119268 [details] [review] patch fixing problem
Created attachment 121092 [details] [review] updated patch After doing additional testing, I found that I reversed the if-test in the first patch and it didn't work properly. Here is a correct patch that does work. Can this go upstream?
This seems a straightforward patch? Can it go upstream?
Fixed in master.