<?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 - Miscellaneous</title>
		<link>https://www.kubuntuforums.net/</link>
		<description>Ask questions, or post information about,  games, art, or programming related to Kubuntu</description>
		<language>en</language>
		<lastBuildDate>Wed, 29 Jul 2026 20:42:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Kubuntu Forums - Miscellaneous</title>
			<link>https://www.kubuntuforums.net/</link>
		</image>
		<item>
			<title>change root user / accounts</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/693520-change-root-user-accounts</link>
			<pubDate>Mon, 27 Jul 2026 19:46:26 GMT</pubDate>
			<description>so in my scenario , i had my 1 account setup (root) , but my kids was getting more and more on my pc and doing whatever they do 
so i was starting to...</description>
			<content:encoded><![CDATA[so in my scenario , i had my 1 account setup (root) , but my kids was getting more and more on my pc and doing whatever they do<br />
so i was starting to get worried that they could install/delete stuff ,cause login password is the same as root password on admin account.<br />
PS: i did 1st create 2 new user accounts for them (standard user) , but then found everything they are used to is gone ( they're used to log into my account with everything set up)<br />
so what i did it is create another sysadmin account and then made my usual account standard ,so they can log into my usual account and everything seems like they used to by now, but they cant &quot;change&quot; anything.<br />
if any1 find them self's in the same situation , here are the steps:<br />
<br />
basically it goes like this<br />
-Keep your current account (xxx) exactly as it is.<br />
-Create a new account called sysadmin (or similar) and add it to sudo.<br />
-Remove xxx from the sudo group.<br />
​<br />
like this :<br />
<b>Create the new admin account</b><br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo adduser sysadmin</pre>
</div>You'll be asked to set a password for sysadmin.​<br />
<br />
<b>Add sysadmin to the sudo group</b><br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo usermod -aG sudo sysadmin</pre>
</div> <b>.<br />
<br />
Test the new account</b><br />
Before removing xxx from sudo, log out and log into sysadmin.<br />
Open a terminal and run:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo whoami</pre>
</div>It should return:<br />
<span style="background-color:#e0e0e0;font-family:Monospace">root</span><br />
If it does, you're good.<br />
​<br />
<b>Remove xxx from the sudo group</b><br />
Log back into sysadmin (important!), then run:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo deluser xxx sudo</pre>
</div>Verify:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">groups xxx</pre>
</div>You should no longer see sudo in the list.<br />
​<br />
<b>Test xxx</b><br />
Log back into your normal xxx account and try:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo apt update</pre>
</div>You should get:<br />
xxx is not in the sudoers file. ( or in my case <span style="background-color:#e0e0e0;font-family:Monospace"><span style="font-family:monospace"><span style="color:#000000">sudo: I'm sorry xxx. I'm afraid I can't do that)</span></span></span><br />
​<br />
and that's that ...<br />
<br />
IMPORTANT :<br />
Whenever you need to do admin tasks<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">su - sysadmin</pre>
</div>hope this helps someone with kiddies on their PC<br />
<img src="https://www.kubuntuforums.net/core/images/smilies/grin.gif" border="0" alt="" title="Grin" smilieid="12" class="inlineimg" /><br />
<br />
PS : if there is an alternative way , i'd love to hear (read) it<br />
<br />
<br />
<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s">How To Guides</category>
			<dc:creator>die.boer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/693520-change-root-user-accounts</guid>
		</item>
		<item>
			<title>Can I delete an unused (Windows) EFI entry?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance/693423-can-i-delete-an-unused-windows-efi-entry</link>
			<pubDate>Tue, 21 Jul 2026 09:19:44 GMT</pubDate>
			<description><![CDATA[I had a trial version of Windows 11 on a computer I just acquired. Here's my efi partition. 
 
 
​ 
 
Can I delete the Microsoft entry without...]]></description>
			<content:encoded><![CDATA[I had a trial version of Windows 11 on a computer I just acquired. Here's my efi partition.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_quote">
		<div class="quote_container">
			<div class="bbcode_quote_container b-icon b-icon__ldquo-l--gray"></div>
			
				sudo ls -l /boot/efi/EFI<br />
total 12<br />
drwx------ 2 root root 2048 Jul 10 14:51 Boot<br />
drwx------ 4 root root 2048 Jul 10 15:43 Microsoft<br />
drwx------ 2 root root 2048 Jul 11 16:40 neon<br />
drwx------ 6 root root 2048 Jul 21 07:50 refind<br />
drwx------ 2 root root 2048 Jul 10 17:41 tools<br />
drwx------ 2 root root 2048 Jul 10 14:51 ubuntu
			
		</div>
	</div>
</div>​<br />
<br />
Can I delete the Microsoft entry without breaking anything?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance">UEFI assistance</category>
			<dc:creator>joneall</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/uefi-assistance/693423-can-i-delete-an-unused-windows-efi-entry</guid>
		</item>
		<item>
			<title><![CDATA[Subvolume won't delete]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693398-subvolume-won-t-delete</link>
			<pubDate>Mon, 20 Jul 2026 01:48:07 GMT</pubDate>
			<description>Awhile ago I had to revert to a pprevious setup due to a problematic upgrade.  The recovery went well, but the process left the previous @ subvolume...</description>
			<content:encoded><![CDATA[Awhile ago I had to revert to a pprevious setup due to a problematic upgrade.  The recovery went well, but the process left the previous @ subvolume (which I renamed @_new) as a lingering subvolume in a group which includes @, @home, and a swap file.  I've tried to delete @_new, both using the command line as well as Oshluvr's script for Dolphin, but no luck.  I'm notified that the subvolume has been deleted, but it hasn't bee,  I suspect this might be a problem of heirarchy, but since I am by and large ignorant of the structure of btrfs, I have no idea what to do.  Any help would be appreciated.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs">BTRFS</category>
			<dc:creator>oldgeek</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693398-subvolume-won-t-delete</guid>
		</item>
		<item>
			<title><![CDATA[What is the project's philosophy with regard to vulnerability management?]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693380-what-is-the-project-s-philosophy-with-regard-to-vulnerability-management</link>
			<pubDate>Sat, 18 Jul 2026 19:52:03 GMT</pubDate>
			<description><![CDATA[I'm working on a conference talk in which I will discuss the trade-offs inherent to long term releases. 
 
Specifically: distributing software for a...]]></description>
			<content:encoded><![CDATA[I'm working on a conference talk in which I will discuss the trade-offs inherent to long term releases.<br />
<br />
Specifically: distributing software for a longer period than it is maintained upstream is very labor intensive, and different long-term systems approach the problem in different ways. RHEL starts with Fedora but removes ~90% of the packages and features in order to reduce the labor costs over the life of a release. Ubuntu similarly starts with Debian but splits repositories into a small &quot;main&quot; repo component that they promise to maintain and a large &quot;universe&quot; component that they document as merely a snapshot for which they do not promise any updates. Debian is probably effectively similar to Ubuntu, but they don't divide their repo the same way so it's hard to make any clear statements about user expectation of patch coverage over the distribution.<br />
<br />
I am curious about how the maintainers of systems derived from Ubuntu LTS releases think about security risks and patch coverage.<br />
<br />
Are there any packages in &quot;universe&quot; that are used in a default installation of your desktop? Do you monitor those packages for new CVEs?<br />
<br />
Are there any packages in &quot;universe&quot; that you patch because your users would otherwise be at risk? Do you update those packages by backporting patches or by rebasing to new upstream releases?<br />
<br />
Do you provide guidance to users about the packages they install from the Ubuntu &quot;universe&quot; repo collection using apt?<br />
<br />
Do you recommend using software sources like Flatpak or Snap to give users access to application releases that are maintained and get security patches?<br />
<br />
Is there anything else that you want users to know about your approach to vulnerability remediation or related security topics?<br />
<br />
If this is not the best place to ask a question of the maintainers, where should I ask?<br />
<br />
<br />
<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>gordonmessmer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693380-what-is-the-project-s-philosophy-with-regard-to-vulnerability-management</guid>
		</item>
		<item>
			<title>Kubuntu 26.04: Black screen after screen lock or display power off (Wayland, NVIDIA RTX 3070)</title>
			<link>https://www.kubuntuforums.net/forum/general/kubuntu-catchall/693330-kubuntu-26-04-black-screen-after-screen-lock-or-display-power-off-wayland-nvidia-rtx-3070</link>
			<pubDate>Wed, 15 Jul 2026 22:37:11 GMT</pubDate>
			<description>I upgraded from Kubuntu 25.10 to Kubuntu 26.04 LTS. Since the upgrade, my graphical session becomes unusable whenever the screen locks or the display...</description>
			<content:encoded><![CDATA[I upgraded from Kubuntu 25.10 to Kubuntu 26.04 LTS. Since the upgrade, my graphical session becomes unusable whenever the screen locks or the display powers off.<br />
<br />
<b>System</b><ul><li>Kubuntu 26.04 LTS</li>
<li>KDE Plasma 6.6.5</li>
<li>Wayland session</li>
<li>Linux kernel 7.0.0-27-generic</li>
<li>NVIDIA GeForce RTX 3070</li>
<li>NVIDIA driver 580.159.03</li>
</ul><b>Problem</b><br />
The issue occurs in at least these situations:<ul><li>The screen locks (loginctl lock-session)</li>
<li>The display powers off after inactivity</li>
<li>Suspend also appears to trigger the same behavior</li>
</ul><b>Steps to reproduce</b><ol class="decimal"><li>Log into a Plasma Wayland session.</li>
<li>Run:<br />
	loginctl lock-session<br />
	<br />
	(or wait for the screen to lock/power off automatically.)</li>
<li>Attempt to wake the session.</li>
</ol><b>Expected behavior</b><br />
The lock screen should appear and the session should be usable after entering the password.<br />
<br />
<b>Actual behavior</b><ul><li>The monitor wakes up to a black screen.</li>
<li>The mouse cursor is visible and can be moved.</li>
<li>Typing the password does not restore the session.</li>
<li>Ctrl+Alt+F2 (or another TTY) still works.</li>
<li>The system itself appears to remain running.</li>
</ul><b>Additional observations</b><br />
From a TTY, I tried:<br />
systemctl --user restart plasma-kwin_wayland.service<br />
<br />
This changed the display to what looked like the graphical login screen. The clock updated, the mouse worked, and I could type my password. However, pressing Enter caused the graphical interface to freeze completely.<br />
<br />
From another TTY I then tried:<br />
systemctl restart sddm<br />
<br />
After this, the screen became black with only a white cursor/underscore in the upper-left corner, and even switching to another TTY no longer worked. I had to power-cycle the machine.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/kubuntu-catchall">Kubuntu Catchall</category>
			<dc:creator>Yamanqui</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/kubuntu-catchall/693330-kubuntu-26-04-black-screen-after-screen-lock-or-display-power-off-wayland-nvidia-rtx-3070</guid>
		</item>
		<item>
			<title>no more discover</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693293-no-more-discover</link>
			<pubDate>Mon, 13 Jul 2026 17:24:07 GMT</pubDate>
			<description><![CDATA[so this is my new way off updating everything in terminal 
 
sudo nala update &amp;&amp; sudo nala full-upgrade &amp;&amp; sudo snap refresh &amp;&amp; [ -f...]]></description>
			<content:encoded><![CDATA[so this is my new way off updating everything in terminal<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">sudo nala update &amp;&amp; sudo nala full-upgrade &amp;&amp; sudo snap refresh &amp;&amp; &#91; -f /var/run/reboot-required &#93; &amp;&amp; echo &quot;&gt;&gt;&gt; Reboot recommended &lt;&lt;&lt;&quot;</pre>
</div>thoughts maybe ?<br />
<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>die.boer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693293-no-more-discover</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED]Is this Krusader? What changed?]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693232-is-this-krusader-what-changed</link>
			<pubDate>Sun, 12 Jul 2026 19:33:05 GMT</pubDate>
			<description><![CDATA[Catchy subject title, huh? 
 
Been awhile since I've used Krusader. Used to use it a few years ago a lot for accessing and modifying files as root,...]]></description>
			<content:encoded><![CDATA[Catchy subject title, huh?<br />
<br />
Been awhile since I've used Krusader. Used to use it a few years ago a lot for accessing and modifying files as root, like /boot/efi.<br />
So, today, I installed krusader through Synaptic.<br />
Opened it. And all I see is a menu of icons at the top. Back Up Home Select All Reload Text File etc. etc &gt; &gt;<br />
Nothing about &quot;Tools&quot; (&gt;run as root), or anything like that.<br />
I've tried several things to get at it, like<br />
-- rt-click show hidden menu (or whatever) -- this is not working;<br />
-- edited the .config file krusaderrc for menubar=enabled (it had said &quot;disabled&quot;);<br />
-- configure the main toolbar -- there was nothing like Tools or Start as Root etc.<br />
<br />
Is this a &quot;full version&quot; of Krusader? or what am I missing here? or do I need to put this down for awhile and come back to it?<br />
<br />
BTW, in K 22.04 here.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>Qqmike</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693232-is-this-krusader-what-changed</guid>
		</item>
		<item>
			<title>Kubuntu user causes monitor to display at wrong resolution-- for just one user only.</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693187-kubuntu-user-causes-monitor-to-display-at-wrong-resolution-for-just-one-user-only</link>
			<pubDate>Sat, 11 Jul 2026 17:48:03 GMT</pubDate>
			<description>This morning I discovered that my screen appears to be set for the wrong resolution and displays everything larger than it should be. I assumed that...</description>
			<content:encoded><![CDATA[This morning I discovered that my screen appears to be set for the wrong resolution and displays everything larger than it should be. I assumed that this was due to a setting on the monitor, but eventually determined that both the monitor and kubuntu (display configuration) are set for 2560X1440.   Eventually I tried setting up a second user, and was surprised to find that the problem was solved; for this new user everything displays properly. <br />
So something is wrong with the settings for my initial user but OK for the new user.  Where might I look to figure this out? ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>taxpayer</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693187-kubuntu-user-causes-monitor-to-display-at-wrong-resolution-for-just-one-user-only</guid>
		</item>
		<item>
			<title>KDE Desktop Zoom feature is much too poorly documented and confusing</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/693186-kde-desktop-zoom-feature-is-much-too-poorly-documented-and-confusing</link>
			<pubDate>Sat, 11 Jul 2026 17:33:46 GMT</pubDate>
			<description>This is an issue that I have solved, and not a request for help. 
 
My point in raising this issue is that I think the obscurity and lack of...</description>
			<content:encoded><![CDATA[<b>This is an issue that I have solved, and not a request for help</b>.<br />
<br />
<b>My point in raising this issue is that I think the obscurity and lack of documentation of this feature, which can drive users like me a little crazy, needs to be addressed.</b><br />
<br />
Three days ago, I was working at my computer, a Lenovo Thinkpad P16 Gen 2, with a Nvidia RTX3500 GPU and an external BENQ monitor, running Kubuntu 24.04.4 LTS.. As I was typing, my screen zoomed in to a resolution that was too big for my screen causing everything to appear fuzzy and not fit on either screen. Moving the mouse moved the cursor as expected but also moved the display on the screen in the opposite direction. Very disconcerting behavior.<br />
<br />
To fix this, I jumped down many wrong rabbit-holes that were unrelated to the problem.<ul><li>My first recourse was to reboot. This did nothing.</li>
<li>Then, since I occasionally experience glitches with my GPU, my next step was to uninstall and reinstall my NVidia drivers. I tried three different ones, also the non-nvidia Nouveau driver. None of that fixed anything.</li>
<li>I tried googling the problem. Good luck with that if you don't know the name of this feature. Anything with &quot;zoom&quot; in it will send you to pages about the Remote meeting app of that name.</li>
<li>I tried getting help from some of the Ubuntu and Stack Exchange sites.</li>
<li>Some of the sites mentioned the &quot;Meta&quot; key. But what is that? I guessed wrong and the suggested Meta + - combination didn't work for me.</li>
<li>I even took the time to write an Ubuntu bug report. Since retracted.</li>
</ul><br />
Anyway I was eventually pointed here at the <a href="https://userbase.kde.org/Accessibility/Plasma" target="_blank">KDE Accessibility/Plasma page</a> where I found this<div style="margin-left:40px"><b>Activating Visual Aids</b><br />
<br />
Plasma desktop effects contain several accessibility-oriented features, including full-screen zoom, color inversion and assistance locating the mouse pointer.<br />
<br />
Settings for these features can be found in <b>System settings</b> under Accessibility. <b>Full-Screen Magnification</b><br />
<br />
Meta++ and Meta+- zooms in and out, respectively.<br />
<br />
The scale factor and mouse pointer tracking can be adjusted in the system settings. For a fixed-sized zoom window, use the &quot;Magnifier&quot; effect rather than the &quot;Zoom&quot; effect.</div> <br />
<br />
<br />
<br />
<br />
Again with the Meta key.​ Maybe I ought to really dig and find where my &quot;Meta&quot; key is. More googling, more confusion until I eventually tried the right one. <b>Voila! </b>Back to sanity after two days of hell trying to use the computer in this state.<br />
<br />
----------------------------------------------------------<br />
<br />
The reason I bring this up is that this feature is VERY poorly documented. Many helpful readers of the help sites tried to tell me to access the System Settings app --&gt; Accessibility page but there's nothing there about this, at least not in 24.04. The very terms are obscure.<br />
What does<div style="margin-left:40px">'For a fixed-sized zoom window, use the &quot;Magnifier&quot; effect rather than the &quot;Zoom&quot; effect.'</div> <br />
<br />
<br />
mean? What and where are these effects<img src="https://www.kubuntuforums.net/core/images/smilies/huh.gif" border="0" alt="" title="Huh" smilieid="15" class="inlineimg" /><br />
<br />
For every vision impaired person who needs these features, there might be 10 other persons who might inadvertently press the magic keystroke and discombobulate their screen. And good luck to them finding the way out. I suppose for vision-impaired people, it might make sense for this feature to persist across reboots, but that is not intuitive to people who have never heard of the feature.<br />
<br />
<b>This feature should be better documented and there should be a way to Enable/Disable it from System Settings App!<br />
<br />
Hopefully some Kubuntu developer will see this.</b>]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s">How To Guides</category>
			<dc:creator>stevecoh1</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/how-to-s/693186-kde-desktop-zoom-feature-is-much-too-poorly-documented-and-confusing</guid>
		</item>
		<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>
	</channel>
</rss>
