|
|
|
|
|
by lbenes
2965 days ago
|
|
Yes, that's the logic behind GNOME's move, but it doesn't address the user's concerns. First of all they are removing code of a popular feature before it has been replaced. Secondly, they are adding to code duplication by creating 2 totally separate code bases. In both OS X and Windows your desktop is just a folder with a background set to icon grid view. From right clicking to dragging, the UX is and should be identical to the file manager. So it makes sense to have that part of the UI handled by the program that's already a file browser. Now a developer is going to recreate all of the features provided by Nautilus in a JavaScript and CSS extension. Any differences will make a janky experience for the end user. |
|