<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Fix on Eloy Melo</title>
    <link>https://eloymelo.com/tags/fix/</link>
    <description>Recent content in Fix on Eloy Melo</description>
    <generator>Hugo -- 0.147.9</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 12 Dec 2025 16:33:34 -0300</lastBuildDate>
    <atom:link href="https://eloymelo.com/tags/fix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fedora Fixes</title>
      <link>https://eloymelo.com/tutorials/fedora/fedora-fixes/</link>
      <pubDate>Fri, 12 Dec 2025 16:33:34 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/fedora/fedora-fixes/</guid>
      <description>&lt;h3 id=&#34;1-flatpaks-missing-dark-gtk-theme&#34;&gt;1. Flatpaks missing dark GTK theme&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;flatpak install org.gtk.Gtk3theme.Adwaita-dark
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Also see &lt;a href=&#34;https://www.linuxuprising.com/2018/05/how-to-get-flatpak-apps-to-use-correct.html&#34;&gt;this article&lt;/a&gt; about it.&lt;/p&gt;
&lt;h3 id=&#34;2-virtual-manager-kvm-ethernet-not-working&#34;&gt;2. Virtual Manager (KVM) ethernet not working&lt;/h3&gt;
&lt;p&gt;Open this file and add the following at the end right under #firewall_backend = &amp;ldquo;nftables&amp;rdquo;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;firewall_backend  &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;iptables&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Restart the libvirtd service.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo systemctl restart libvirtd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now it should work after restarting the VM.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.reddit.com/r/Fedora/comments/1ggvck8/fedora_41_connectivity_issues_with_virtual/&#34;&gt;Source&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;3-nvidia-drivers&#34;&gt;3. NVIDIA drivers&lt;/h3&gt;
&lt;p&gt;If you have a NVIDIA card, I suggest you follow the steps covered in &lt;a href=&#34;https://github.com/Comprehensive-Wall28/Nvidia-Fedora-Guide&#34;&gt;this tutorial&lt;/a&gt; created by &lt;a href=&#34;https://github.com/Comprehensive-Wall28&#34;&gt;Fady Osama&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian Broken QT Theme</title>
      <link>https://eloymelo.com/tutorials/debian/debian-broken-qt-theme/</link>
      <pubDate>Wed, 26 Nov 2025 01:58:00 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/debian/debian-broken-qt-theme/</guid>
      <description>&lt;h3 id=&#34;1-open-terminal-and-type-the-following&#34;&gt;1. Open terminal and type the following&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo apt install qgnomeplatform-qt5
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;2-edit-etcenvironment-and-paste-the-following&#34;&gt;2. Edit &lt;strong&gt;&lt;code&gt;/etc/environment&lt;/code&gt;&lt;/strong&gt; and paste the following:&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo vim /etc/environment
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-plaintext&#34; data-lang=&#34;plaintext&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# fix for broken QT themes
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;QT_QPA_PLATFORM=xcb
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;3-log-out-of-the-session-or-restart-the-machine&#34;&gt;3. Log out of the session or restart the machine.&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo reboot
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h3 id=&#34;recommended-guides&#34;&gt;Recommended Guides:&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://eloymelo.com/tutorials/debian/debian-post-install/&#34;&gt;&lt;strong&gt;Debian Post Install&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://eloymelo.com/tutorials/debian/debian-apps/&#34;&gt;&lt;strong&gt;Debian Apps&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://eloymelo.com/tutorials/debian/debian-firewall/&#34;&gt;&lt;strong&gt;Debian Firewall&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://eloymelo.com/tutorials/debian/debian-better-fonts/&#34;&gt;&lt;strong&gt;Debian Better Fonts&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cedilla Fix for US Keyboard Layout</title>
      <link>https://eloymelo.com/tutorials/miscellaneous/cedilla/</link>
      <pubDate>Tue, 25 Nov 2025 10:00:00 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/miscellaneous/cedilla/</guid>
      <description>&lt;p&gt;Simple fix for those using a US keyboard layout who cannot type &amp;ldquo;ç&amp;rdquo;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a hidden file in your home directory called &lt;code&gt;.XCompose&lt;/code&gt;:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;nano .XCompose
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Copy and paste the following:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;include &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;%L&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;dead_acute&amp;gt; &amp;lt;c&amp;gt;     : &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;ç&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;dead_acute&amp;gt; &amp;lt;C&amp;gt;     : &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Ç&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Log out and log back in.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>QT Broken Theme</title>
      <link>https://eloymelo.com/tutorials/gnome/gnome-fix-qtapps/</link>
      <pubDate>Tue, 25 Nov 2025 10:00:00 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/gnome/gnome-fix-qtapps/</guid>
      <description>&lt;p&gt;First install the adw-gtk3 package.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Fedora&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;dnf install adw-gtk3-theme&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Arch&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;pacman -S adw-gtk-theme&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Debian&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://gitlab.com/julianfairfax/package-repo#how-to-add-repository-for-debian-based-linux-distributions&#34;&gt;3rd party repo&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Then open your terminal and make the following changes to the &lt;strong&gt;environment&lt;/strong&gt; file.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo nano /etc/environment
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;QT_QPA_PLATFORM=xcb&lt;/p&gt;
&lt;p&gt;QT_STYLE_OVERRIDE=adw-gtk3-theme&lt;/p&gt;
&lt;h3 id=&#34;optional&#34;&gt;Optional&lt;/h3&gt;
&lt;p&gt;GSK_RENDERER=ngl&lt;/p&gt;
&lt;p&gt;FREETYPE_PROPERTIES=&amp;ldquo;cff:no-stem-darkening=0 autofitter:no-stem-darkening=0&amp;rdquo;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
