<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LibreWolf on paapereira.xyz</title><link>https://paapereira.xyz/tags/librewolf/</link><description>Recent content in LibreWolf on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sun, 07 Feb 2021 14:14:08 +0000</lastBuildDate><atom:link href="https://paapereira.xyz/tags/librewolf/index.xml" rel="self" type="application/rss+xml"/><item><title>Using profile-sync-daemon in LibreWolf</title><link>https://paapereira.xyz/posts/2021/02/profile-sync-daemon-librewolf/</link><pubDate>Sun, 07 Feb 2021 14:14:08 +0000</pubDate><guid>https://paapereira.xyz/posts/2021/02/profile-sync-daemon-librewolf/</guid><description>&lt;p>I talked about &lt;a href="https://paapereira.xyz/posts/librewolf/">LibreWolf&lt;/a> last month, and how I made &lt;a href="https://wiki.archlinux.org/index.php/profile-sync-daemon">profile-sync-daemon&lt;/a> work.&lt;/p>
&lt;p>The way I did made Firefox stop working, so this is the better way.&lt;/p>
&lt;p>Fixing what I did and set it correctly:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo mv /usr/share/psd/browsers/firefox_bck /usr/share/psd/browsers/firefox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>sudo cp /usr/share/psd/browsers/firefox /usr/share/psd/browsers/librewolf
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Replacing &lt;code>.mozilla/firefox&lt;/code> with &lt;code>.librewolf&lt;/code> in &lt;code>/usr/share/psd/browsers/librewolf&lt;/code> and restart &lt;code>psd&lt;/code>.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo vi /usr/share/psd/browsers/librewolf
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>systemctl --user stop psd.service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>systemctl --user start psd.service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">5&lt;/span>&lt;span>psd p
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>LibreWolf - A fork of Firefox</title><link>https://paapereira.xyz/posts/2021/01/librewolf/</link><pubDate>Sat, 16 Jan 2021 18:33:53 +0000</pubDate><guid>https://paapereira.xyz/posts/2021/01/librewolf/</guid><description>&lt;p>&lt;em>&lt;a href="https://librewolf-community.gitlab.io/">LibreWolf&lt;/a> is a fork of Firefox, focused on privacy, security and freedom.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;ve been trying it out and so far so good. It&amp;rsquo;s basically Firefox, but with out of the box enhanced security and without Mozilla telemetries, Pockets and stuffs.&lt;/p>
&lt;h2 id="installing">Installing&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>paru -S librewolf-bin
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="set-librewolf-as-the-default-browser">Set LibreWolf as the default browser&lt;/h2>
&lt;p>I&amp;rsquo;m using i3-gaps.&lt;/p>
&lt;p>I need to change my &lt;code>.profile&lt;/code>.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>vi .profile
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>export BROWSER=&amp;#34;/usr/bin/librewolf&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>And replace &lt;code>firefox&lt;/code> with &lt;code>librewolf&lt;/code> in the &lt;code>mimeapps.list&lt;/code> file.&lt;/p></description></item></channel></rss>