<?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>GNOME on Eloy Melo</title>
    <link>https://eloymelo.com/tutorials/gnome/</link>
    <description>Recent content in GNOME on Eloy Melo</description>
    <generator>Hugo -- 0.147.9</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 25 Nov 2025 10:00:00 -0300</lastBuildDate>
    <atom:link href="https://eloymelo.com/tutorials/gnome/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Extensions</title>
      <link>https://eloymelo.com/tutorials/gnome/gnome-extensions/</link>
      <pubDate>Tue, 25 Nov 2025 10:00:00 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/gnome/gnome-extensions/</guid>
      <description>&lt;p&gt;My recommended extensions for GNOME 48+:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;App Indicator&lt;/li&gt;
&lt;li&gt;Blur My Shell&lt;/li&gt;
&lt;li&gt;Caffeine&lt;/li&gt;
&lt;li&gt;Dash to Dock&lt;/li&gt;
&lt;li&gt;GNOME 4x UI Improvements&lt;/li&gt;
&lt;li&gt;Impatience&lt;/li&gt;
&lt;li&gt;GSConnect&lt;/li&gt;
&lt;li&gt;Just Perfection&lt;/li&gt;
&lt;li&gt;Notification Timeout&lt;/li&gt;
&lt;li&gt;QS Tweak Quick Setting Tweaker&lt;/li&gt;
&lt;li&gt;Tiling Assistant&lt;/li&gt;
&lt;li&gt;Unblank Lock Screen&lt;/li&gt;
&lt;/ul&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>
    <item>
      <title>Settings</title>
      <link>https://eloymelo.com/tutorials/gnome/gnome-settings/</link>
      <pubDate>Tue, 25 Nov 2025 10:00:00 -0300</pubDate>
      <guid>https://eloymelo.com/tutorials/gnome/gnome-settings/</guid>
      <description>&lt;h3 id=&#34;just-a-couple-of-adjustments-that-i-usually-make-whenever-i-use-gnome-as-my-default-de&#34;&gt;Just a couple of adjustments that I usually make whenever I use GNOME as my default DE&lt;/h3&gt;
&lt;p&gt;Changing the timeout of the &amp;ldquo;App is not responding&amp;rdquo; popup.&lt;/p&gt;
&lt;p&gt;The default time is set to 5 seconds. In order to change it to a higher value or to remove it, follow these steps.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the terminal and paste these values:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To 60 seconds:&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-plaintext&#34; data-lang=&#34;plaintext&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gsettings set org.gnome.mutter check-alive-timeout 60000
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To completely disable it:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
