<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://glaciaos.com/blog</id>
    <title>Glacia OS Blog</title>
    <updated>2026-02-07T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://glaciaos.com/blog"/>
    <subtitle>Glacia OS Blog</subtitle>
    <icon>https://glaciaos.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Enhanced File Sharing, Improved Repository Management, and Bug Fixes]]></title>
        <id>https://glaciaos.com/blog/enhanced-file-sharing</id>
        <link href="https://glaciaos.com/blog/enhanced-file-sharing"/>
        <updated>2026-02-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're excited to share the latest round of improvements to GlaciaOS, bringing enhanced functionality, better infrastructure, and important fixes to our growing ecosystem.]]></summary>
        <content type="html"><![CDATA[<p>We're excited to share the latest round of improvements to GlaciaOS, bringing enhanced functionality, better infrastructure, and important fixes to our growing ecosystem.</p>
<video src="https://glaciaos.com/video/file-share.mp4" controls="" width="100%" height="auto"></video>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-new-file-sharing-utility-with-nemo-integration">🚀 New File Sharing Utility with Nemo Integration<a href="https://glaciaos.com/blog/enhanced-file-sharing#-new-file-sharing-utility-with-nemo-integration" class="hash-link" aria-label="Direct link to 🚀 New File Sharing Utility with Nemo Integration" title="Direct link to 🚀 New File Sharing Utility with Nemo Integration" translate="no">​</a></h2>
<p>We've developed a powerful new file sharing solution that brings secure, multi-protocol transfers directly to your file manager.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-file-share-a-rust-powered-gtk4-application">Introducing File-Share: A Rust-Powered GTK4 Application<a href="https://glaciaos.com/blog/enhanced-file-sharing#introducing-file-share-a-rust-powered-gtk4-application" class="hash-link" aria-label="Direct link to Introducing File-Share: A Rust-Powered GTK4 Application" title="Direct link to Introducing File-Share: A Rust-Powered GTK4 Application" translate="no">​</a></h3>
<p>Our new utility provides both a modern graphical interface and a robust command-line tool for seamless file transfers:</p>
<ul>
<li>Multi-Channel Support: Transfer files securely via SSH (using your .ssh/config) or Bluetooth to previously paired devices</li>
<li>Bi-Directional Transfers: Both send and receive files with ease</li>
<li>Nemo File Manager Integration: Right-click on any file to access sharing options directly</li>
<li>Native GTK4 Interface: A responsive, modern UI that fits perfectly with GlaciaOS aesthetics</li>
<li>Command-Line Support: Full automation capabilities for power users and scripts</li>
</ul>
<p>The extension integrates directly with Nemo, allowing you to simply right-click on files and select "Send -&gt; Share via SSH" or "Send  -&gt; Share via Bluetooth" for instant transfers to configured devices.</p>
<p><strong>Send files via SSH:</strong></p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">file-share --direction send --channel ssh --target user@192.168.1.5 file:///home/joe/file1.txt file:///home/joe/file2.png</span><br></span></code></pre></div></div>
<p><strong>Receive files via SSH:</strong></p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">file-share --direction receive --channel ssh sftp:///doe@192.168.1.1:/home/doe/joe.txt</span><br></span></code></pre></div></div>
<p><strong>Send files via Bluetooth:</strong></p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">file-share --direction send --channel bluetooth --target "00:00:00:00:00:00" file:///home/joe/photo.jpg</span><br></span></code></pre></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-enhanced-repository-infrastructure">📦 Enhanced Repository Infrastructure<a href="https://glaciaos.com/blog/enhanced-file-sharing#-enhanced-repository-infrastructure" class="hash-link" aria-label="Direct link to 📦 Enhanced Repository Infrastructure" title="Direct link to 📦 Enhanced Repository Infrastructure" translate="no">​</a></h2>
<p>We've significantly improved our package and artifact management system:</p>
<ul>
<li>New Dedicated Repository: All GlaciaOS sources and packages have been migrated to our own repository infrastructure</li>
<li>Centralized Archive: Available at <a href="https://archive.glaciaos.com/" target="_blank" rel="noopener noreferrer">https://archive.glaciaos.com</a></li>
<li>Streamlined CI/CD: All GitLab projects have been updated to automatically push artifacts to the new repository</li>
<li>Better Performance: Faster package downloads and more reliable updates</li>
</ul>
<p>This change ensures better scalability, improved availability, and a more professional distribution pipeline for all GlaciaOS components.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-multiple-bug-fixes">🐛 Multiple Bug Fixes<a href="https://glaciaos.com/blog/enhanced-file-sharing#-multiple-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Multiple Bug Fixes" title="Direct link to 🐛 Multiple Bug Fixes" translate="no">​</a></h2>
<p>This release includes numerous stability improvements and bug fixes across the GlaciaOS ecosystem. Some notable areas addressed:</p>
<ul>
<li>System stability and performance optimizations</li>
<li>Package management refinements</li>
<li>User interface polish and consistency improvements</li>
<li>Hardware compatibility enhancements</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-getting-the-updates">🔧 Getting the Updates<a href="https://glaciaos.com/blog/enhanced-file-sharing#-getting-the-updates" class="hash-link" aria-label="Direct link to 🔧 Getting the Updates" title="Direct link to 🔧 Getting the Updates" translate="no">​</a></h2>
<p>Existing GlaciaOS users will receive these updates through the standard package manager. New users can download the latest ISO from our website.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-for-developers">🛠 For Developers<a href="https://glaciaos.com/blog/enhanced-file-sharing#-for-developers" class="hash-link" aria-label="Direct link to 🛠 For Developers" title="Direct link to 🛠 For Developers" translate="no">​</a></h2>
<p>The file-share utility is open source and available for contribution. Check out the repository for documentation on extending the tool or integrating it with other applications.</p>
<p>These improvements represent our ongoing commitment to creating a stable, user-friendly, and feature-rich Linux distribution. As always, we welcome feedback and contributions from our community.</p>
<p>Stay tuned for more exciting developments coming soon to GlaciaOS!</p>
<p><em><strong>Download GlaciaOS today and experience these new features firsthand!</strong></em></p>
<p><a href="https://archive.glaciaos.com/repository/iso-artifacts/iso/amd64/glacia-2026-04-13.iso" class="download-link" target="_blank" rel="noopener noreferrer" download="https://archive.glaciaos.com/repository/iso-artifacts/iso/amd64/glacia-2026-04-13.iso">Download GlaciaOS</a> | <a href="https://gitlab.com/glaciaos" target="_blank" rel="noopener noreferrer">GitLab Repository</a> | <a href="https://glaciaos.com/docs/intro" target="_blank" rel="noopener noreferrer">Documentation</a></p>
<hr>
<p>GlaciaOS: A modern, minimalist Linux distribution built for productivity and elegance.</p>]]></content>
        <author>
            <name>Nuno Gonçalves</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Operative System" term="Operative System"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Datetime Indicator]]></title>
        <id>https://glaciaos.com/blog/datetime-indicator</id>
        <link href="https://glaciaos.com/blog/datetime-indicator"/>
        <updated>2025-12-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Goodbye Dependency Bloat, Hello Simplicity.]]></summary>
        <content type="html"><![CDATA[<p><em><strong>Goodbye Dependency Bloat, Hello Simplicity</strong></em>.
We're excited to announce significant improvements to the indicator-datetime that make your desktop experience cleaner and more efficient. After careful consideration and community feedback, we've removed the dependencies on Evolution Data Server (EDS) and the legacy message-menu library. This represents a major step forward in creating a leaner, more maintainable codebase.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-changed">What's Changed?<a href="https://glaciaos.com/blog/datetime-indicator#whats-changed" class="hash-link" aria-label="Direct link to What's Changed?" title="Direct link to What's Changed?" translate="no">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="-removed-dependencies">🔧 Removed Dependencies<a href="https://glaciaos.com/blog/datetime-indicator#-removed-dependencies" class="hash-link" aria-label="Direct link to 🔧 Removed Dependencies" title="Direct link to 🔧 Removed Dependencies" translate="no">​</a></h3>
<p>Evolution Data Server (EDS): No longer required for the datetime indicator</p>
<p>Legacy message-menu library: Replaced with more modern solutions</p>
<p>Associated daemons: Cleaner system processes without unnecessary background services</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-the-benefits">🚀 The Benefits<a href="https://glaciaos.com/blog/datetime-indicator#-the-benefits" class="hash-link" aria-label="Direct link to 🚀 The Benefits" title="Direct link to 🚀 The Benefits" translate="no">​</a></h2>
<p><em><strong>Reduced System Load</strong></em>
Without the Evolution Data Server daemons, 4 to be exact (<em>evolution-source-registry</em>, <em>evolution-calendar-factory</em>, <em>evolution-addressbook-factory</em> and <em>evolution-alarm-notify</em>), running in the background, you'll enjoy:</p>
<ul>
<li>Lower memory usage, and less ~200mb storage</li>
<li>Fewer background processes</li>
<li>Faster startup times</li>
<li>Reduced complexity for troubleshooting</li>
</ul>
<p><em><strong>Streamlined Codebase</strong></em>
The removal of these legacy dependencies means:</p>
<ul>
<li>Easier maintenance for developers</li>
<li>Better compatibility across different system configurations</li>
<li>Cleaner architecture for future enhancements</li>
</ul>
<h1>Sunsetting the Appointments Feature</h1>
<p>With the removal of EDS, we've also made the decision to drop the appointments feature from the datetime indicator. This wasn't an easy decision, but it was a necessary one for several reasons:</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="why-we-removed-calendar-integration">Why We Removed Calendar Integration?<a href="https://glaciaos.com/blog/datetime-indicator#why-we-removed-calendar-integration" class="hash-link" aria-label="Direct link to Why We Removed Calendar Integration?" title="Direct link to Why We Removed Calendar Integration?" translate="no">​</a></h2>
<ol>
<li>
<p>The landscape of calendar services has evolved dramatically. Most users now rely on comprehensive cloud-based solutions:</p>
<ul>
<li>Google Calendar (used by over 1 billion people)</li>
<li>Microsoft Outlook/Exchange</li>
<li>Apple Calendar</li>
<li>Other enterprise and personal cloud solutions</li>
</ul>
</li>
<li>
<p><em><strong>Maintenance Burden</strong></em>: Supporting a lightweight calendar feature meant maintaining compatibility with evolving standards and security requirements that are better handled by dedicated applications.</p>
</li>
</ol>
<h1>Conclusion</h1>
<p>Sometimes, progress means removing what's no longer needed to make room for what matters. By streamlining the indicator-datetime, we're creating a more efficient, maintainable, and user-focused experience. We believe this change represents the Unix philosophy of doing one thing well, rather than many things inadequately.</p>
<p>We're excited about this cleaner foundation and what it enables for the future of Unity desktop. As always, we welcome your thoughts and feedback as we continue to refine and improve the desktop experience.</p>
<hr>
<blockquote>
<p>Have thoughts about these changes? Join the discussion on our <a href="https://discord.gg/uD643A6fTV" target="_blank" rel="noopener noreferrer">community forums</a> or contribute to the project on <a href="https://gitlab.com/glaciaos" target="_blank" rel="noopener noreferrer">Gitlab</a>.</p>
</blockquote>]]></content>
        <author>
            <name>Nuno Gonçalves</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Operative System" term="Operative System"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Bluetooth Indicator!]]></title>
        <id>https://glaciaos.com/blog/bluetooth-indicator</id>
        <link href="https://glaciaos.com/blog/bluetooth-indicator"/>
        <updated>2025-11-30T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Building a modern, feature-rich Linux distribution that just works]]></summary>
        <content type="html"><![CDATA[<p>Building a modern, feature-rich Linux distribution that just works</p>
<p>We're thrilled to announce massive improvements to GlaciaOS's Bluetooth capabilities with our completely redesigned Bluetooth indicator! Say goodbye to the limitations of the past and welcome a seamless, feature-packed Bluetooth experience.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="from-basic-to-brilliant">From Basic to Brilliant<a href="https://glaciaos.com/blog/bluetooth-indicator#from-basic-to-brilliant" class="hash-link" aria-label="Direct link to From Basic to Brilliant" title="Direct link to From Basic to Brilliant" translate="no">​</a></h2>
<p>Our previous Bluetooth indicator was built for Unity and relied on custom GTK libraries, offering limited functionality. The new implementation is a complete ground-up rewrite that brings professional-grade Bluetooth management to your desktop.</p>
<p>✨ Key Features That Set Us Apart</p>
<p>📱 Dual-Device Management</p>
<ul>
<li>Saved Devices Section: Quick access to your trusted, paired devices</li>
<li>Available Devices Section: Real-time scanning and discovery of new devices</li>
<li>Smart Categorization: Never lose track of your devices again</li>
</ul>
<p>🔐 Streamlined Pairing Process</p>
<ul>
<li>Visual Passcode Dialogs: Clear, intuitive pairing confirmation</li>
<li>One-Click Connections: Simplified device management</li>
<li>Secure Pairing: Industry-standard security protocols</li>
</ul>
<p>📁 Complete File Transfer Suite</p>
<ul>
<li>Send Files: Effortlessly share documents, images, and media</li>
<li>Receive Files: Built-in OBEX file transfer support</li>
<li>Progress Tracking: Real-time transfer status and monitoring</li>
<li>Queue Management: Handle multiple transfers seamlessly</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-1st-major-contribution-live-cd-try-before-install">🎉 1st Major Contribution: Live CD "Try Before Install"<a href="https://glaciaos.com/blog/bluetooth-indicator#-1st-major-contribution-live-cd-try-before-install" class="hash-link" aria-label="Direct link to 🎉 1st Major Contribution: Live CD &quot;Try Before Install&quot;" title="Direct link to 🎉 1st Major Contribution: Live CD &quot;Try Before Install&quot;" translate="no">​</a></h2>
<p>We're proud to announce our first community contribution has been <a href="https://gitlab.com/glaciaos/iso-builder/-/merge_requests/1" target="_blank" rel="noopener noreferrer">merged</a>! Thanks to <a href="https://gitlab.com/phosphorinc" target="_blank" rel="noopener noreferrer">@phosphorinc</a>, you can now:</p>
<p>🔄 Test GlaciaOS</p>
<ul>
<li>Live Boot Environment: Experience GlaciaOS without installation</li>
<li>Full Feature Access: All applications and drivers available</li>
<li>Hardware Compatibility Testing: Ensure everything works before committing</li>
<li>Persistent Session Option: Save your settings between live sessions</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="-join-our-growing-community">🤝 Join Our Growing Community<a href="https://glaciaos.com/blog/bluetooth-indicator#-join-our-growing-community" class="hash-link" aria-label="Direct link to 🤝 Join Our Growing Community" title="Direct link to 🤝 Join Our Growing Community" translate="no">​</a></h2>
<p>GlaciaOS is that team, and we're inviting you to join us. Whether you're a seasoned Linux veteran or just starting your open-source journey, there's a place for you in our community.</p>
<p>🔗 Get Involved Today:</p>
<p>Website: glaciaos.org</p>
<p>Gitlab: gitlab.com/glaciaos</p>
<p>Discord: <a href="https://discord.gg/uD643A6fTV" target="_blank" rel="noopener noreferrer">discord.gg/glaciaos</a></p>
<p>Together, let's build the Linux distribution we've always wanted. 🐧💙</p>]]></content>
        <author>
            <name>Nuno Gonçalves</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Operative System" term="Operative System"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[A New Dawn: Glacia OS is Here!]]></title>
        <id>https://glaciaos.com/blog/welcome-glacia-os</id>
        <link href="https://glaciaos.com/blog/welcome-glacia-os"/>
        <updated>2025-10-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The wait is over! We are thrilled to announce the official release of Glacia OS, a new Linux distribution built with a focus on elegance, stability, and a seamless user experience.]]></summary>
        <content type="html"><![CDATA[<p>The wait is over! We are thrilled to announce the official release of Glacia OS, a new Linux distribution built with a focus on elegance, stability, and a seamless user experience.</p>
<p>Crafted with care, Glacia OS offers a refreshingly clean and intuitive environment, perfect for both newcomers and seasoned Linux enthusiasts. We believe in a future where your operating system gets out of your way and lets your creativity and productivity flow.</p>
<p>This is just the beginning of an exciting journey. We can't wait to see what you accomplish with it.</p>
<p><strong>Download Glacia OS today and experience a cooler computing environment.</strong></p>
<p>Get started, contribute, and join our community at <a href="https://glaciaos.com/" target="_blank" rel="noopener noreferrer">https://glaciaos.com</a></p>
<p>Welcome to the Glacia family</p>]]></content>
        <author>
            <name>Nuno Gonçalves</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Operative System" term="Operative System"/>
    </entry>
</feed>