<?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/"
               xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
               xmlns:admin="http://webns.net/mvcb/"
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
               xmlns:content="http://purl.org/rss/1.0/modules/content/">
            <channel>
                <title>
					                		PrusaSlicer 2.9.2 not showing the main window - PrusaSlicer                                    </title>
                <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Tue, 16 Jun 2026 06:09:21 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE: PrusaSlicer 2.9.2 not showing the main window</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753922</link>
                        <pubDate>Thu, 12 Jun 2025 14:10:57 +0000</pubDate>
                        <description><![CDATA[Yes, that&#039;s exactly what my problem was.  I installed an older version to get around what I had assumed was an OpenGL issue.  It worked, and oddly enough, all the new features showed up too....]]></description>
                        <content:encoded><![CDATA[<p>Yes, that's exactly what my problem was.  I installed an older version to get around what I had assumed was an OpenGL issue.  It worked, and oddly enough, all the new features showed up too.  I guess I've got a hodgepodge of software chunks on this PC now.  Which means at some point, something will break and I'll have to spend a few days either archiving data files and starting over, or hand-picking the bad parts of different applications out.<br /><br />I went with 2.8.0.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Rob Welch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753922</guid>
                    </item>
                                        <item>
                        <title>RE:</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753830</link>
                        <pubDate>Wed, 11 Jun 2025 21:03:26 +0000</pubDate>
                        <description><![CDATA[Unfortunately the given argument did not work for me... Any idea what kind of debug information to look for? I could not make sense out of the following debug info:
flatpak run com.prusa3d....]]></description>
                        <content:encoded><![CDATA[<p>Unfortunately the given argument did not work for me... Any idea what kind of debug information to look for? I could not make sense out of the following debug info:</p>
<pre contenteditable="false">flatpak run com.prusa3d.PrusaSlicer --opengl-compatibility</pre>
<pre contenteditable="false">--------------------------------------------------------------------------
Message: 17:52:13: Starting PrusaSlicer flatpak with entrypoint script
--------------------------------------------------------------------------
Gtk-Message: 17:52:14.095: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:52:14.095: Failed to load module "pk-gtk-module"
$ Gtk-Message: 17:52:14.273: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:52:14.273: Failed to load module "pk-gtk-module"
Gtk-Message: 17:52:14.276: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:52:14.278: Failed to load module "pk-gtk-module"
     UserAccount: Failed to read token - no datafile found.
     Not primary owner of DBus name - probably another PrusaSlicer instance is running.
     Dbus Messages listening terminating.
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
17:52:29: Debug: window wxTreeCtrl@0x55b1d3930090 ("treeCtrl") lost focus even though it didn't have it
</pre>
<p> </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Reini</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753830</guid>
                    </item>
                                        <item>
                        <title>RE:</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753653</link>
                        <pubDate>Tue, 10 Jun 2025 22:57:23 +0000</pubDate>
                        <description><![CDATA[Don&#039;t know if it is the same problem, but I was getting something similar on my RPi500 with the flatpack install. Seems Raspian doesn&#039;t have the required OpenGL version. But launching with t...]]></description>
                        <content:encoded><![CDATA[<p>Don't know if it is the same problem, but I was getting something similar on my RPi500 with the flatpack install. Seems Raspian doesn't have the required OpenGL version. But launching with the following gets it to work on my RPi500:</p>
<pre contenteditable="false">flatpak run --env=MESA_GL_VERSION_OVERRIDE=3.2 com.prusa3d.PrusaSlicer</pre>
<p>Maybe that'll work on your systems?</p>
<p>I can't pretend to understand how this works, I found this method after a bunch of googling.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Sembazuru</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753653</guid>
                    </item>
                                        <item>
                        <title>RE: PrusaSlicer 2.9.2 not showing the main window</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753598</link>
                        <pubDate>Tue, 10 Jun 2025 16:20:07 +0000</pubDate>
                        <description><![CDATA[I got the same problem on Fedora 42 if you mean this:]]></description>
                        <content:encoded><![CDATA[<p>I got the same problem on Fedora 42 if you mean this:</p><p><a href="https://storage.googleapis.com/prusa3d-content-prod-14e8-wordpress-forum-prod/2025/06/254392c1-bildschirmfoto-vom-2025-06-10-18-17-45.png"><img class="alignnone size-medium wp-image-177759" src="https://storage.googleapis.com/prusa3d-content-prod-14e8-wordpress-forum-prod/2025/06/254392c1-bildschirmfoto-vom-2025-06-10-18-17-45-600x500.png" alt="" width="600" height="500" /></a></p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Reini</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-753598</guid>
                    </item>
                                        <item>
                        <title>PrusaSlicer 2.9.2 not showing the main window</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-752757</link>
                        <pubDate>Wed, 04 Jun 2025 20:10:33 +0000</pubDate>
                        <description><![CDATA[Without updating anything on my computer (Ubuntu 20.4) PrusaSlicer 2.9.2 now has nothing but a white window on the Plater tab.  All other tabs work great.Is this some new feature Prusa is pr...]]></description>
                        <content:encoded><![CDATA[<p>Without updating anything on my computer (Ubuntu 20.4) PrusaSlicer 2.9.2 now has nothing but a white window on the Plater tab.  All other tabs work great.<br />Is this some new feature Prusa is providing me?  I can still add STL files, but I can't slice, because there's no dimensions.<br /><br />Do I need to try the Online version I got an email about a couple days ago?</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Rob Welch</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-2-9-2-not-showing-the-main-window/#post-752757</guid>
                    </item>
                                                </channel>
        </rss>
        