That is broadly correct, but it helps to separate the
idea from the recent
standardization/adoption.
What it is
The new
Projects folder is tied to the XDG user directories effort, which defines common user-facing folders such as Documents, Downloads, Music, Pictures, and Videos.
A standardized
Projects directory is meant to give applications and documentation a predictable place for things like:
- Source code repositories
- Build trees
- CAD or 3D design work
- Long-lived technical work that does not fit well under Documents or Downloads
What is not new
The concept itself is definitely not new. Many Linux users have kept folders like:
- ~/Projects
- ~/Code
- ~/src
- ~/Development
for years.
The request to make this part of the XDG user-dirs conventions also goes back quite a while, so the article is reasonable on that point.
What is new
What is newer is wider implementation. Seeing a
Projects folder appear automatically depends on:
- The version of xdg-user-dirs in the distro
- Whether the distro has enabled the change
- Desktop/session behavior on login
- Whether the user already has customized XDG directories
So it is more accurate to say that the
standard folder is being adopted now, not that the idea itself just appeared.
Practical note
There is nothing mandatory about using it. If you already organize work under another directory, you do not necessarily need to change anything. On Linux, this is mainly about consistency and better defaults rather than a technical requirement.
Conclusion
So yes, the quoted post is essentially right: the
Projects directory is an old idea that is only now becoming more visible because recent XDG user-dirs updates are surfacing it on more systems.