<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Damian Kleiman</title>
    <description>The latest articles on DEV Community by Damian Kleiman (@damiank).</description>
    <link>https://dev.to/damiank</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1056472%2F71743f08-b05b-4eb4-98b3-17b3d9895fa0.jpg</url>
      <title>DEV Community: Damian Kleiman</title>
      <link>https://dev.to/damiank</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/damiank"/>
    <language>en</language>
    <item>
      <title>Making Chrome look like the rest of apps</title>
      <dc:creator>Damian Kleiman</dc:creator>
      <pubDate>Sun, 02 Apr 2023 22:34:51 +0000</pubDate>
      <link>https://dev.to/damiank/making-chrome-look-like-the-rest-of-apps-15ec</link>
      <guid>https://dev.to/damiank/making-chrome-look-like-the-rest-of-apps-15ec</guid>
      <description>&lt;p&gt;When using KDE on Manjaro, Google Chrome window decorations look different than the rest of apps.&lt;br&gt;
So to make it look consistent, there is an option in Settings:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kwZkss6v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2xtcb7h10y82jq82zron.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kwZkss6v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2xtcb7h10y82jq82zron.jpeg" alt="Image description" width="732" height="605"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I posted here in case someone needed this.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br&gt;
Damian&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Fixing OpenVPN3 bug in Arch</title>
      <dc:creator>Damian Kleiman</dc:creator>
      <pubDate>Fri, 31 Mar 2023 23:21:34 +0000</pubDate>
      <link>https://dev.to/damiank/fixing-openvpn3-bug-in-arch-1idk</link>
      <guid>https://dev.to/damiank/fixing-openvpn3-bug-in-arch-1idk</guid>
      <description>&lt;p&gt;After I did the last update in Arch, OpenVPN3 client stopped working and gave me the following error:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;** ERROR ** Failed calling D-Bus method UserInputProvide: GDBus.Error:net.openvpn.v3.sessions.error: Backend VPN process has died.  Session is no longer valid.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I found that this error is still not fixed, but you can easily do a workaround. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So why does this error happen?&lt;/strong&gt;&lt;br&gt;
It seems there is a problem in glib2 v.2.76.1 (which is what I got updated recently) and it generates a Null in one of the functions OpenVPN uses for the authentication. So, after authenticating, that error appears and client crashes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to fix it?&lt;/strong&gt;&lt;br&gt;
While we wait for a better solution, one easy fix for this is to downgrade glibc to version 2.74.6. Just be aware that this has to be a temporary downgrade while a fix is available, and that downgrading might break your system.&lt;/p&gt;

&lt;p&gt;To downgrade, you can install the downgrade command from the AUR, and then do the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo downgrade 'glib2=2.74.6'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will downgrade your glib to that version which works perfectly with current OpenVPN 3. Once connected, I advise to upgrade again to current glib2 to avoid possible errors in other apps which depend on newer version. &lt;br&gt;
You can upgrade using the same downgrade tool with:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo downgrade 'glib2=2.76.1'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will probably pop a window which lets you select that package from the cache. Just reinstall and you're good to go.&lt;/p&gt;

&lt;p&gt;I have used this as a temporary fix, and I hope OpenVPN will get updated soon to support current glib.&lt;/p&gt;

&lt;p&gt;Also, I read in some blogs that this issue also happens on other Linux distributions, but I don't use them so I can't provide a solution for them. This fix of downgrading should work on any Linux, let me know if you do it on other distros.&lt;/p&gt;

&lt;p&gt;Hope this helps someone.&lt;br&gt;
Regards,&lt;br&gt;
Damian&lt;/p&gt;

</description>
      <category>openvpn</category>
      <category>archlinux</category>
      <category>fix</category>
      <category>linux</category>
    </item>
    <item>
      <title>New to dev.to</title>
      <dc:creator>Damian Kleiman</dc:creator>
      <pubDate>Fri, 31 Mar 2023 23:09:45 +0000</pubDate>
      <link>https://dev.to/damiank/new-to-devto-40e9</link>
      <guid>https://dev.to/damiank/new-to-devto-40e9</guid>
      <description>&lt;p&gt;Hi I'm Damian Kleiman, a developer from Rosario, Argentina.&lt;br&gt;
I'm new to dev.to so hope to make great connections here.&lt;br&gt;
I will be writing about my passions here, which are Python and software development in general.&lt;br&gt;
See you all soon.&lt;br&gt;
Regards,&lt;br&gt;
Damian&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
