<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>GNOME &amp;mdash; Bruno&#39;s ramblings</title>
    <link>https://infosec.press/brunomiguel/tag:GNOME</link>
    <description>A blog where I ramble about... well... stuff.</description>
    <pubDate>Fri, 29 May 2026 19:25:19 +0000</pubDate>
    <item>
      <title>📝 My Ubuntu experience ended, welcome OpenSUSE</title>
      <link>https://infosec.press/brunomiguel/my-ubuntu-experience-ended-welcome-opensuse</link>
      <description>&lt;![CDATA[In the second half of October, I replaced Ubuntu 24.04 with OpenSUSE Tumbleweed. This marked the end of my Ubuntu experience. Well, for the moment, at least, because you never know how tomorrow&#39;s going to be.&#xA;&#xA;This decision was not made lightly. After several months using Ubuntu 24.04, I was happy with the system. I was even using GNOME after using KDE Plasma for most of the last few years, because I liked Ubuntu&#39;s default experience on that desktop environment and found it better than the default one.&#xA;!--more--&#xA;What happened&#xA;&#xA;What I didn&#39;t like, though, was that it started to log me out of GNOME randomly.&#xA;&#xA;When it first happened, I thought it could be an issue with an extension, but I checked the system logs nonetheless. They were useful for confirming that this was an issue somewhere in GNOME, but not for pointing to an extension as the culprit.&#xA;&#xA;Then, it happened again. And again. Always at random times. Even on a clean account.&#xA;&#xA;Trying to mitigate it&#xA;&#xA;After a few days of searching the web for similar reports, I found a bug report for Ubuntu about an issue in, I believe, GNOME Shell. This issue had been fixed in more recent versions of the desktop environment than the one shipped in Ubuntu 24.04, but it appeared that there were no plans to backport it to the existing LTS. Luckily, the bug report included a mitigation I could apply to my system.&#xA;&#xA;I tried the mitigation (adding something in /etc/profile). For a few days, it felt like the issue was gone, and I could use my computer without getting on my nerves.&#xA;&#xA;Task failed successfully&#xA;&#xA;Then, it happened again. And again. Always at random times.&#xA;&#xA;This started to get me a bit angry. Then, it happened while I was working. I was using a web platform with autosave, so the work wasn&#39;t lost, but I lost my train of thought and had to start almost from scratch.&#xA;&#xA;This made me mad! I couldn&#39;t afford to have this happen again while working. If it happens when I&#39;m gaming or browsing the web, it&#39;s annoying, but I can live with it if it happens seldomly. However, during the few paid work chances I get, it can&#39;t happen.&#xA;&#xA;But it did happen one more time.&#xA;&#xA;### root@computer:~# whereis replacement&#xA;&#xA;I decided I had to find a replacement.&#xA;&#xA;Returning to Arch was one of my options. Installing Void, a distro I quite enjoyed a few years back, was another alternative. I also considered Debian, Fedora, Alpine, and a couple more.&#xA;&#xA;One of those &#34;couple more&#34; was OpenSUSE, specifically the Tumbleweed branch/edition or whatever the correct naming convention is. I had used OpenSUSE for a bit several years ago (somewhere between 15 to 20 years ago, if my memory isn&#39;t failing me again), and it offered a bleeding-edge approach like Arch. It is also a distribution developed and maintained in Europe, at least for the most part, which helped, given the current state of the US with nutjobs in power.&#xA;&#xA;All in on green&#xA;&#xA;So, on the day after my 42nd birthday, I backed up all the data I needed, and I replaced Ubuntu 24.04 with OpenSUSE Tumbleweed.&#xA;&#xA;I admit I did little reading about the tools the distribution offers, like the package manager and YaST. Or that a pattern you install and then uninstall with zypper will be installed again when you update your system. If it was removed, it has no business being installed again, and I shouldn&#39;t have to create a lock on that pattern to prevent that behavior. This makes no sense to me as a user.&#xA;&#xA;I did take a look at their docs, but they pale in comparison to the Arch Wiki. OpenSUSE could actually learn a few things from Arch in this regard to improve their documentation, in my opinion.&#xA;&#xA;A mostly smooth sail (so far)&#xA;&#xA;Of course, this hasn&#39;t been a perfect experience.&#xA;&#xA;The day after installing the distro, I installed profile-sync-daemon, a tool that copies your browser profile into RAM while you&#39;re using it and lets you set up a sync interval with the filesystem, so it doesn&#39;t batter the SSD or NVMe so much. I believe I also installed some updates after that, and then rebooted.&#xA;&#xA;The system booted fine, and I was able to log in to Plasma. Then, no matter what application I tried to launch, it would show an error and wouldn&#39;t open. It took me a bit to remember that this tool fills the user&#39;s tmpfs  if you have the default 20% for the RuntimeDirectorySize in systemd&#39;s logind.conf.&#xA;&#xA;Even with 12 GB of RAM and 12 GB of SWAP, this happens.&#xA;&#xA;I bumped the value to 30%, just to be super safe, rebooted, and voilà, I could open applications again.&#xA;&#xA;I think this was the only major issue.&#xA;&#xA;I also had an issue with a kernel update that wouldn&#39;t boot, but I had the previous kernel version still installed, so it didn&#39;t matter all that much.&#xA;&#xA;Additionally, some tools I use aren&#39;t available in the repos, but it&#39;s just a few, and that&#39;s easily fixable by compiling them. Given that most of these tools are written in Go, it&#39;s easier to deal with dependencies.&#xA;&#xA;Let&#39;s see if I&#39;ll revisit my decision of using OpenSUSE Tumbleweed in a few months.&#xA;&#xA;#Ubuntu #OpenSUSE #Linux #SystemD #GNOME #KDE ]]&gt;</description>
      <content:encoded><![CDATA[<p>In the second half of October, I replaced Ubuntu 24.04 with OpenSUSE Tumbleweed. This marked the end of my Ubuntu experience. Well, for the moment, at least, because you never know how tomorrow&#39;s going to be.</p>

<p>This decision was not made lightly. After several months using Ubuntu 24.04, I was happy with the system. I was even using GNOME after using KDE Plasma for most of the last few years, because I liked Ubuntu&#39;s default experience on that desktop environment and found it better than the default one.
</p>

<h3 id="what-happened">What happened</h3>

<p>What I didn&#39;t like, though, was that it started to log me out of GNOME randomly.</p>

<p>When it first happened, I thought it could be an issue with an extension, but I checked the system logs nonetheless. They were useful for confirming that this was an issue somewhere in GNOME, but not for pointing to an extension as the culprit.</p>

<p>Then, it happened again. And again. Always at random times. Even on a clean account.</p>

<h3 id="trying-to-mitigate-it">Trying to mitigate it</h3>

<p>After a few days of searching the web for similar reports, I found a bug report for Ubuntu about an issue in, I believe, GNOME Shell. This issue had been fixed in more recent versions of the desktop environment than the one shipped in Ubuntu 24.04, but it appeared that there were no plans to backport it to the existing LTS. Luckily, the bug report included a mitigation I could apply to my system.</p>

<p>I tried the mitigation (adding something in <code>/etc/profile</code>). For a few days, it felt like the issue was gone, and I could use my computer without getting on my nerves.</p>

<h3 id="task-failed-successfully">Task failed successfully</h3>

<p>Then, it happened again. And again. Always at random times.</p>

<p>This started to get me a bit angry. Then, it happened while I was working. I was using a web platform with autosave, so the work wasn&#39;t lost, but I lost my train of thought and had to start almost from scratch.</p>

<p>This made me mad! I couldn&#39;t afford to have this happen again while working. If it happens when I&#39;m gaming or browsing the web, it&#39;s annoying, but I can live with it if it happens seldomly. However, during the few paid work chances I get, it can&#39;t happen.</p>

<p>But it did happen one more time.</p>

<h3 id="root-computer-whereis-replacement">root@computer:~# whereis replacement</h3>

<p>I decided I had to find a replacement.</p>

<p>Returning to Arch was one of my options. Installing Void, a distro I quite enjoyed a few years back, was another alternative. I also considered Debian, Fedora, Alpine, and a couple more.</p>

<p>One of those <em>“couple more”</em> was OpenSUSE, specifically the Tumbleweed branch/edition or whatever the correct naming convention is. I had used OpenSUSE for a bit several years ago (somewhere between 15 to 20 years ago, if my memory isn&#39;t failing me again), and it offered a bleeding-edge approach like Arch. It is also a distribution developed and maintained in Europe, at least for the most part, which helped, given the current state of the US with nutjobs in power.</p>

<h3 id="all-in-on-green">All in on green</h3>

<p>So, on the day after my 42nd birthday, I backed up all the data I needed, and I replaced Ubuntu 24.04 with OpenSUSE Tumbleweed.</p>

<p>I admit I did little reading about the tools the distribution offers, like the package manager and YaST. Or that a pattern you install and then uninstall with <code>zypper</code> will be installed again when you update your system. If it was removed, it has no business being installed again, and I shouldn&#39;t have to create a lock on that pattern to prevent that behavior. This makes no sense to me as a user.</p>

<p>I did take a look at their docs, but they pale in comparison to the Arch Wiki. OpenSUSE could actually learn a few things from Arch in this regard to improve their documentation, in my opinion.</p>

<h3 id="a-mostly-smooth-sail-so-far">A mostly smooth sail (so far)</h3>

<p>Of course, this hasn&#39;t been a perfect experience.</p>

<p>The day after installing the distro, I installed <code>profile-sync-daemon</code>, a tool that copies your browser profile into RAM while you&#39;re using it and lets you set up a sync interval with the filesystem, so it doesn&#39;t batter the SSD or NVMe so much. I believe I also installed some updates after that, and then rebooted.</p>

<p>The system booted fine, and I was able to log in to Plasma. Then, no matter what application I tried to launch, it would show an error and wouldn&#39;t open. It took me a bit to remember that this tool fills the user&#39;s <code>tmpfs</code>  if you have the default 20% for the <code>RuntimeDirectorySize</code> in systemd&#39;s <code>logind.conf</code>.</p>

<p>Even with 12 GB of RAM and 12 GB of SWAP, this happens.</p>

<p>I bumped the value to 30%, just to be super safe, rebooted, and voilà, I could open applications again.</p>

<p>I think this was the only major issue.</p>

<p>I also had an issue with a kernel update that wouldn&#39;t boot, but I had the previous kernel version still installed, so it didn&#39;t matter all that much.</p>

<p>Additionally, some tools I use aren&#39;t available in the repos, but it&#39;s just a few, and that&#39;s easily fixable by compiling them. Given that most of these tools are written in Go, it&#39;s easier to deal with dependencies.</p>

<p>Let&#39;s see if I&#39;ll revisit my decision of using OpenSUSE Tumbleweed in a few months.</p>

<p><a href="/brunomiguel/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="/brunomiguel/tag:OpenSUSE" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenSUSE</span></a> <a href="/brunomiguel/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="/brunomiguel/tag:SystemD" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">SystemD</span></a> <a href="/brunomiguel/tag:GNOME" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">GNOME</span></a> <a href="/brunomiguel/tag:KDE" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">KDE</span></a></p>
]]></content:encoded>
      <guid>https://infosec.press/brunomiguel/my-ubuntu-experience-ended-welcome-opensuse</guid>
      <pubDate>Mon, 01 Dec 2025 04:22:46 +0000</pubDate>
    </item>
    <item>
      <title>📝 My Ubuntu experience after a few months</title>
      <link>https://infosec.press/brunomiguel/my-ubuntu-experience-after-a-few-months</link>
      <description>&lt;![CDATA[My desktop on Ubuntu. As you can see, it&#39;s mostly default&#xA;&#xA;I&#39;ve been using Ubuntu daily for a few months. I was a bit afraid of having some major issue and having to try another distro before thinking about returning to Arch, but the balance is positive so far.&#xA;&#xA;I admit there have been a few things that&#39;ve annoyed me. Then again, I&#39;ve had that on any OS I&#39;ve used, so... yeah, computers... At least they&#39;re not printers, right?! 👀&#xA;!--more--&#xA;✔️ The positives&#xA;&#xA;I find the default GNOME experience on Ubuntu to be good. Back in the day, I enjoyed the hell out of Unity, and having a similar experience is nice. Of course, we&#39;re talking about GNOME here; extensions are necessary, but I didn&#39;t install that many, and some were only to improve the interface&#39;s bling (I like pretty things 🤷).&#xA;&#xA;It&#39;s also nice to have a free tier for the Ubuntu Pro program. If, for whatever reason, I decide to stick with this version, I&#39;ll have 10 years of security updates (at the time of writing). The specifics are on the link above, so don&#39;t forget to check it out to know more about them.&#xA;&#xA;When it comes to regular home users, Pro&#39;s free tier can be a nice thing to have. This way, they can slowly prepare the migration to a newer LTS and still stay reasonably secure. Well, to be honest, also because they don&#39;t tend to like changes, and keeping a stable environment for some time reduces the stress of computing for them.&#xA;&#xA;This, of course, is also beneficial for self-hosters, for example. But it might not be for you, and that&#39;s fair, too. 🍻&#xA;&#xA;Snaps have also improved quite a lot. You may find the occasional exception, but they have become quite performant compared to just a few years ago. Even the Steam snap has improved; however, it can take a little bit more time to launch than the native package when you have a lot of games installed and/or they take up a lot of disk space.&#xA;&#xA;Another plus for the Steam snap is being able to change Mesa versions. There might be some games that require more recent versions than the included one, so this is a nice feature to have.&#xA;&#xA;❌ The negatives&#xA;&#xA;There&#39;s an issue with the Steam snap, where right-clicking on something to show a menu and then clicking on a menu entry just closes the menu and doesn&#39;t perform the action. This one can be annoying as hell sometimes! 💢&#xA;&#xA;I do miss having some utilities I use already packaged or from a trusted enough source on the AUR, but I compiled them from source, and I keep tabs on new updates occasionally.&#xA;&#xA;It&#39;s also a shame there is no official gamescope package, and you&#39;re left compiling it from source. I do think there are a few issues with that on the 24.04 LTS version, but I&#39;m just remembering this as I type, so I might be misremembering.&#xA;&#xA;I was also having the best KDE experience I&#39;ve had in ~20 years with Plasma 6.x on Arch, but it&#39;s not packaged for Ubuntu 24.04. One time, I tried using a repo from Kubuntu or something, but I ended up borking the package and dependency lists, and couldn&#39;t remove the upgraded packages. 💀 I ended up reinstalling, which was faster than spending a day debugging dependency issues and force-installing some packages manually.&#xA;&#xA;I had forgotten how PPAs can be a headache if you just YOLO it. 😅&#xA;&#xA;👋 Conclusion&#xA;&#xA;At least for now, I&#39;m sticking with the latest stable LTS. When I switched, my goal was to have a system that doesn&#39;t change much over time and, in doing so, doesn&#39;t bother me every day to install a ton of updates. I also wanted something more reliable. While the verdict is yet to be reached on the latter, it has been reached on the former — most days, I only have flatpak updates.&#xA;&#xA;I&#39;ll stick with Ubuntu LTS for a few more months, so I can safely say if it is what I&#39;m looking for or if I need to find another distribution. Although I think I&#39;ll probably stick to it until the next LTS — unless I have a major issue with it —and then reevaluate it.&#xA;&#xA;#Ubuntu #Linux #Arch #KDE #GNOME #Steam #Gaming #LinuxGaming #DesktopLinux]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://cld.pt/dl/download/20d5c8e3-90de-45f5-825c-195eaaa376e0/ubuntu-desktop.webp" alt="My desktop on Ubuntu. As you can see, it&#39;s mostly default" title="My desktop on Ubuntu. As you can see, it&#39;s mostly default"></p>

<p>I&#39;ve been using Ubuntu daily for a <a href="https://infosec.press/brunomiguel/tips-for-gaming-on-ubuntu" rel="nofollow">few months</a>. I was a bit afraid of having some major issue and having to try another distro before thinking about returning to Arch, but the balance is positive so far.</p>

<p>I admit there have been a few things that&#39;ve annoyed me. Then again, I&#39;ve had that on any OS I&#39;ve used, so... yeah, computers... At least they&#39;re not printers, right?! 👀
</p>

<h3 id="the-positives">✔️ The positives</h3>

<p>I find the default GNOME experience on Ubuntu to be good. Back in the day, I enjoyed the hell out of Unity, and having a similar experience is nice. Of course, we&#39;re talking about GNOME here; extensions are necessary, but I didn&#39;t install that many, and some were only to improve the interface&#39;s bling (I like pretty things 🤷).</p>

<p>It&#39;s also nice to have a free tier for the <a href="https://ubuntu.com/pro" rel="nofollow">Ubuntu Pro</a> program. If, for whatever reason, I decide to stick with this version, I&#39;ll have 10 years of security updates (at the time of writing). The specifics are on the link above, so don&#39;t forget to check it out to know more about them.</p>

<p>When it comes to regular home users, Pro&#39;s free tier can be a nice thing to have. This way, they can slowly prepare the migration to a newer LTS and still stay reasonably secure. Well, to be honest, also because they don&#39;t tend to like changes, and keeping a stable environment for some time reduces the stress of computing for them.</p>

<p>This, of course, is also beneficial for self-hosters, for example. But it might not be for you, and that&#39;s fair, too. 🍻</p>

<p>Snaps have also improved quite a lot. You may find the occasional exception, but they have become quite performant compared to just a few years ago. Even the Steam snap has improved; however, it can take a little bit more time to launch than the native package when you have a lot of games installed and/or they take up a lot of disk space.</p>

<p>Another plus for the Steam snap is being able to change Mesa versions. There might be some games that require more recent versions than the included one, so this is a nice feature to have.</p>

<h3 id="the-negatives">❌ The negatives</h3>

<p>There&#39;s an issue with the Steam snap, where right-clicking on something to show a menu and then clicking on a menu entry just closes the menu and doesn&#39;t perform the action. This one can be annoying as hell sometimes! 💢</p>

<p>I do miss having some utilities I use already packaged or from a <em>trusted enough</em> source on the AUR, but I compiled them from source, and I keep tabs on new updates occasionally.</p>

<p>It&#39;s also a shame there is no official <code>gamescope</code> package, and you&#39;re left compiling it from source. I do think there are a few issues with that on the 24.04 LTS version, but I&#39;m just remembering this as I type, so I might be misremembering.</p>

<p>I was also having the best KDE experience I&#39;ve had in ~20 years with Plasma 6.x on Arch, but it&#39;s not packaged for Ubuntu 24.04. One time, I tried using a repo from Kubuntu or something, but I ended up borking the package and dependency lists, and couldn&#39;t remove the upgraded packages. 💀 I ended up reinstalling, which was faster than spending a day debugging dependency issues and force-installing some packages manually.</p>

<p>I had forgotten how PPAs can be a headache if you just YOLO it. 😅</p>

<h3 id="conclusion">👋 Conclusion</h3>

<p>At least for now, I&#39;m sticking with the latest stable LTS. When I switched, my goal was to have a system that doesn&#39;t change much over time and, in doing so, doesn&#39;t bother me every day to install a ton of updates. I also wanted something more reliable. While the verdict is yet to be reached on the latter, it has been reached on the former — most days, I only have flatpak updates.</p>

<p>I&#39;ll stick with Ubuntu LTS for a few more months, so I can safely say if it is what I&#39;m looking for or if I need to find another distribution. Although I think I&#39;ll probably stick to it until the next LTS — unless I have a major issue with it —and then reevaluate it.</p>

<p><a href="/brunomiguel/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="/brunomiguel/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="/brunomiguel/tag:Arch" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Arch</span></a> <a href="/brunomiguel/tag:KDE" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">KDE</span></a> <a href="/brunomiguel/tag:GNOME" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">GNOME</span></a> <a href="/brunomiguel/tag:Steam" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Steam</span></a> <a href="/brunomiguel/tag:Gaming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Gaming</span></a> <a href="/brunomiguel/tag:LinuxGaming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LinuxGaming</span></a> <a href="/brunomiguel/tag:DesktopLinux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DesktopLinux</span></a></p>
]]></content:encoded>
      <guid>https://infosec.press/brunomiguel/my-ubuntu-experience-after-a-few-months</guid>
      <pubDate>Mon, 19 May 2025 08:34:42 +0000</pubDate>
    </item>
  </channel>
</rss>