<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Kubuntu Forums - Post-Installation</title>
		<link>https://www.kubuntuforums.net/</link>
		<description>Problems booting or logging in after installing Kubuntu? Post these questions here.</description>
		<language>en</language>
		<lastBuildDate>Fri, 17 Apr 2026 15:58:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Kubuntu Forums - Post-Installation</title>
			<link>https://www.kubuntuforums.net/</link>
		</image>
		<item>
			<title>Default browser problem</title>
			<link>https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az/691250-default-browser-problem</link>
			<pubDate>Thu, 16 Apr 2026 03:49:39 GMT</pubDate>
			<description>Outside of `xdg-settings`, `mimeapps.list` and `update-alternatives` where can a system be getting a value for default application? 
 
My system is...</description>
			<content:encoded><![CDATA[Outside of `xdg-settings`, `mimeapps.list` and `update-alternatives` where can a system be getting a value for default application?<br />
<br />
My system is opening links in Brave browser even though it is not my default browser.<br />
<br />
In Sublime Text if I right click on a link and choose the option to open that URL in a browser, Brave browser will open.<br />
<br />
<img alt="image of url link dialog box in Sublime Text" title="Screenshot_20260218_232944-cnn.png" data-attachmentid="691251" data-align="none" data-linktype="2" data-size="full" border="0" src="filedata/fetch?id=691251&amp;d=1776309184&amp;type=thumb" data-fullsize-url="filedata/fetch?id=691251&amp;d=1776309184&amp;type=thumb" data-thumb-url="filedata/fetch?id=691251&amp;d=1776309184&amp;type=thumb" data-title="" data-caption="Screenshot_20260218_232944-cnn.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /><br />
<br />
In the Java application DBeaver if I am prompted with a software update screen and click to view the details , the system redirects to Brave browser.<br />
<br />
In Thunderbird if I click on a web link in an e-mail, it opens in Brave. Refining this functionality in Thunderbird yields an interesting clue. If I navigate to the Preferences section (Menu Edit &gt; Settings scroll down to ‘Files &amp; Attachments’ ) for opening applications `http` and `https` offer choices.<br />
<br />
<a href="filedata/fetch?id=691252&amp;d=1776309370&amp;type=thumb" class="bbcode-attachment"  ><img alt="image of file &amp; Attachments section in Thunderbird preferences" title="Screenshot_20260415_184850.png" data-attachmentid="691252" data-align="none" data-size="full" border="0" src="filedata/fetch?id=691252&amp;d=1776309370&amp;type=thumb" data-fullsize-url="filedata/fetch?id=691252&amp;d=1776309370&amp;type=thumb" data-thumb-url="filedata/fetch?id=691252&amp;d=1776309370&amp;type=thumb" data-title="" data-caption="Screenshot_20260415_184850.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a><br />
<br />
Where is Thunderbird getting the idea Brave is the default browser? Everything else in my system is pointing towards Thorium.<br />
<br />
In Brave settings, setting Brave as the default is unchecked. Any *.desktop shortcuts for Brave on the system have the `--no-default-browser-check` flag on the command line syntax.<br />
<br />
In `~/.config/mimeapps.list` any values with `thorium-browser.desktop` are closer to the top than `com.brave.Browser.desktop` or `brave-browser.desktop`.<br />
<br />
In `update-alternatives` these are the outputs for `gnome-www-browser`, `www-browser` or `x-www-browser​`:<br />
<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">```bash
&gt; sudo update-alternatives --get-selections | grep brow
```
```text
gnome-www-browser auto /usr/bin/thorium-browser
infobrowser auto /usr/bin/info
www-browser auto /usr/bin/thorium-browser
x-www-browser auto /usr/bin/thorium-browser
```</pre>
</div>
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">```bash
xdg-settings check default-web-browser thorium-browser.desktop
yes
```</pre>
</div>
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">```bash
&gt; sudo update-alternatives --config gnome-www-browser
```
```text
There are 4 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/thorium-browser 200 auto mode
1 /usr/bin/brave-browser-stable 10 manual mode
2 /usr/bin/thorium-browser 200 manual mode
3 /usr/bin/waterfox 40 manual mode
```</pre>
</div>
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">```bash
&gt; sudo update-alternatives --config x-www-browser
```
```text
There are 3 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/thorium-browser 200 auto mode
1 /usr/bin/brave-browser-stable 100 manual mode
2 /usr/bin/thorium-browser 200 manual mode
3 /usr/bin/waterfox 40 manual mode

Press &lt;enter&gt; to keep the current choice&#91;*&#93;, or type selection number:
```</pre>
</div>
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">```bash
sudo update-alternatives --config www-browser
```
```text
There are 2 choices for the alternative www-browser (providing /usr/bin/www-browser).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/thorium-browser 200 auto mode
1 /usr/bin/brave-browser-stable 10 manual mode
2 /usr/bin/thorium-browser 200 manual mode

Press &lt;enter&gt; to keep the current choice&#91;*&#93;, or type selection number:
```​</pre>
</div>]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az">Post-Installation</category>
			<dc:creator>dwlamb</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az/691250-default-browser-problem</guid>
		</item>
		<item>
			<title>Will we be able to dump snap forever?</title>
			<link>https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az/691003-will-we-be-able-to-dump-snap-forever</link>
			<pubDate>Thu, 19 Mar 2026 10:44:26 GMT</pubDate>
			<description>Hello, 
 
I am very happy with this for my Kubuntu 24.04 installation....</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am very happy with this for my Kubuntu 24.04 installation. <a href="https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/669539-script-to-get-rid-of-snap" target="_blank">https://www.kubuntuforums.net/forum/...et-rid-of-snap</a><br />
However, I also read lots of messages about further integration of snap into the newer Ubuntu-family versions. This in such a way it might break your system if you remove it.<br />
What will the future look like?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az">Post-Installation</category>
			<dc:creator>Gromm</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/post-installation-az/691003-will-we-be-able-to-dump-snap-forever</guid>
		</item>
	</channel>
</rss>
