<?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>Thu, 20 Aug 2026 11:38:44 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[responses don't match]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kfn-site-feedback/693852-responses-don-t-match</link>
			<pubDate>Sun, 16 Aug 2026 18:01:31 GMT</pubDate>
			<description><![CDATA[i have noticed lately that thread &quot;responses&quot; don't match the actual responses, like in the screenshot  
 
is it only me or am i missing something?]]></description>
			<content:encoded><![CDATA[i have noticed lately that thread &quot;responses&quot; don't match the actual responses, like in the screenshot <br />
<a href="filedata/fetch?id=693853&amp;d=1786903229&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693853" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693853&amp;d=1786903229&amp;type=thumb" alt="Click image for larger version

Name:	Screenshot_20260816_195654.png
Views:	48
Size:	121.6 KB
ID:	693853" data-fullsize-url="filedata/fetch?id=693853&amp;d=1786903229&amp;type=thumb" data-thumb-url="filedata/fetch?id=693853&amp;d=1786903229&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a><br />
is it only me or am i missing something?<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/693852-responses-don-t-match</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED]Ventoy......... I know im missing something obvious as it really cant be this clunky....]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693844-ventoy-i-know-im-missing-something-obvious-as-it-really-cant-be-this-clunky</link>
			<pubDate>Sun, 16 Aug 2026 06:02:06 GMT</pubDate>
			<description>So i need to create a ventoy usb disk on my shiny new Kubuntu install. So i goto google type ventoy download linux Ubuntu and then it all goes...</description>
			<content:encoded><![CDATA[So i need to create a ventoy usb disk on my shiny new Kubuntu install. So i goto google type ventoy download linux Ubuntu and then it all goes horribly wrong.<br />
<br />
Every guide I goto tell me a different thing every time i follow then (Bare in mind its me so following probably being generous) just leads to more confusion.<br />
<br />
Why isnt it in Discover or a downloadable click and go format. A web link? Really I thought we wanted people to use Linux?<br />
<br />
Ok rant aside please for love of sanity how do i make this work with out going into arcane vodo script (Konsole) ty in advance for anyone who can help.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>Old and Confused</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693844-ventoy-i-know-im-missing-something-obvious-as-it-really-cant-be-this-clunky</guid>
		</item>
		<item>
			<title>Interesting ffmpeg vs. NFS vs. Kdialog behavior while using a VM.</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/693730-interesting-ffmpeg-vs-nfs-vs-kdialog-behavior-while-using-a-vm</link>
			<pubDate>Sun, 09 Aug 2026 19:46:55 GMT</pubDate>
			<description>TL/DR: Re-encoding some mkv and mp4 videos on a VM using ffmpeg via a Dolphin service menu, The source and target file locations were on a NFS server...</description>
			<content:encoded><![CDATA[<b>TL/DR:</b> Re-encoding some mkv and mp4 videos on a VM using ffmpeg via a Dolphin service menu, The source and target file locations were on a NFS server connected to a Kubuntu26.04 VM using QEMU/KVM. The encoding completed successfully, but the VM (via kdialog) never acknowledged the task was finished even though the resulting output files were &quot;closed&quot; successfully. I'm kinda curious where the &quot;break&quot; occurred.<br />
<br />
<b>The setup:</b> My desktop PC running KDEneon. A QEMU/KVM virtual machine on the desktop re-encoding files using ffmpeg. Both the PC and VM are accessing the files on my server via NFS v4.2.<br />
<br />
<b>The reason:</b> I'm trying to re-encoding several hundred mp4 files and convert a few dozen other mkv to mp4 - primarily to reduce storage usage. <b>ffmpeg</b> keeps crashing on KDEneon if I try to process more than 2-3 files at a time. while also using Handbrake. I decided to try a newer version of ffmpeg to see if that worked better. KDEneon has a much older version of ffmpeg than Kubuntu 26.04 (6.1.1-3ubuntu5 vs. 8.0.1-2ubuntu2 ) but I didn't want to mess about trying to upgrade ffmpeg on KDEneon. So I decided to try using Kubuntu 26.04 in a VM. All of this was additionally complicated as I was simultaneously using Handbrake to also help complete this task on y PC (but not on the VM - yet <img src="https://www.kubuntuforums.net/core/images/smilies/grin.gif" border="0" alt="" title="Grin" smilieid="12" class="inlineimg" /> ). I have enough CPU and RAM to encode more than one file at a time but Handbrake only does one at a time. So I thought I might speed things up by having ffmpeg directly re-encoding the files that were simple enough not to need special settings.<br />
<br />
<b>What I did:</b> I already had an updated Kubuntu 26.04 VM so I added my Dolphin Service Menu that I wrote to make this task easier to the VM. I then mounted the NFS file system from the server on the VM. This enabled me to operate in the VM just as I has been on my desktop. I selected a few files and launched ffmpeg. The kdialog progress box popped open and encoding commenced as expected.<br />
<br />
<b>The results:</b> The files on both machines (real and virtual) were encoded as expected, but for some reason - only on the VM - the kdialog box never closed as it does on the desktop machine. I verified the output files were viewable and thus &quot;closed&quot; my ffmpeg, but the dialog remained open on the VM as though the files were still being processed.<br />
<br />
<b>The question: </b>What causes kdailog to <b>not receive t</b>he signal that ffmpeg is done when using it on the VM? Is it the ffmpeg version difference, a difference in how NFS is mounted, or some other wrench in the works?<br />
<br />
<b>More detail</b>:<br />
Here's the Dolphin <b>service menu </b>contents:
<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=&quot;/usr/share/icons/breeze/mimetypes/32/video-mp4.svg&quot;
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=video/*;
Actions=g-copy;g-rate24;g-rate28;
Encoding=UTF-8

&#91;Desktop Action g-copy&#93;
Name=Re-encode Video
Icon=/usr/share/icons/breeze/mimetypes/32/video-mp4.svg
Exec=dbusRef=$(kdialog --icon &quot;/usr/share/icons/breeze/actions/24/convert.svg&quot; --title=&quot;Conversion ffmpeg&quot; --progressbar &quot; Converting $(basename %f) &quot; 0); fn=%u; ffmpeg -i %u -y -vcodec libx265 &quot;${fn%.*}&quot;-conv.mp4; qdbus $dbusRef close; kdialog --title &quot;Conversion complete&quot; --passivepopup &quot;$(basename %f) converted to MP4&quot;;

&#91;Desktop Action g-rate24&#93;
Name=Re-encode w/rate 24
Icon=/usr/share/icons/breeze/mimetypes/32/video-mp4.svg
Exec=dbusRef=$(kdialog --icon &quot;convert.svg&quot; --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;;

&#91;Desktop Action g-rate28&#93;
Name=Re-encode w/rate 28
Icon=/usr/share/icons/breeze/mimetypes/32/video-mp4.svg
Exec=dbusRef=$(kdialog --icon &quot;convert.svg&quot; --title=&quot;Conversion ffmpeg&quot; --progressbar &quot; Converting $(basename %f) &quot; 0); fn=%u; ffmpeg -i %u -y -vcodec libx265 -crf 28 &quot;${fn%.*}-28&quot;.mp4; qdbus $dbusRef close; kdialog --title &quot;Conversion complete&quot; --passivepopup &quot;$(basename %f) converted to MP4&quot;;
​</pre>
</div>This allows me to select a video file and either convert it to mp4 (action &quot;g-copy&quot;), re-encode it using the .H265 rate of &quot;24&quot; ( action &quot;g-rate24&quot; - smaller than default), or re-encode it using the .H265 rate of &quot;28&quot; (action &quot;g-rate28 - much smaller than default). All 3 options work as I desire.<br />
<br />
The main PC has the NFS shared mounted via fstab. The VM is manually mounted because I didn't need it to access the NFS server all the time.<br />
<br />
The only difference - other than the KDEneon version of ffmpeg crashing randomly - is the kdialog on the native KDEneon system closes when the file is done and messages me when each file is complete. The VM does not acknowledge that the file encoding is done. I have to manually verify the destination file is OK by launching it VLC, then &quot;cancel&quot; the action on the VM using the kdialog box.<br />
<br />
Mount options on server:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">server:/Videos on /shared/Videos type nfs4 (rw,noatime,nodiratime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,soft,fatal_neterrors=none,proto=tcp,nconnect=16,timeo=20,retrans=5,sec=sys,clientaddr=192.168.1.199,local_lock=none,addr=192.168.1.250)</pre>
</div>Mount options on VM:<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">server:/Videos on /shared/Videos type nfs4 (rw,noatime,nodiratime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=16,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.199,local_lock=none,addr=192.168.1.250)</pre>
</div>The above almost Identical.<br />
<br />
Currently testing the VM running <b>six</b> simultaneous conversions at once.]]></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/693730-interesting-ffmpeg-vs-nfs-vs-kdialog-behavior-while-using-a-vm</guid>
		</item>
		<item>
			<title>funny linux memes</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/693710-funny-linux-memes</link>
			<pubDate>Sun, 09 Aug 2026 08:11:50 GMT</pubDate>
			<description><![CDATA[some memes , cause i'm bored ...;D]]></description>
			<content:encoded><![CDATA[some memes , cause i'm bored ...<img src="https://www.kubuntuforums.net/core/images/smilies/grin.gif" border="0" alt="" title="Grin" smilieid="12" class="inlineimg" /><br />
<br />
<a href="filedata/fetch?id=693711&amp;d=1786262505&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693711" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693711&amp;d=1786262505&amp;type=thumb" alt="Click image for larger version

Name:	1.jpg
Views:	102
Size:	33.8 KB
ID:	693711" data-fullsize-url="filedata/fetch?id=693711&amp;d=1786262505&amp;type=thumb" data-thumb-url="filedata/fetch?id=693711&amp;d=1786262505&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693712&amp;d=1786262530&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693712" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693712&amp;d=1786262530&amp;type=thumb" alt="Click image for larger version

Name:	2.png
Views:	93
Size:	259.7 KB
ID:	693712" data-fullsize-url="filedata/fetch?id=693712&amp;d=1786262530&amp;type=thumb" data-thumb-url="filedata/fetch?id=693712&amp;d=1786262530&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693713&amp;d=1786262541&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693713" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693713&amp;d=1786262541&amp;type=thumb" alt="Click image for larger version

Name:	3.jpg
Views:	91
Size:	57.2 KB
ID:	693713" data-fullsize-url="filedata/fetch?id=693713&amp;d=1786262541&amp;type=thumb" data-thumb-url="filedata/fetch?id=693713&amp;d=1786262541&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693714&amp;d=1786262571&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693714" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693714&amp;d=1786262571&amp;type=thumb" alt="Click image for larger version

Name:	4.png
Views:	90
Size:	254.9 KB
ID:	693714" data-fullsize-url="filedata/fetch?id=693714&amp;d=1786262571&amp;type=thumb" data-thumb-url="filedata/fetch?id=693714&amp;d=1786262571&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693715&amp;d=1786262621&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693715" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693715&amp;d=1786262621&amp;type=thumb" alt="Click image for larger version

Name:	5.jpg
Views:	90
Size:	63.5 KB
ID:	693715" data-fullsize-url="filedata/fetch?id=693715&amp;d=1786262621&amp;type=thumb" data-thumb-url="filedata/fetch?id=693715&amp;d=1786262621&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693716&amp;d=1786262625&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693716" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693716&amp;d=1786262625&amp;type=thumb" alt="Click image for larger version

Name:	6.jpg
Views:	88
Size:	27.4 KB
ID:	693716" data-fullsize-url="filedata/fetch?id=693716&amp;d=1786262625&amp;type=thumb" data-thumb-url="filedata/fetch?id=693716&amp;d=1786262625&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693717&amp;d=1786262630&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693717" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693717&amp;d=1786262630&amp;type=thumb" alt="Click image for larger version

Name:	7.jpg
Views:	90
Size:	72.8 KB
ID:	693717" data-fullsize-url="filedata/fetch?id=693717&amp;d=1786262630&amp;type=thumb" data-thumb-url="filedata/fetch?id=693717&amp;d=1786262630&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693718&amp;d=1786262644&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693718" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693718&amp;d=1786262644&amp;type=thumb" alt="Click image for larger version

Name:	9.png
Views:	89
Size:	575.1 KB
ID:	693718" data-fullsize-url="filedata/fetch?id=693718&amp;d=1786262644&amp;type=thumb" data-thumb-url="filedata/fetch?id=693718&amp;d=1786262644&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693719&amp;d=1786262933&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693719" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693719&amp;d=1786262933&amp;type=thumb" alt="Click image for larger version

Name:	12.png
Views:	90
Size:	443.1 KB
ID:	693719" data-fullsize-url="filedata/fetch?id=693719&amp;d=1786262933&amp;type=thumb" data-thumb-url="filedata/fetch?id=693719&amp;d=1786262933&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a> <a href="filedata/fetch?id=693720&amp;d=1786262653&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693720" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693720&amp;d=1786262653&amp;type=thumb" alt="Click image for larger version

Name:	11.jpg
Views:	89
Size:	73.7 KB
ID:	693720" data-fullsize-url="filedata/fetch?id=693720&amp;d=1786262653&amp;type=thumb" data-thumb-url="filedata/fetch?id=693720&amp;d=1786262653&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a><br />
<br />
 ]]></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/693710-funny-linux-memes</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED]Need help creating a bash alias]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/693576-need-help-creating-a-bash-alias</link>
			<pubDate>Sun, 02 Aug 2026 00:41:12 GMT</pubDate>
			<description><![CDATA[I want to create a bash alias for this awk command: 
 
awk -F'@' '{gsub(/\./, &quot;&quot;, $1); print $1 &quot;@&quot; $2}' gmail_block_log.csv &gt;...]]></description>
			<content:encoded><![CDATA[I want to create a bash alias for this awk command:<br />
<br />
<span style="background-color:#e0e0e0;font-family:Monospace">awk -F'@' '{gsub(/\./, &quot;&quot;, $1); print $1 &quot;@&quot; $2}' gmail_block_log.csv &gt; cleaned_email_addresses.txt</span><br />
<br />
My awk foo sucks, and Google isn't being very helpful. I know we have talent here in KFN, so, a little assistance please?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting">Coding/Scripting</category>
			<dc:creator>Snowhog</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/693576-need-help-creating-a-bash-alias</guid>
		</item>
		<item>
			<title>Caffeine and Linux</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/693560-caffeine-and-linux</link>
			<pubDate>Fri, 31 Jul 2026 17:38:37 GMT</pubDate>
			<description>A combination to my liking.</description>
			<content:encoded><![CDATA[<a href="filedata/fetch?id=693561&amp;d=1785519426&amp;type=thumb" class="bbcode-attachment"  ><img data-attachmentid="693561" data-align="none" data-size="medium" border="0" src="filedata/fetch?id=693561&amp;d=1785519426&amp;type=thumb" alt="Click image for larger version

Name:	IMG_6869.jpg
Views:	87
Size:	43.6 KB
ID:	693561" data-fullsize-url="filedata/fetch?id=693561&amp;d=1785519426&amp;type=thumb" data-thumb-url="filedata/fetch?id=693561&amp;d=1785519426&amp;type=thumb" data-title="" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a><br />
A combination to my liking. <br />
<br />
 ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/community-cafe">Community Cafe</category>
			<dc:creator>Snowhog</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/community-cafe/693560-caffeine-and-linux</guid>
		</item>
		<item>
			<title>Recover missing files</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693551-recover-missing-files</link>
			<pubDate>Fri, 31 Jul 2026 14:49:23 GMT</pubDate>
			<description>So for anyone who games on Linux, you probaly have experience with the horrible EA app. Without getting into details, suffice it to say that cloud...</description>
			<content:encoded><![CDATA[So for anyone who games on Linux, you probaly have experience with the horrible EA app. Without getting into details, suffice it to say that cloud syncing game saves is poorly implemented feature in the app, and frequently the sync borks deleting save games.<br />
<br />
Now I know the folder where the saves are held, and it sits within a btrfs subvolume.<br />
<br />
How can I recover those saves, since they must have been there and were erased by the EA app during a sync]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs">BTRFS</category>
			<dc:creator>mr_raider</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/btrfs/693551-recover-missing-files</guid>
		</item>
		<item>
			<title>silence</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/693538-silence</link>
			<pubDate>Thu, 30 Jul 2026 19:12:20 GMT</pubDate>
			<description><![CDATA[i see absolutely no new posts on &quot;today's posts&quot; for 2 days now .... 
has every1 gone quiet , or have i've been &quot;muted&quot; ? (for some reason) 
i'd like...]]></description>
			<content:encoded><![CDATA[i see absolutely no new posts on &quot;today's posts&quot; for 2 days now ....<br />
has every1 gone quiet , or have i've been &quot;muted&quot; ? (for some reason)<br />
i'd like to know <img src="https://www.kubuntuforums.net/core/images/smilies/smiley.gif" border="0" alt="" title="Smiley" smilieid="1" 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/693538-silence</guid>
		</item>
		<item>
			<title>time to return?</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/693529-time-to-return</link>
			<pubDate>Tue, 28 Jul 2026 14:07:23 GMT</pubDate>
			<description>I was a Kubuntu user many moons ago. Since my time away I have mainly been using MX and Artix. I am currently using Windows 11 but only because it is...</description>
			<content:encoded><![CDATA[I was a Kubuntu user many moons ago. Since my time away I have mainly been using MX and Artix. I am currently using Windows 11 but only because it is the only OS that allows me to play Silent Hunter III through Steam. I have tried to get it running through Steam on MX but it simply doesn't work.<br />
<br />
Should I come back to Kubuntu?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/community-cafe">Community Cafe</category>
			<dc:creator>NickStone</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/community-cafe/693529-time-to-return</guid>
		</item>
		<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><![CDATA[[RESOLVED]Interesting sorting behavior in Dolphin]]></title>
			<link>https://www.kubuntuforums.net/forum/general/kde-neon/693513-interesting-sorting-behavior-in-dolphin</link>
			<pubDate>Mon, 27 Jul 2026 16:36:09 GMT</pubDate>
			<description><![CDATA[I noticed this just this morning: I have a directory full of files with sequential names. &quot;Episode 01, Episode 02&quot; etc. Each file has a subtitle file...]]></description>
			<content:encoded><![CDATA[I noticed this just this morning: I have a directory full of files with sequential names. &quot;Episode 01, Episode 02&quot; etc. Each file has a subtitle file associated with it the uses the<b> exact same file name</b> but has a different extension. &quot;mp4&quot; for the episodes and &quot;srt&quot; for the subtitles.<br />
<br />
When using &quot;Name&quot; as the sort field, this results in each set of files listed with the <b>mp4</b> then it's immediately followed by the <b>srt</b> file. So for example:<br />
<br />
Episode 01.mp4<br />
Episode 01.srt<br />
Episode 02.mp4<br />
Episode 02.srt<br />
<br />
This is as expected.<br />
<br />
Sometimes I want to do something with just the subtitle files (edit, move, whatever) I want to group the files by type so I click on &quot;Type&quot; to sort them, <b>but this also reverses the alphabetical order</b> resulting in:<br />
<br />
Episode 02.srt<br />
Episode 01.srt<br />
Episode 02.mp4<br />
​Episode 01.mp4<br />
<br />
This is NOT expected nor desired.<br />
<br />
So the question I have is whether or not this is intended behavior or if the second sort field - which does not appear to be configurable - is simply set wrong in the code.<br />
<br />
Another possibility is that there is <b>some other</b> field that is the secondary sort field and I just haven't discovered it yet. Like maybe file access time or whatever. I would need to set up a test to confirm this.<br />
<br />
I'm wondering if anyone has any insight to this - either to confirm what I see or clarify what controls the secondary sort field.<br />
<br />
It <i>appears</i> at this point, that the secondary sort is reverse alphabetical which I do not prefer, and if so, I will likely file a bug report on it.]]></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/693513-interesting-sorting-behavior-in-dolphin</guid>
		</item>
	</channel>
</rss>
