<?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: Torsten Brieskorn</title>
    <description>The latest articles on DEV Community by Torsten Brieskorn (@lingana).</description>
    <link>https://dev.to/lingana</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%2F1846303%2Fcfb1ad6a-d748-43ad-9d80-1ff84e79ce90.jpg</url>
      <title>DEV Community: Torsten Brieskorn</title>
      <link>https://dev.to/lingana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lingana"/>
    <language>en</language>
    <item>
      <title>anaconda on Xubuntu 24.04</title>
      <dc:creator>Torsten Brieskorn</dc:creator>
      <pubDate>Wed, 07 May 2025 09:22:36 +0000</pubDate>
      <link>https://dev.to/lingana/anaconda-on-xubuntu-2404-56dd</link>
      <guid>https://dev.to/lingana/anaconda-on-xubuntu-2404-56dd</guid>
      <description>&lt;p&gt;Starting &lt;strong&gt;anaconda-navigator&lt;/strong&gt; under Xubuntu 24.04 give me the following error:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;~&lt;span class="nv"&gt;$ &lt;/span&gt;anaconda-navigator 
2025-05-07 11:16:04,573 - WARNING linux_scaling.get_scaling_factor_using_dbus:32
An exception occurred during fetching list of system display settings.

qt.glx: qglx_findConfig: Failed to finding matching FBConfig &lt;span class="k"&gt;for &lt;/span&gt;QSurfaceFormat&lt;span class="o"&gt;(&lt;/span&gt;version 2.0, options QFlags&amp;lt;QSurfaceFormat::FormatOption&amp;gt;&lt;span class="o"&gt;()&lt;/span&gt;, depthBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, stencilBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, samples &lt;span class="nt"&gt;-1&lt;/span&gt;, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile&lt;span class="o"&gt;)&lt;/span&gt;
qt.glx: qglx_findConfig: Failed to finding matching FBConfig &lt;span class="k"&gt;for &lt;/span&gt;QSurfaceFormat&lt;span class="o"&gt;(&lt;/span&gt;version 2.0, options QFlags&amp;lt;QSurfaceFormat::FormatOption&amp;gt;&lt;span class="o"&gt;()&lt;/span&gt;, depthBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, stencilBufferSize &lt;span class="nt"&gt;-1&lt;/span&gt;, samples &lt;span class="nt"&gt;-1&lt;/span&gt;, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile&lt;span class="o"&gt;)&lt;/span&gt;
Could not initialize GLX
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;anaconda-navigator does not start.&lt;/p&gt;

&lt;p&gt;With the environment variable &lt;code&gt;export QT_XCB_GL_INTEGRATION=none&lt;/code&gt; it works with the following output:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;~&lt;span class="nv"&gt;$ &lt;/span&gt;anaconda-navigator 
2025-05-07 11:20:04,677 - WARNING linux_scaling.get_scaling_factor_using_dbus:32
An exception occurred during fetching list of system display settings.

QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;...but it is running :)&lt;/p&gt;

&lt;p&gt;If I make the environment variable persistent in my &lt;code&gt;.profile&lt;/code&gt;, &lt;a href="https://calibre-ebook.com/" rel="noopener noreferrer"&gt;Calibre's&lt;/a&gt; ebook reader does not work.&lt;/p&gt;

</description>
      <category>anaconda</category>
      <category>python</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
