<?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 - General</title>
		<link>https://www.kubuntuforums.net/</link>
		<description>Non-specific Kubuntu/Linux discussions</description>
		<language>en</language>
		<lastBuildDate>Mon, 06 Jul 2026 07:15:51 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Kubuntu Forums - General</title>
			<link>https://www.kubuntuforums.net/</link>
		</image>
		<item>
			<title><![CDATA[30 s boot stall &amp;quot;Scanning for Btrfs filesystems&amp;quot;]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693104-30-s-boot-stall-scanning-for-btrfs-filesystems</link>
			<pubDate>Mon, 06 Jul 2026 00:57:35 GMT</pubDate>
			<description>The NVMe SSD in my desktop died a few days ago, while it was in use (as the sender of a send/receive incremental backup). It was only a few years...</description>
			<content:encoded><![CDATA[The NVMe SSD in my desktop died a few days ago, while it was in use (as the sender of a send/receive incremental backup). It was only a few years old.  It is completely lifeless.<br />
<br />
Using an old (2015) SATA SSD, I restored from a backup, and with some adjustments to /etc/fstab and a few subvolume creations (for .cache and snapper snapshots) Kubuntu 26.04 is running, albeit more slowly.<br />
<br />
But during the boot, before plasma starts there is a step that stalls for about 30 s:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">Scanning for Btrfs filesystems
registered /dev/sdc1
registered /dev/sdb6
registered /dev/sda2</pre>
</div>(Those devices are those with btrfs on them, the last being the drive being booted.)<br />
<br />
Can anyone explain this step?  Removing the failed drive had no effect.  Another install, a vanilla Kubuntu 26.04, on the same SSD does not have the problem.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs">BTRFS</category>
			<dc:creator>jlittle</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693104-30-s-boot-stall-scanning-for-btrfs-filesystems</guid>
		</item>
		<item>
			<title>display shows very large courser pointer and large fonts after log in in kde user edition plasma 6.7.0</title>
			<link>https://www.kubuntuforums.net/forum/general/kde-neon/693069-display-shows-very-large-courser-pointer-and-large-fonts-after-log-in-in-kde-user-edition-plasma-6-7-0</link>
			<pubDate>Thu, 02 Jul 2026 23:34:26 GMT</pubDate>
			<description>Folks the title says it all. this is what I got today after login in my fully updated kde 
neon the mouse movent is so fast and the fonts are so...</description>
			<content:encoded><![CDATA[Folks the title says it all. this is what I got today after login in my fully updated kde<br />
neon the mouse movent is so fast and the fonts are so large that i can not get out of this. I switched from waylan to x11 which did not help. any comment as how to solve this? thanks!]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kde-neon">KDE neon</category>
			<dc:creator>marco07</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kde-neon/693069-display-shows-very-large-courser-pointer-and-large-fonts-after-log-in-in-kde-user-edition-plasma-6-7-0</guid>
		</item>
		<item>
			<title>Trying to reduce dmesg btrfs spamming to reduce SSD wear -  and now what?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/692995-trying-to-reduce-dmesg-btrfs-spamming-to-reduce-ssd-wear-and-now-what</link>
			<pubDate>Mon, 29 Jun 2026 20:32:04 GMT</pubDate>
			<description><![CDATA[So I got tired of a set of dmesg entries filling up my logs, specifically these two: 
 
[Mon Jun 29 02:16:11 2026] ata11.00: Enabling...]]></description>
			<content:encoded><![CDATA[So I got tired of a set of dmesg entries filling up my logs, specifically these two:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">&#91;Mon Jun 29 02:16:11 2026&#93; ata11.00: Enabling discard_zeroes_data
&#91;Mon Jun 29 02:16:11 2026&#93; ata12.00: Enabling discard_zeroes_data</pre>
</div>and a couple more related to them. This is a 24/7 server so logging goes on continually so I thought I might get a few mores years out of the root storage device if I log less.<br />
<br />
Some internet sleuthing and my own observations led me to this conclusion: The drives attached to ata11+12 are older (as in a decade) SSD's and both were btrfs <i>formatted without a partition table</i>. This was the source of the message - letting me know that the drives were able to support trim (discard) correctly. The newer SSDs don't do this nor do the HDs. So I reformatted both SSDs <i>with</i> a partition table and a single partition and those messages are gone.<br />
<br />
UFW logs <b>a lot </b>but it's set to &quot;low&quot; and I want some logging from it so I guess I live with those (15-60 a day). However, one of my Roku TVs is causing these messages! Hopeully this will fix this one: 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo ufw allow from 192.168.1.15</pre>
</div>and I set it's IP the fixed address.<br />
​<br />
Finally, I'm seeing - about every 30 minutes - this: 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sdb: sdb1 sdb2 sdb3 sdb4</pre>
</div>Sort of an announcement of the partitions on this hard drive<img src="https://www.kubuntuforums.net/core/images/smilies/huh.gif" border="0" alt="" title="Huh" smilieid="15" class="inlineimg" /> It's not even mounted. Still working on that one...]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>oshunluvr</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/692995-trying-to-reduce-dmesg-btrfs-spamming-to-reduce-ssd-wear-and-now-what</guid>
		</item>
		<item>
			<title>Still not using UEFI. Should I?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance/692986-still-not-using-uefi-should-i</link>
			<pubDate>Mon, 29 Jun 2026 15:07:03 GMT</pubDate>
			<description><![CDATA[I went to KDEneon in 2018 but thinking I might transition back to Kubuntu. While I'm re-configuring everything, I thought about UEFI and if there's...]]></description>
			<content:encoded><![CDATA[I went to KDEneon in 2018 but thinking I might transition back to Kubuntu. While I'm re-configuring everything, I thought about UEFI and if there's any <b>real</b> reason to use it. I have avoided it successfully for many, many years. Why? Initially the release of UEFI was tied to MS and dual booting was problematic. So I just stuck to GRUB.<br />
<br />
<b>Current setup:</b> I have 4 bootable installs. One of those is an Ubuntu server install (no graphics) that only serves as a GRUB host. It boots to a custom grub menu. From there, I select my chosen distro, and it switches to the grub.cfg of one of the other 3 installs. Then it boots the selected distro. I doubt it matters, but <b>all</b> the distros are in BTRFS subvolumes on the same BTRFS file system. This was set up in 2018 or so.<br />
<br />
<b>Reasoning: </b>I went with this design after having GRUB wiped out in the past by subsequent installs or removing the distro that had last installed GRUB leaving my system unbootable. Now, when I do a bare-metal installation of a new distro, I point it's GRUB install to a <b>partition</b> rather than the boot drive. This allows each distro to create it's own GRUB config but insures the bootable version of GRUB is untouched.<br />
<br />
<b>The downside: </b>I have to manually edit GRUB menu of the GRUB host distro and update GRUB before booting to a new install. Not really an onerous task, but still a task. Also, since this approach results in <b>two </b>grub menus at boot time, there is an additional timer delay at boot time unless I hit Enter twice. Again, not a huge problem, but it's there. I have all GRUB timeouts set to 5 seconds to minimize the delay.<br />
<br />
<b>The reason to change: </b>Moving to a single boot manager that doesn't need as much manual maintenance would be nice, as well as a single boot screen instead of two.<br />
<br />
<b>The questions: </b><ol class="decimal"><li>Should I change to UEFI and why?</li>
<li>Can UEFI even allow this?</li>
<li>How would UEFI handle multiple new installs without messing with other existing installations?</li>
</ol><br />
I have run into problems in the past on my laptop, which is using UEFI, when I had Kubuntu installed and then installed KDEneon. At the time, both distros using the <b>same UEFI folder </b>so installing KDEneon resulted in Kubuntu not being displayed in the boot menu. I think KDEneon fixed this, but I could see this happening again somewhere in the future, like installing a newer version of a distro along side an older version. TO be fair, I probably wouldn't  do that because I typically us VMs for short term testing.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance">UEFI assistance</category>
			<dc:creator>oshunluvr</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance/692986-still-not-using-uefi-should-i</guid>
		</item>
		<item>
			<title><![CDATA[copy of [CODE]....[/CODE]]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692944-copy-of-code-code</link>
			<pubDate>Sat, 27 Jun 2026 20:43:52 GMT</pubDate>
			<description>is it possible to install a vBulletin plugin that adds a Copy button to code blocks? 
so users can just click on the copy button instead of selecting...</description>
			<content:encoded><![CDATA[is it possible to install a vBulletin plugin that adds a <b>Copy</b> button to code blocks?<br />
so users can just click on the copy button instead of selecting text and copy?​<br />
 ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kfn-site-feedback">KFN Site Feedback</category>
			<dc:creator>die.boer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692944-copy-of-code-code</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] Mark Channels Read not working]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692893-resolved-mark-channels-read-not-working</link>
			<pubDate>Fri, 26 Jun 2026 14:06:40 GMT</pubDate>
			<description><![CDATA[I've read all the posts in the Announcements Sub-Forums yet they still say &quot;Unread&quot;. All posts as far as I can see show they are &quot;read&quot; (not...]]></description>
			<content:encoded><![CDATA[I've read all the posts in the Announcements Sub-Forums yet they still say &quot;Unread&quot;. All posts as far as I can see show they are &quot;read&quot; (not highlighted or flagged unread). I clicked Mark Channels Read but the read status isn't changing.<br />
<br />
I noticed the read status changed to Unread yesterday with the slow response times on KFN but didn't mention it because I thought it was related. Today I'm still not able to change the read status by clicking Mark Channels Read. All other sections and sub-forums are behaving as expected (I read a post and it changes from &quot;Unread&quot; to read).<br />
<br />
Did something change or is it my profile?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kfn-site-feedback">KFN Site Feedback</category>
			<dc:creator>life0riley</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692893-resolved-mark-channels-read-not-working</guid>
		</item>
		<item>
			<title>NeoChat Unable to Sign-in using SSO</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/692876-neochat-unable-to-sign-in-using-sso</link>
			<pubDate>Thu, 25 Jun 2026 19:36:34 GMT</pubDate>
			<description>Hello everyone! 
 
I wanted to share my resolution for signing into NeoChat using a matrix.org (http://matrix.org) account. I am using Kubuntu 26.04...</description>
			<content:encoded><![CDATA[Hello everyone!<br />
<br />
I wanted to share my resolution for signing into NeoChat using a <a href="http://matrix.org" target="_blank">matrix.org</a> account. I am using Kubuntu 26.04 LTS.<br />
<br />
<b>Problem Behavior:</b><br />
<br />
When attempting to sign-in using the SSO URL in the NeoChat, my browser (Librewolf AND Firefox) would fail to sign in with the following error: &quot;can’t connect to the server at <b>localhost:XXXXX&quot;</b> where “XXXXX” would be a random assortment of numbers every time.<br />
<br />
<b>Resolution:</b><br />
<br />
This was a two-part resolution:<ul><li>Use a different browser other than Librewolf. I used the snap pack of Firefox.</li>
<li>Temporarily disable the Firewall in your System Settings (System Settings &gt; Networking &gt; Wi-Fi &amp; Internet &gt; Firewall &gt; toggle in the top-right corner of window).</li>
<li>Make sure to close and re-open NeoChat after changing your browser and temporarily disabling the Firewall.</li>
</ul><br />
Attempting to use Librewolf even with the Firewall disabled did not work, but worked fine again using Firefox. Hope this helps if you are having this problem as well!<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s">How To Guides</category>
			<dc:creator>CappuccinoJack</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/692876-neochat-unable-to-sign-in-using-sso</guid>
		</item>
		<item>
			<title>Slow Response Time On KFN</title>
			<link>https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692869-slow-response-time-on-kfn</link>
			<pubDate>Thu, 25 Jun 2026 17:25:55 GMT</pubDate>
			<description><![CDATA[I'm experiencing slow response time here on KFN. It is the same on all my machines. I noticed this last night at around 10:30 PT. The response times...]]></description>
			<content:encoded><![CDATA[I'm experiencing slow response time here on KFN. It is the same on all my machines. I noticed this last night at around 10:30 PT. The response times on other websites is normal. I checked my internet speed to make sure the issue wasn't on my side.<br />
<br />
Is KFN experiencing issues?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kfn-site-feedback">KFN Site Feedback</category>
			<dc:creator>life0riley</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692869-slow-response-time-on-kfn</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] What is the &amp;quot;Correct Way&amp;quot; To Insert An Image When Posting?]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692868-resolved-what-is-the-correct-way-to-insert-an-image-when-posting</link>
			<pubDate>Thu, 25 Jun 2026 17:15:05 GMT</pubDate>
			<description><![CDATA[I've posted images in the past on KFN without issue, and I can see them in my old posts from any computer or virtual machine. I noticed in my recent...]]></description>
			<content:encoded><![CDATA[I've posted images in the past on KFN without issue, and I can see them in my old posts from any computer or virtual machine. I noticed in my recent post I only see my photo when I view KFN from my laptop. I don't see the photo in my post from my virtual machines or my iPhone, but I see other member's photos consistently. I checked the Help files, but I didn't find a solution.<br />
<br />
This is the post:<br />
<a href="https://www.kubuntuforums.net/forum/general/community-cafe/690573-show-off-your-desktop?p=692330#post692330" target="_blank">https://www.kubuntuforums.net/forum/...330#post692330</a><br />
<br />
I'm using the Image button on the toolbar to insert a photo. Is there a better way to insert a photo?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kfn-site-feedback">KFN Site Feedback</category>
			<dc:creator>life0riley</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kfn-site-feedback/692868-resolved-what-is-the-correct-way-to-insert-an-image-when-posting</guid>
		</item>
		<item>
			<title>Kdialog script in Dolphin service menu not honored</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/692861-kdialog-script-in-dolphin-service-menu-not-honored</link>
			<pubDate>Tue, 23 Jun 2026 16:00:14 GMT</pubDate>
			<description>I use several Dolphin service menus I wrote to semi-automate some tasks. One of those uses ffmpeg to re-encode video files to mp4 and with custom...</description>
			<content:encoded><![CDATA[I use several Dolphin service menus I wrote to semi-automate some tasks. One of those uses <b>ffmpeg</b> to re-encode video files to mp4 and with custom settings to reduce their size. In this service menu I use kdialog to show a progress screen so I know when the encoding is finished.<br />
<br />
For some reason I have not yet figured out, the icon in in <b>progress dialog</b> window does not display the icon I have chosen and instead displays the &quot;Wayland&quot; place-holder icon (white W with yellow background). This is not a big problem, but I wonder if there's a way make it display the chosen icon (convert.svg) instead<br />
<br />
Script contents (truncated - nearly duplicate actions removed):<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">&#91;Desktop Entry&#93;
Type=Service
Icon=video-mp4.svg
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=video/*;
Actions=g-copy;g-rate24;g-rate28;
#X-KDE-Priority=TopLevel
#X-KDE-Submenu=Convert-Compress
Encoding=UTF-8

&#91;Desktop Action g-rate24&#93;
Name=Re-encode w/rate 24
Icon=video-mp4.svg
Exec=dbusRef=$(kdialog --icon convert --title=&quot;Conversion ffmpeg&quot; --progressbar &quot; Converting $(basename %f) &quot; 0); fn=%u; ffmpeg -i %u -y -vcodec libx265 -crf 24 &quot;${fn%.*}.24&quot;.mp4; qdbus $dbusRef close; kdialog --title &quot;Conversion complete&quot; --passivepopup &quot;$(basename %f) converted to MP4&quot;;</pre>
</div><br />
Pop up WIndow:<br />
<a href="filedata/fetch?id=692862&amp;d=1782230388&amp;type=thumb" class="bbcode-attachment"  ><img alt="Click image for larger version  Name:	Screenshot_20260623_115545.jpg Views:	0 Size:	12.7 KB ID:	692862" title="Screenshot_20260623_115545.jpg" data-attachmentid="692862" data-align="none" data-size="full" border="0" src="filedata/fetch?id=692862&amp;d=1782230388&amp;type=thumb" data-fullsize-url="filedata/fetch?id=692862&amp;d=1782230388&amp;type=thumb" data-thumb-url="filedata/fetch?id=692862&amp;d=1782230388&amp;type=thumb" data-title="" data-caption="Screenshot_20260623_115545.jpg" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a>]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting">Coding/Scripting</category>
			<dc:creator>oshunluvr</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/692861-kdialog-script-in-dolphin-service-menu-not-honored</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED]Error Message while updating KDE Neon User Edition Plasma 6.70]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kde-neon/692849-error-message-while-updating-kde-neon-user-edition-plasma-6-70</link>
			<pubDate>Mon, 22 Jun 2026 14:26:00 GMT</pubDate>
			<description>Hi folks: 
The following is the message I got today while updating my Kde Neon user edition plasma 6.7.0. 
Any comments about how to resolve these...</description>
			<content:encoded><![CDATA[Hi folks:<br />
The following is the message I got today while updating my Kde Neon user edition plasma 6.7.0.<br />
Any comments about how to resolve these dependencies?<br />
Thanks in advane!<br />
Fatal error: The following packages have unmet dependencies:<br />
pipewire-audio: Conflicts: pulseaudio<br />
Conflicts: pulseaudio-module-bluetooth but 1:16.1+dfsg1-2ubuntu10.1 is to be installed<br />
Conflicts: pulseaudio<br />
pipewire-alsa: Conflicts: pulseaudio<br />
Conflicts: pulseaudio<br />
<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kde-neon">KDE neon</category>
			<dc:creator>marco07</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kde-neon/692849-error-message-while-updating-kde-neon-user-edition-plasma-6-70</guid>
		</item>
		<item>
			<title>Avidemux: Total confusion on the project?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/audio-video/692835-avidemux-total-confusion-on-the-project</link>
			<pubDate>Sun, 21 Jun 2026 14:34:45 GMT</pubDate>
			<description><![CDATA[Hello all, 
 
the project is quite old, but in my opinion, it's one of the best simple video editing programs that also works with GPU support. I...]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
the project is quite old, but in my opinion, it's one of the best simple video editing programs that also works with GPU support. I just took a new look at the Avidemux project. But based on what I found, it's completely confusing me, and I'm not sure where I can still safely install Avidemux.<br />
<br />
<u><b>Avidemux is available via the following download/installation options (some downloads were hard to find):</b></u><ul><li>DEB packages directly from the Website &quot;avidemux.org&quot; <span style="color:#00aa00">(high level of trust)</span>: <a href="https://www.avidemux.org/nightly/ubuntu2604/" target="_blank">https://www.avidemux.org/nightly/ubuntu2604/</a></li>
<li>Appimage directly from the Website &quot;avidemux.org&quot; <span style="color:#00aa00">(high level of trust)</span>: <a href="https://www.avidemux.org/nightly/appImage/" target="_blank">https://www.avidemux.org/nightly/appImage/</a></li>
<li>DEB packages from this PPA <span style="color:#ffaa00">(moderate level of trust)</span>: <a href="https://launchpad.net/~xtradeb" target="_blank">https://launchpad.net/~xtradeb</a> And the website of this project: <a href="https://xtradeb.net/" target="_blank">https://xtradeb.net/</a></li>
<li>Various installation options available here​ &quot;avidemux.net&quot; <span style="color:#ff0000">(no trust)</span>: <a href="https://avidemux.net/download/" target="_blank">https://avidemux.net/download/</a> They're also releasing the PPA mentioned above, and an uncertified Flatpak <a href="https://flathub.org/en/apps/org.avidemux" target="_blank">https://flathub.org/en/apps/org.avidemux</a>. An AppImage is also available for download, but you must have a TeraBox account.​</li>
</ul><br />
​What do you think about this situation?<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/audio-video">Audio/Video</category>
			<dc:creator>boospy33</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/audio-video/692835-avidemux-total-confusion-on-the-project</guid>
		</item>
		<item>
			<title>Any network experts please ?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/692829-any-network-experts-please</link>
			<pubDate>Sat, 20 Jun 2026 19:25:03 GMT</pubDate>
			<description><![CDATA[Ok so it's like this.......... 
 
small &quot;network&quot; icon bottom right looks ok when I log in, but after a while, I get a dialogue that says it knows...]]></description>
			<content:encoded><![CDATA[Ok so it's like this..........<br />
<br />
small &quot;network&quot; icon bottom right looks ok when I log in, but after a while, I get a dialogue that says it knows it's connected but with limited connectivity. I've mulled it all over and started to try and understand this issue. Other devices that connect to the BB router (from SKY) don't seem to be affected. Just my older style PC (an HP tower). I prefer cabled connections to this device (but It can do bluetooth/wireless as well), I use powerline networking and to rule that out, I replaced the powerline kit - which seems to be working fine (as far as I can tell).<br />
<br />
I don't believe it (the tower) is being disconnected, just that there seems to be some sort of intermittent issue.<br />
<br />
My network card is RealTek based, and some reading suggests that they sometimes have issues - I've done all the updates that I know how to do, but to no avail - other than to tell me everything is up to date.<br />
<br />
The bit of reading that I've done says about network cards are better if they're using intel chips as those ones work from the kernel and not with some extra driver of some sort.<br />
<br />
Can anyone suggest how I might be able to examine the performance of my current network card ?<br />
<br />
I've got no issue about replacing a network card physically, but a quick look at Amazon and there's many different makes that use intel chips and I have no way of knowing whether brand X is better than brand Y, or whether I could stick to a cheaper model or whether I would need a higher end/more premium make/model<br />
<br />
As ever, any guidance you may be able to offer is very much appreciated.......]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>fatbloke</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/692829-any-network-experts-please</guid>
		</item>
		<item>
			<title>Latest update creates warning when running apt</title>
			<link>https://www.kubuntuforums.net/forum/general/kde-neon/692792-latest-update-creates-warning-when-running-apt</link>
			<pubDate>Fri, 19 Jun 2026 15:08:32 GMT</pubDate>
			<description><![CDATA[I did the HUGE update to 6.7 this morning. As is my habit I did so from the terminal. When it was done, I rebooted then ran &quot;apt update&quot; again to...]]></description>
			<content:encoded><![CDATA[I did the HUGE update to 6.7 this morning. As is my habit I did so from the terminal. When it was done, I rebooted then ran &quot;apt update&quot; again to make sure everything was upgraded.<br />
I then got this warning:
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">All packages are up to date.
N: Ignoring '20apt-esm-hook.conf' in directory '/etc/apt/apt.conf.d/' as it is not a regular file
Listing... Done
N: Ignoring '20apt-esm-hook.conf' in directory '/etc/apt/apt.conf.d/' as it is not a regular file</pre>
</div>A little sleuthing revealed:
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">$ ls -l /etc/apt/apt.conf.d/20apt-esm-hook.conf
lrwxrwxrwx 1 root root 34 Jun 19 10:36 /etc/apt/apt.conf.d/20apt-esm-hook.conf -&gt; ../../kde_neon/20apt-esm-hook.conf</pre>
</div>Digging a bit more:
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">$ cat /etc/kde_neon/20apt-esm-hook-neon.conf​
# KDE neon diversion to remove ubuntu advantage bits</pre>
</div>Although the symlink appears correct; i.e. doing &quot;ls ../../kde_neon&quot; from the /etc/apt/apt.conf.d/ directory does indeed reveal &quot;20apt-esm-hook-neon.conf&quot;​, the link still appears broken.<br />
<br />
Although removing the symlink doesn't appear to have any ill effect, I recreated it using &quot;/etc/kde_neon&quot; instead of &quot;../../&quot; and the link now works. I have no idea why it didn't before. Code to create the new symlink:
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo ln -s /etc/kde_neon/20apt-esm-hook-neon.conf /etc/apt/apt.conf.d/20apt-esm-hook.conf</pre>
</div> ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kde-neon">KDE neon</category>
			<dc:creator>oshunluvr</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kde-neon/692792-latest-update-creates-warning-when-running-apt</guid>
		</item>
		<item>
			<title>non-breakage problem</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/692789-non-breakage-problem</link>
			<pubDate>Fri, 19 Jun 2026 08:14:02 GMT</pubDate>
			<description><![CDATA[guys i'm in kinda unfamiliar territory here , you see i'm usually only a couple of months on a distro before things starts acting up and i must...]]></description>
			<content:encoded><![CDATA[guys i'm in kinda unfamiliar territory here , you see i'm usually only a couple of months on a distro before things starts acting up and i must troubleshoot half the time to fix things, it's either that or i get bored with some bland looking distro that my ancient lappy can handle. So i switched distros often...<br />
but now , here on kubuntu it's been 4 months and nothing wants to break ? <br />
every damn update and upgrade just miraculously works? and looks damn fine? what gives? <img src="https://www.kubuntuforums.net/core/images/smilies/grin.gif" border="0" alt="" title="Grin" smilieid="12" class="inlineimg" /><br />
so now i'm stuck on a distro that doesn't give me a reason to distro hop, and it feels ,strange...<br />
<br />
<img src="https://www.kubuntuforums.net/core/images/smilies/snoopydance.gif" border="0" alt="" title="Happy Dance" smilieid="69" class="inlineimg" />  ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/community-cafe">Community Cafe</category>
			<dc:creator>die.boer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/community-cafe/692789-non-breakage-problem</guid>
		</item>
	</channel>
</rss>
