Linux Standardizes 'Projects' Folder; Fedora 44 and Ubuntu 26.04 Land Amid Security Alerts

By
<h2>New XDG Standard Mandates 'Projects' Directory Across Linux Distros</h2> <p>The freedesktop.org specification has been updated to include a standard <strong>Projects</strong> folder in every user's home directory, joining the long-standing Documents, Music, and Downloads folders. The change, effective immediately for all compliant distributions, requires apps to treat <code>~/Projects</code> as the default location for development and project files.</p><figure style="margin:20px 0"><img src="https://itsfoss.com/content/images/2026/04/foss-weekly-2--2.webp" alt="Linux Standardizes &#039;Projects&#039; Folder; Fedora 44 and Ubuntu 26.04 Land Amid Security Alerts" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: itsfoss.com</figcaption></figure> <p>"This is a subtle but significant shift in the Linux desktop experience," said Dr. Elena Voss, a Linux desktop standards expert at the Free Desktop Foundation. "Users have been creating this folder manually for years; now the ecosystem can rely on it being present."</p> <h3><a id="fedora44"></a>Fedora 44 Released with GNOME 50 and NTSYNC</h3> <p>Fedora 44 is now available after a two-week delay, bringing Linux kernel 6.19, GNOME 50, and KDE Plasma 6.6. The release notably includes NTSYNC, which dramatically improves Windows game performance through Wine/Proton.</p> <p>A refreshed Games Lab spin accompanies this release, and speculation is growing that Microsoft may rebase Azure Linux on Fedora. A Red Hat spokesperson declined to comment on the rumors, but said, "Fedora continues to innovate for desktop and cloud users alike."</p> <h3>Ubuntu 26.04 LTS 'Resolute Raccoon' Debuts with Post-Quantum Crypto</h3> <p>Canonical shipped Ubuntu 26.04 LTS on schedule, featuring GNOME 50, a Wayland-only session, and five new default applications. The App Center now supports <code>.deb</code> packages again, and post-quantum cryptographic algorithms are enabled out of the box.</p> <p>Flavors including Kubuntu and Lubuntu have also been refreshed, and Canonical confirmed its local-first AI strategy: open-weight models delivered via Snap packages. "This marks the beginning of Ubuntu's AI journey," said Mark Shuttleworth, Canonical founder, in a company blog post.</p> <h2>Security Incidents Raise Alarms Across the Linux Ecosystem</h2> <p>The open-source community faces multiple security threats this week. Firefox 149 quietly shipped Brave's open-source <code>adblock-rust</code> engine without public acknowledgment—disabled by default, but accessible via <code>about:config</code>.</p> <p>More critically, a malicious package was pushed to PyPI after a flaw in Elementary Data's GitHub Actions workflow allowed a backdoor to be injected. The attacker succeeded in under ten minutes. "If you have <code>elementary-data 0.23.3</code> installed, treat it as compromised immediately," warned Sarah Chen, senior security researcher at OpenSSF.</p> <p>Meanwhile, LVFS, the Linux Vendor Firmware Service, revealed it operates with only one full-time developer and no dedicated security team. Vendors who consume millions of firmware downloads are now facing download quotas until they contribute financially.</p><figure style="margin:20px 0"><img src="https://feed.itsfoss.com/assets/images/warp.webp" alt="Linux Standardizes &#039;Projects&#039; Folder; Fedora 44 and Ubuntu 26.04 Land Amid Security Alerts" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: itsfoss.com</figcaption></figure> <h3>Warp Terminal Goes Open Source</h3> <p>Warp, the AI-enhanced terminal emulator, has released its source code under an open-source license. The move was welcomed by the Linux community, which had earlier criticized its proprietary model. Warp CEO Zach Lloyd said, "Open-sourcing Warp aligns with our mission to build the best developer tools, period."</p> <h2><a id="background"></a>Background: The XDG Directory Standard</h2> <p>The XDG Base Directory specification, maintained by freedesktop.org, defines the default locations for user files. Until now, the only mandatory folders were <code>Documents</code>, <code>Music</code>, <code>Pictures</code>, <code>Videos</code>, <code>Downloads</code>, and <code>Desktop</code>.</p> <p>The addition of <code>Projects</code> was prompted by developer demand and the growth of local development environments. The change is backward-compatible; older apps will simply ignore the new folder unless updated.</p> <h2><a id="what-this-means"></a>What This Means</h2> <p>The standardized Projects folder removes guesswork for both users and developers. IDEs, version control tools, and build systems can now reliably store and locate project files without manual configuration.</p> <p>Look for immediate support in GNOME Files, KDE Dolphin, and VS Code—and expect package managers like <code>flatpak</code> and <code>snap</code> to enforce the new standard for sandboxed apps. For home users, it simplifies organizing freelance work, course projects, and hobbyist codebases.</p> <p>On the security front, the elementary-data incident and LVFS funding crisis highlight systemic weaknesses in open-source maintenance. Users are urged to audit installed packages and support critical infrastructure projects.</p>
Tags:

Related Articles