GNOME Bugzilla – Bug 383840
Better default path of open location on the desktop
Last modified: 2006-12-12 10:44:27 UTC
When a user type CTRL+L on his desktop to open a folder, there is two main case: * he wants to go to an arbitrary folder of the system and type its absolute path (starting with the /) * he wants to go to a subfolder of his home Actually the default path into the open location is $HOME/Desktop. This path is selected so the user can directly type an absolute path. But if he wants to go to a subfolder of its home, he have to hit "End", erase the "Desktop" and then type the path to the folder from his home. I think it would be better to have just $HOME as default path. That'd change nothing for the first case and increase the second: need to just hit "End" and start to type the rest of the path. Furthermore, I don't know that many people want to open nautilus into their Desktop folder (it will be stupid, it's already open...on the desktop) but they more often want to open their home; so it will be a better default path.
Created attachment 77980 [details] [review] patch to fix this
Created attachment 77982 [details] [review] same but without leak :) Shame on me, i let a useless strdup.
Commited. Thanks.