<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ubuntu &amp;mdash; Bruno&#39;s ramblings</title>
    <link>https://infosec.press/brunomiguel/tag:ubuntu</link>
    <description>A blog where I ramble about... well... stuff.</description>
    <pubDate>Thu, 30 Apr 2026 20:04:38 +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>
    <item>
      <title>📝 How to remove &#34;old&#34; versions from snap packages</title>
      <link>https://infosec.press/brunomiguel/how-to-remove-old-versions-from-snap-packages</link>
      <description>&lt;![CDATA[Be careful with this. Don&#39;t remove old versions before ensuring the new package version works as expected.&#xA;&#xA;How to list all the installed versions&#xA;LANG=C snap list --all | awk &#39;/disabled/{print $1, $3}&#39;&#xA;&#xA;How to remove all the old versions in a batch&#xA;LANG=C snap list --all | awk &#39;/disabled/{print $1, $3}&#39; |&#xA;    while read SnapName revision; do&#xA;        sudo snap remove &#34;$SnapName&#34; --revision=&#34;$revision&#34;&#xA;    done&#xA;&#xA;This can save you some disk space, but it can become a headache if you don&#39;t make sure the new snap package version is working well. Also, don&#39;t forget to read the fine manual.&#xA;&#xA;#Linux #Ubuntu #Snap #Tips]]&gt;</description>
      <content:encoded><![CDATA[<h3 id="be-careful-with-this-don-t-remove-old-versions-before-ensuring-the-new-package-version-works-as-expected">Be careful with this. Don&#39;t remove old versions before ensuring the new package version works as expected.</h3>

<p><strong>How to list all the installed versions</strong></p>

<pre><code class="language-sh">LANG=C snap list --all | awk &#39;/disabled/{print $1, $3}&#39;
</code></pre>

<p><strong>How to remove all the old versions in a batch</strong></p>

<pre><code class="language-sh">LANG=C snap list --all | awk &#39;/disabled/{print $1, $3}&#39; |
    while read SnapName revision; do
        sudo snap remove &#34;$SnapName&#34; --revision=&#34;$revision&#34;
    done
</code></pre>

<p>This can save you some disk space, but it can become a headache if you don&#39;t make sure the new snap package version is working well. Also, don&#39;t forget to <a href="https://snapcraft.io/docs/snap-howto" rel="nofollow">read the fine manual</a>.</p>

<p><a href="/brunomiguel/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="/brunomiguel/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="/brunomiguel/tag:Snap" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Snap</span></a> <a href="/brunomiguel/tag:Tips" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Tips</span></a></p>
]]></content:encoded>
      <guid>https://infosec.press/brunomiguel/how-to-remove-old-versions-from-snap-packages</guid>
      <pubDate>Thu, 09 Jan 2025 16:56:49 +0000</pubDate>
    </item>
    <item>
      <title>📝 Tips for gaming on Ubuntu</title>
      <link>https://infosec.press/brunomiguel/tips-for-gaming-on-ubuntu</link>
      <description>&lt;![CDATA[A few tips for gaming on Ubuntu with the Steam snap, and my overall experience with the distro after a few days of usage&#xA;&#xA;A few days ago, I switched from Arch Linux to Ubuntu. I&#39;ve been thinking about starting to use a distro more focused on stability and less on having the latest everything. Ubuntu was already the operating system my wife and my father were using, mainly due to the Ubunto Pro free tier, so I decided to go with it, too, and make my life easier when giving them support.&#xA;&#xA;Surprisingly, the default Ubuntu experience improved a lot since I last used it. When was it? Ten years ago? More? I can&#39;t recall, but I know it was a long long time ago, in a galaxy far far away, and I remember using Unity. I miss Unity.&#xA;!--more--&#xA;I did install some extensions for GNOME, changed the typeface, used my own .fonts.conf, and a few other configurations, installed and built some utilities I had used on Arch for more than five years, and that was it.&#xA;&#xA;The only issue I&#39;ve had is using the Steam snap package and running games installed via Heroic Games Launcher&#39;s flatpak package, with shortcuts for them added to Steam. The confinement rules set for this snap don&#39;t let it use a lot of stuff outside of it, so I can&#39;t use the same setup I had on Arch.&#xA;&#xA;I could install Steam with the --classic flag, which disables the confinement. However, if I&#39;m using Snap for isolation, I might as well take advantage of it. I could also use the deb provided by Steam, but I want to stay close to the default as much as possible so I don&#39;t have to deal with as many potential issues.&#xA;&#xA;There&#39;s also the possibility of installing Steam via Flapak. I might do it eventually. But now, I want to use the Snap package and send some reports to the team. If you want to submit them, too, take a look at the Testing page at the repo&#39;s wiki, and read the instructions on how to submit carefully.&#xA;&#xA;After thinking about this for a day, I remembered there&#39;s this application called Cartridges, that serves as a main hub for your gaming clients. Steam and Heroic are both supported, but for it to see the Snap package, you need to change the Steam path to /home/USER/snap/steam/common/.steam/steam.  (don&#39;t forget to change USER to your username)&#xA;&#xA;While this is not ideal, because I have to have another package installed, it fixes it for me. My main game hub is now Cartridges.&#xA;&#xA;For custom Proton forks, like Proton-GE, ProtonUp-QT supports the Steam snap package out-of-the-box.&#xA;&#xA;You can also use different Mesa environments with the package. The repo&#39;s wiki has all the instructions. Shoutout to Diogo for mentioning this to me and for giving me a few tips that helped make the transition to this distribution easier.&#xA;&#xA;#Linux #Ubuntu #GamingOnLinux ]]&gt;</description>
      <content:encoded><![CDATA[<h4 id="a-few-tips-for-gaming-on-ubuntu-with-the-steam-snap-and-my-overall-experience-with-the-distro-after-a-few-days-of-usage"><em>A few tips for gaming on Ubuntu with the Steam snap, and my overall experience with the distro after a few days of usage</em></h4>

<p>A few days ago, I switched from Arch Linux to Ubuntu. I&#39;ve been thinking about starting to use a distro more focused on <em>stability</em> and less on having the latest everything. Ubuntu was already the operating system my wife and my father were using, mainly due to the Ubunto Pro free tier, so I decided to go with it, too, and make my life easier when giving them support.</p>

<p>Surprisingly, the default Ubuntu experience improved a lot since I last used it. When was it? Ten years ago? More? I can&#39;t recall, but I know it was a long long time ago, in a galaxy far far away, and I remember using Unity. I miss Unity.

I did install some extensions for GNOME, changed the typeface, used my own <code>.fonts.conf</code>, and a few other configurations, installed and built some utilities I had used on Arch for more than five years, and that was it.</p>

<p>The only <em>issue</em> I&#39;ve had is using the Steam snap package and running games installed via Heroic Games Launcher&#39;s flatpak package, with shortcuts for them added to Steam. The confinement rules set for this snap don&#39;t let it use a lot of stuff outside of it, so I can&#39;t use the same setup I had on Arch.</p>

<p>I could install Steam with the <code>--classic</code> flag, which disables the confinement. However, if I&#39;m using Snap for isolation, I might as well take advantage of it. I could also use the deb provided by Steam, but I want to stay close to the default as much as possible so I don&#39;t have to deal with as many potential issues.</p>

<p>There&#39;s also the possibility of installing Steam via Flapak. I might do it eventually. But now, I want to use the Snap package and send some reports to the team. If you want to submit them, too, take a look at the <a href="https://github.com/canonical/steam-snap/wiki/Testing" rel="nofollow">Testing page</a> at the repo&#39;s wiki, and <a href="https://github.com/canonical/steam-snap/discussions/60" rel="nofollow">read the instructions</a> on how to submit carefully.</p>

<p>After thinking about this for a day, I remembered there&#39;s this application called <a href="https://github.com/kra-mo/cartridges" rel="nofollow">Cartridges</a>, that serves as a main hub for your gaming clients. Steam and Heroic are both supported, but for it to see the Snap package, you need to change the Steam path to <code>/home/USER/snap/steam/common/.steam/steam</code>.  <em>(don&#39;t forget to change USER to your username)</em></p>

<p>While this is not ideal, because I have to have another package installed, it fixes it for me. My main game hub is now Cartridges.</p>

<p>For custom Proton forks, like Proton-GE, ProtonUp-QT supports the Steam snap package out-of-the-box.</p>

<p>You can also use different Mesa environments with the package. The repo&#39;s wiki has <a href="https://github.com/canonical/steam-snap/wiki/FAQ#how-do-i-use-a-different-mesagraphics-version" rel="nofollow">all the instructions</a>. Shoutout to Diogo for mentioning this to me and for giving me a few tips that helped make the transition to this distribution easier.</p>

<p><a href="/brunomiguel/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a> <a href="/brunomiguel/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a> <a href="/brunomiguel/tag:GamingOnLinux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">GamingOnLinux</span></a></p>
]]></content:encoded>
      <guid>https://infosec.press/brunomiguel/tips-for-gaming-on-ubuntu</guid>
      <pubDate>Sun, 22 Dec 2024 17:16:44 +0000</pubDate>
    </item>
  </channel>
</rss>