<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Compilation]Discussions on the new Opera GX UI&#x2F;Layout]]></title><description><![CDATA[<p dir="auto">[Compilation]Discussions on the new Opera GX UI/Layout</p>
]]></description><link>https://forums.opera.com/topic/73687/compilation-discussions-on-the-new-opera-gx-ui-layout</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:16:45 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/73687.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Sep 2024 22:28:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Tue, 17 Jun 2025 17:16:46 GMT]]></title><description><![CDATA[<p dir="auto">upper side of the screen this tab has black screen no X icon with latest Opera GX 119.0.5497.108:</p>
<p dir="auto"><img src="https://i.imgur.com/vrQguAP.jpeg" alt="alt text" class=" img-responsive img-markdown" /></p>
<p dir="auto">119.0.5497.86 build working fine, including weather widget, i use google dns, weather widget had connection problems when i had 1.1.1.1 dns, 8.8.8.8 working fine</p>
]]></description><link>https://forums.opera.com/post/387514</link><guid isPermaLink="true">https://forums.opera.com/post/387514</guid><dc:creator><![CDATA[george2014]]></dc:creator><pubDate>Tue, 17 Jun 2025 17:16:46 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Tue, 17 Jun 2025 15:16:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/68204">@george2014</a> What icons? I still see all icons i use, but the only problem i have is that the weather widget doesn't work with the old ui.</p>
]]></description><link>https://forums.opera.com/post/387505</link><guid isPermaLink="true">https://forums.opera.com/post/387505</guid><dc:creator><![CDATA[KhronosPy]]></dc:creator><pubDate>Tue, 17 Jun 2025 15:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Tue, 17 Jun 2025 14:42:56 GMT]]></title><description><![CDATA[<p dir="auto">with new Opera GX 119.0.5497.108 old ui causes bugs, no more icons vs Opera GX 119.0.5497.86 build</p>
]]></description><link>https://forums.opera.com/post/387503</link><guid isPermaLink="true">https://forums.opera.com/post/387503</guid><dc:creator><![CDATA[george2014]]></dc:creator><pubDate>Tue, 17 Jun 2025 14:42:56 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 12 Jun 2025 10:52:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/706289">@KhronosPy</a> i already using it, but made some changes in OperaGX_WithOldTheme.ps1 in order opera:flags settings to work + added few more flags:</p>
<p dir="auto"><strong>Path to Local State file, don't change it</strong></p>
<p dir="auto">$localStatePath = "$env:APPDATA\Opera Software\Opera GX Stable\Local State"</p>
<p dir="auto"><strong>Read the file content</strong><br />
$content = Get-Content $localStatePath -Raw</p>
<p dir="auto"><strong>Replace the gxx_flags to false</strong></p>
<p dir="auto">$content = $content -replace '"gxx_flags":{.*?}', '"gxx_flags":{"enabled":false,"migrated":true}'</p>
<p dir="auto"><strong>Save the new content</strong><br />
Set-Content -Path $localStatePath -Value $content -Encoding UTF8</p>
<p dir="auto"><strong>Path to Opera GX executable (change it if u needed)</strong><br />
$localAppPath = "$env:LOCALAPPDATA\Programs\Opera GX\opera.exe" #change the opera path here. Cambia la ruta a opera aquí.<br />
$programFilesPath = "C:\Program Files\Opera GX\opera.exe"</p>
<p dir="auto">if (Test-Path $localAppPath) {<br />
$operaPath = $localAppPath<br />
} elseif (Test-Path $programFilesPath) {<br />
$operaPath = $programFilesPath<br />
} else {<br />
Write-Error "Opera GX executable not found in expected locations. Change the default path in the script"<br />
exit 1<br />
}</p>
<p dir="auto"><strong>Start Opera GX</strong></p>
<p dir="auto">Start-Process $operaPath --try-supported-channel-layouts, --enable-features=MediaFoundationClearPlayback</p>
<p dir="auto">i put this in original operagx shortcut and it is working fine, now everything works as i needed, no more slowdowns and bugs that i had with local state readme mode + i have original shortcut, but target now is OperaGX_WithOldTheme.ps1 file, opening very fast, no bugs</p>
]]></description><link>https://forums.opera.com/post/387207</link><guid isPermaLink="true">https://forums.opera.com/post/387207</guid><dc:creator><![CDATA[george2014]]></dc:creator><pubDate>Thu, 12 Jun 2025 10:52:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 04 Jun 2025 21:47:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/982675">@Starfallyt</a> That's Opera One</p>
]]></description><link>https://forums.opera.com/post/386606</link><guid isPermaLink="true">https://forums.opera.com/post/386606</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 04 Jun 2025 21:47:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 04 Jun 2025 15:11:44 GMT]]></title><description><![CDATA[<p dir="auto">i know this is late but why does my opera gx look like this? also i dont know why that one image is really big <img src="/assets/uploads/files/1749049855135-screenshot-2025-06-04-090911.png" alt="Screenshot 2025-06-04 090911.png" class=" img-responsive img-markdown" /> <img src="/assets/uploads/files/1749049865318-screenshot-2025-06-04-090942.png" alt="Screenshot 2025-06-04 090942.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://forums.opera.com/post/386592</link><guid isPermaLink="true">https://forums.opera.com/post/386592</guid><dc:creator><![CDATA[Starfallyt]]></dc:creator><pubDate>Wed, 04 Jun 2025 15:11:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Fri, 30 May 2025 14:34:39 GMT]]></title><description><![CDATA[<p dir="auto">I could forgive alt opening up the menu even though I use alt a lot. I could forgive merging windows being a bit janky, I could forgive not being able to translate entire pages or not being able to reverse image search. But in this new update, everything is terrible. When you drag a new window it doesn't become transparent or smaller so you can't merge 2 windows on the same monitor. When you try to merge, you have to hold the window on top of the other windows for a solid second. When you try to move a window to the other monitor, 2/3 times it just goes on the same monitor and it goes full screen but not maximized, so even with the setting, when you click on the black bar above the window, it doesn't register.</p>
<p dir="auto">I'm going back to chrome after years of faithful suffering. It's not worth it.</p>
]]></description><link>https://forums.opera.com/post/386210</link><guid isPermaLink="true">https://forums.opera.com/post/386210</guid><dc:creator><![CDATA[Talnarp]]></dc:creator><pubDate>Fri, 30 May 2025 14:34:39 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Sat, 24 May 2025 17:41:08 GMT]]></title><description><![CDATA[<p dir="auto">Nope, absolutely hate it! I'm changing browsers. We have been complaining about this for so long just for y'all to just make it worse every single time. I can't even hardly see the icons on the sidebar anymore.</p>
]]></description><link>https://forums.opera.com/post/385606</link><guid isPermaLink="true">https://forums.opera.com/post/385606</guid><dc:creator><![CDATA[leeonline]]></dc:creator><pubDate>Sat, 24 May 2025 17:41:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Fri, 23 May 2025 01:21:53 GMT]]></title><description><![CDATA[<p dir="auto">Undo new UI and return to old one as an option</p>
<p dir="auto">Read above, I don't like how the new UI looks, we have had the option to go back to the old Opera GX for the past few years, why did you suddenly remove it and why did you suddenly force it upon us if we don't want it, Was there seriously a problem with just adding the button to go back and leave things how they were, sometimes it's better to just not touch things.</p>
]]></description><link>https://forums.opera.com/post/385475</link><guid isPermaLink="true">https://forums.opera.com/post/385475</guid><dc:creator><![CDATA[WolfKann]]></dc:creator><pubDate>Fri, 23 May 2025 01:21:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 23:25:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/946872">@lailaamell</a> I agree, it's terrible</p>
]]></description><link>https://forums.opera.com/post/385468</link><guid isPermaLink="true">https://forums.opera.com/post/385468</guid><dc:creator><![CDATA[KhronosPy]]></dc:creator><pubDate>Thu, 22 May 2025 23:25:50 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 13:52:19 GMT]]></title><description><![CDATA[<p dir="auto">who the hell asked for this crap ui every tab is tiny and youtube tab opens up suggestions when clicked on  this is god ugly  why fix somethign wich isnt broken its now clunky  to use and dont feel good to use anymore</p>
]]></description><link>https://forums.opera.com/post/385408</link><guid isPermaLink="true">https://forums.opera.com/post/385408</guid><dc:creator><![CDATA[lailaamell]]></dc:creator><pubDate>Thu, 22 May 2025 13:52:19 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 12:29:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> I thought about that too, but for accesibility i just make it as it is now, But i have plans to make a search for the path by it self later, I just made the repo today soon as i found out about the update.</p>
]]></description><link>https://forums.opera.com/post/385392</link><guid isPermaLink="true">https://forums.opera.com/post/385392</guid><dc:creator><![CDATA[KhronosPy]]></dc:creator><pubDate>Thu, 22 May 2025 12:29:14 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 11:13:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/706289">@KhronosPy</a> I played with making a browser launcher a long time ago <a href="https://www.reddit.com/r/operabrowser/wiki/opera/browser_launcher/" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> (for a different purpose). What I ended up doing is requiring the launcher to be next to the browser's executable and having the launcher always figure out its own path (to use for the base path to the browser's executable). More complicated though, but...</p>
]]></description><link>https://forums.opera.com/post/385384</link><guid isPermaLink="true">https://forums.opera.com/post/385384</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 22 May 2025 11:13:28 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 10:58:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Yes I just noted too, I added two possible paths now, and i would add that on the readme!. Thanks!</p>
]]></description><link>https://forums.opera.com/post/385381</link><guid isPermaLink="true">https://forums.opera.com/post/385381</guid><dc:creator><![CDATA[KhronosPy]]></dc:creator><pubDate>Thu, 22 May 2025 10:58:42 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 10:44:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/706289">@KhronosPy</a> Might help to mention in the readme that you might have to adjust the path to opera.exe in OperaGX_WithOldTheme.ps1. By default, the Opera GX installer puts opera.exe at <code>"${env:localappdata}\Programs\Opera GX\opera.exe"</code> and only uses <code>"${env:programfiles}\Opera GX\opera.exe"</code> when you click "options" in the installer and switch to an all-user install.</p>
<p dir="auto">The user can find the install folder path by going to the URL <code>opera://about</code>.</p>
]]></description><link>https://forums.opera.com/post/385378</link><guid isPermaLink="true">https://forums.opera.com/post/385378</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 22 May 2025 10:44:34 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 22 May 2025 10:18:04 GMT]]></title><description><![CDATA[<p dir="auto">for those who don't wanna modify the file that krasen is talking about, i wrote a little launcher to make it for you, all the instructions are in the repo:<br />
<a href="https://github.com/KhronosPy/OperaGXOldThemeLauncher" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/KhronosPy/OperaGXOldThemeLauncher</a></p>
]]></description><link>https://forums.opera.com/post/385351</link><guid isPermaLink="true">https://forums.opera.com/post/385351</guid><dc:creator><![CDATA[KhronosPy]]></dc:creator><pubDate>Thu, 22 May 2025 10:18:04 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 21 May 2025 06:27:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/975906">@Caraway</a> The old UI probably will/is being removed, as usually happens when there is a layout change in a software.</p>
]]></description><link>https://forums.opera.com/post/385246</link><guid isPermaLink="true">https://forums.opera.com/post/385246</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 21 May 2025 06:27:10 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 21 May 2025 03:33:40 GMT]]></title><description><![CDATA[<p dir="auto">The removal of the old UI option sucks. The new UI looks worse and disrupts the flow of my searching, now that everything looks different, and it should be added back. There is no good reason not to have the ability to just chose which you want</p>
]]></description><link>https://forums.opera.com/post/385241</link><guid isPermaLink="true">https://forums.opera.com/post/385241</guid><dc:creator><![CDATA[Caraway]]></dc:creator><pubDate>Wed, 21 May 2025 03:33:40 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Fri, 16 May 2025 08:30:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/971641">@Duckersssss</a> it does.</p>
]]></description><link>https://forums.opera.com/post/384939</link><guid isPermaLink="true">https://forums.opera.com/post/384939</guid><dc:creator><![CDATA[LordAndSaviorOz]]></dc:creator><pubDate>Fri, 16 May 2025 08:30:17 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Sun, 11 May 2025 15:20:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/709">@krasen</a> do we know if this still works?</p>
]]></description><link>https://forums.opera.com/post/384587</link><guid isPermaLink="true">https://forums.opera.com/post/384587</guid><dc:creator><![CDATA[Duckersssss]]></dc:creator><pubDate>Sun, 11 May 2025 15:20:00 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 08 May 2025 13:04:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/850883">@Argentuc</a> As already said, it's no longer possible.</p>
]]></description><link>https://forums.opera.com/post/384412</link><guid isPermaLink="true">https://forums.opera.com/post/384412</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Thu, 08 May 2025 13:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Thu, 08 May 2025 10:20:09 GMT]]></title><description><![CDATA[<p dir="auto">How to revert UI? please,, at least change the font text and the saturation of black colours its make me blind i swre</p>
]]></description><link>https://forums.opera.com/post/384407</link><guid isPermaLink="true">https://forums.opera.com/post/384407</guid><dc:creator><![CDATA[Argentuc]]></dc:creator><pubDate>Thu, 08 May 2025 10:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 07 May 2025 19:04:10 GMT]]></title><description><![CDATA[<p dir="auto">[@VibrantSpectator said in <a href="/post/359075">[Compilation]Discussions on the new Opera GX UI/Layout</a>:</p>
<blockquote>
<p dir="auto">The new opera gx layout is a bit annoying to get used to especially how everything is smaller. yes that does give more space for the main window but I would prefer it if you could either choose or customize it more. while having this new layout like this is indeed more sorted based on category but I would still like to have the option to have the tools as they were and larger.</p>
<p dir="auto"><img src="/assets/uploads/files/1725381648907-screenshot-2024-09-03-184028.png" alt="Screenshot 2024-09-03 184028.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">a positive change about the new layout is this setting bar. it's much more intuitive than the old way too navigate the main settings and such</p>
<p dir="auto"><img src="/assets/uploads/files/1725381889514-screenshot-2024-09-03-183715.png" alt="Screenshot 2024-09-03 183715.png" class=" img-responsive img-markdown" />](link url)</p>
</blockquote>
]]></description><link>https://forums.opera.com/post/384363</link><guid isPermaLink="true">https://forums.opera.com/post/384363</guid><dc:creator><![CDATA[BlackShark47]]></dc:creator><pubDate>Wed, 07 May 2025 19:04:10 GMT</pubDate></item><item><title><![CDATA[Reply to [Compilation]Discussions on the new Opera GX UI&#x2F;Layout on Wed, 07 May 2025 12:03:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/963517">@likkm</a> it seems now they have disabled this function and forcing users to use the new ones</p>
]]></description><link>https://forums.opera.com/post/384332</link><guid isPermaLink="true">https://forums.opera.com/post/384332</guid><dc:creator><![CDATA[todayis-jieling]]></dc:creator><pubDate>Wed, 07 May 2025 12:03:00 GMT</pubDate></item></channel></rss>