<?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 - Kubuntu Forums .Net</title>
		<link>https://www.kubuntuforums.net/</link>
		<description>Kubuntu Forums</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Apr 2026 03:29:51 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Kubuntu Forums - Kubuntu Forums .Net</title>
			<link>https://www.kubuntuforums.net/</link>
		</image>
		<item>
			<title>Caution: still running i486 CPU? ha-ha</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/691176-caution-still-running-i486-cpu-ha-ha</link>
			<pubDate>Tue, 07 Apr 2026 13:18:46 GMT</pubDate>
			<description><![CDATA[Your days are numbered, so it seems. Linus 'speaks' here...]]></description>
			<content:encoded><![CDATA[Your days are numbered, so it seems. Linus 'speaks' <a href="https://www.tomshardware.com/software/linux/linux-devs-start-removing-support-for-37-year-old-intel-486-cpu-head-honcho-linus-torvalds-says-zero-real-reason-to-continue-support?utm_term=D3937F6C-F84B-4697-8331-3A0BD8A2BFBD&amp;lrh=1b9b64264e273fc8d4e45caff49eb275366d153d39cc02440ba84e7dc248cdb6&amp;utm_campaign=2F4928DB-7559-479A-B06E-4801050D48B1&amp;utm_medium=email&amp;utm_content=8522286F-5AB0-4F4F-BE29-78388017B55E&amp;utm_source=SmartBrief" target="_blank">here</a>.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/community-cafe">Community Cafe</category>
			<dc:creator>Qqmike</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/community-cafe/691176-caution-still-running-i486-cpu-ha-ha</guid>
		</item>
		<item>
			<title><![CDATA[[Abandoned] Trying to get two actions on a single file in a Dolphin Service menu]]></title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/coding-scripting/691173-abandoned-trying-to-get-two-actions-on-a-single-file-in-a-dolphin-service-menu</link>
			<pubDate>Tue, 07 Apr 2026 12:49:52 GMT</pubDate>
			<description>I use Dolphin service menus to extract subtitles from video files. Then, if the subtitle is ssa format, I use a second service menu to convert it to...</description>
			<content:encoded><![CDATA[I use Dolphin service menus to extract subtitles from video files. Then, if the subtitle is ssa format, I use a second service menu to convert it to srt. Independently, they both work fine. I'd like to combine this into a single service menu; i.e extract and convert automatically when the file type is ssa.<br />
<br />
The subtitle extraction is done with a python script that I call from the service menu like this: 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">Exec=$HOME/.local/share/applications/mkvextract-allsubs-eng %u</pre>
</div>The conversion to srt is much simpler and uses ffmpeg, so it's a one-liner: 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">ffmpeg -i &quot;$fn&quot; &quot;${fn%.*}&quot;.srt</pre>
</div>I suspect I could add the conversion function to the python script, but I don't know python at all - the python script is something I found on the 'net.<br />
<br />
I have attempted this in the service menu:
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">Exec=$HOME/.local/share/applications/mkvextract-allsubs-eng %u; fn=%u; if &#91;&#91; &quot;${fn#&quot;${fn%???}&quot;}&quot; = &quot;ssa&quot; &#93;&#93;; then ffmpeg -i &quot;$fn&quot; &quot;${fn%.*}&quot;.srt; rm &quot;$fn&quot;; fi</pre>
</div>The results are the extraction occurs but not the conversion.<br />
<br />
All the pieces in the if statement work from the command line so I think the issue is in the Service Menu action itself - like once the python script is called the service menu stops provessing.<br />
<br />
Looking for ideas..]]></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/691173-abandoned-trying-to-get-two-actions-on-a-single-file-in-a-dolphin-service-menu</guid>
		</item>
		<item>
			<title><![CDATA[[Post-Install]Going from Clean Install to a Kubuntu &amp;amp; Windows 10 Dual Boot]]></title>
			<link>https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691172-going-from-clean-install-to-a-kubuntu-windows-10-dual-boot</link>
			<pubDate>Tue, 07 Apr 2026 11:52:18 GMT</pubDate>
			<description>So I have had a great experience with gaming on Ubuntu/Kubuntu so far, the one or two extra set up steps I need for certain games was worth the...</description>
			<content:encoded><![CDATA[So I have had a great experience with gaming on Ubuntu/Kubuntu so far, the one or two extra set up steps I need for certain games was worth the significant quality of life improvement compared to Windows. However, I have learned that my VR headset, the Vive Cosmos does <i>not</i> have native drivers, and there is no clean, well-documented approach to third-party setup.<br />
I tried several methods and found no luck, because they simply weren't built for running on Linux.<br />
So I want to set up a dual boot for Windows 10, so I can run my VR games natively and any other software I want/need to use that simply doesn't have any safe or reliable workaround for running on Kubuntu.<br />
Problem is, all the dual booting guides I find are about going from a <i>Windows 10</i> set up to a Linux/Windows dual-boot, where as I need help with the <i>opposite</i> approach: A clean install of Kubuntu to a Kubuntu - Windows 10 Dual Boot.<br />
<b>What is the recommended way of setting up a Windows 10 dual-boot partition <i>from Kubuntu</i>?</b><br />
<br />
I have already made a Windows 10 installation USB via Ventoy, what I need help with now is what are the appropriate steps of preparing for installing that disk image.<br />
<br />
Edit: For future reference I should clarify: I have four hard drives installed in my build, 3 of them are solid states, so I have options for where to install the Windows 10 OS]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka">Kubuntu 25.10 Questing Quokka</category>
			<dc:creator>Punk Solar</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691172-going-from-clean-install-to-a-kubuntu-windows-10-dual-boot</guid>
		</item>
		<item>
			<title><![CDATA[[Hardware]USB Pen Drives That Often Don't Work]]></title>
			<link>https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691171-usb-pen-drives-that-often-don-t-work</link>
			<pubDate>Tue, 07 Apr 2026 10:41:51 GMT</pubDate>
			<description><![CDATA[Hi, 
I've had several USB pen drives suddenly stop working, failing to mount, resulting in an error. Even with the repair tool, they don't work...]]></description>
			<content:encoded><![CDATA[Hi,<br />
I've had several USB pen drives suddenly stop working, failing to mount, resulting in an error. Even with the repair tool, they don't work again. However, when I insert them into a Windows 10 or 11 system, the repair tool starts working again, even in Kubuntu.<br />
What causes these USB pen drives to crash in Kubuntu?<br />
If it's a bug, when will it be fixed?<br />
I'm using Kubuntu 25.10.​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka">Kubuntu 25.10 Questing Quokka</category>
			<dc:creator>Nunzio77</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691171-usb-pen-drives-that-often-don-t-work</guid>
		</item>
		<item>
			<title>System Crashing - Whenever transcoding or optimizing in Plex</title>
			<link>https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/hardware-support-bg/691164-system-crashing-whenever-transcoding-or-optimizing-in-plex</link>
			<pubDate>Tue, 07 Apr 2026 01:00:17 GMT</pubDate>
			<description>System specs are above/left. 
 
I thought I had an SSD over-heating issue - added heat sink - and that helped. 
 
However - I just tried optimizing a...</description>
			<content:encoded><![CDATA[<a href="filedata/fetch?id=691177&amp;d=1775570023&amp;type=thumb" class="bbcode-attachment"  ><img title="Screenshot_20260407_065204.png" data-attachmentid="691177" data-align="none" data-size="full" border="0" src="filedata/fetch?id=691177&amp;d=1775570023&amp;type=thumb" alt="Click image for larger version

Name:	Screenshot_20260407_065204.png
Views:	21
Size:	54.8 KB
ID:	691177" data-fullsize-url="filedata/fetch?id=691177&amp;d=1775570023&amp;type=thumb" data-thumb-url="filedata/fetch?id=691177&amp;d=1775570023&amp;type=thumb" data-title="" data-caption="Screenshot_20260407_065204.png" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" /></a>System specs are above/left.<br />
<br />
I thought I had an SSD over-heating issue - added heat sink - and that helped.<br />
<br />
However - I just tried optimizing a video file on plex (which is running on this box) - and the system crashed immediately - no time for anything to heat up.<br />
<br />
I guess it could be something to do with Plex causing an issue - but this really feels like some t ype of hardware issue.<br />
<br />
Any thoughts/ideas would be greatly appreciated.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/hardware-support-bg">Hardware Support</category>
			<dc:creator>LuigiCalamar</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/hardware-support-bg/691164-system-crashing-whenever-transcoding-or-optimizing-in-plex</guid>
		</item>
		<item>
			<title><![CDATA[[System]Creating a new, larger logo during Kubuntu startup]]></title>
			<link>https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691149-creating-a-new-larger-logo-during-kubuntu-startup</link>
			<pubDate>Fri, 03 Apr 2026 08:00:22 GMT</pubDate>
			<description>Given the upcoming release of version 26.04, why not create a new, larger logo than the current one during Kubuntu startup? 
It would be more...</description>
			<content:encoded><![CDATA[Given the upcoming release of version 26.04, why not create a new, larger logo than the current one during Kubuntu startup?<br />
It would be more visually appealing.<img src="https://www.kubuntuforums.net/core/images/smilies/wink.gif" border="0" alt="" title="Wink" smilieid="4" class="inlineimg" />]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka">Kubuntu 25.10 Questing Quokka</category>
			<dc:creator>Nunzio77</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/current-supported-releases/kubuntu-25-10-questing-quokka/691149-creating-a-new-larger-logo-during-kubuntu-startup</guid>
		</item>
		<item>
			<title>Wine 11</title>
			<link>https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/software-support-bg/691142-wine-11</link>
			<pubDate>Thu, 02 Apr 2026 18:31:31 GMT</pubDate>
			<description>Hi! I have read that Wine v11 is a big step forward. Wanted to try it. But the Ubuntu repo only has Wine v10. 
Tried to install from WineHQ but...</description>
			<content:encoded><![CDATA[Hi! I have read that Wine v11 is a big step forward. Wanted to try it. But the Ubuntu repo only has Wine v10.<br />
Tried to install from WineHQ but messed up my system completely.<br />
Does anyone know when version 11 will be available for us?]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/software-support-bg">Software Support</category>
			<dc:creator>jowivk</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/software-support-bg/691142-wine-11</guid>
		</item>
		<item>
			<title>No sound upon start, automatically decreases to 0, libcanberra in settings constantly restarts</title>
			<link>https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691141-no-sound-upon-start-automatically-decreases-to-0-libcanberra-in-settings-constantly-restarts</link>
			<pubDate>Thu, 02 Apr 2026 12:42:57 GMT</pubDate>
			<description>Hi there, 
 
I am working on a rather old computer, if you need more details about it you can look at this post here: 
...</description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
I am working on a rather old computer, if you need more details about it you can look at this post here:<br />
<br />
<a href="https://forums.linuxmint.com/viewtopic.php?p=2770354#p2770354" target="_blank">https://forums.linuxmint.com/viewtop...70354#p2770354</a><br />
<br />
So I got Kubuntu 25.10, and the installation sort of went okay, but then I got no sound at all, which was not an issue during a LiveUSB session.<br />
<br />
In the middle of the screen, I have a &quot;Audio Muted&quot; box I cannot remove. In the Sound tab in System Settings, 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">libcanberra</pre>
</div> is going absolutely nuts and is constantly changing volume from a certain non-zero value to 0, and so in a loop. I can't find a way to stop this loop.<br />
<br />
Moreover, while I can move the slider on the speakers panel to the right, the volume is automatically being reduced to 0. I do <i>sometimes</i> hear the speakers work but I can't stop the system from decreasing the volume. By default, they are off.<br />
<br />
Ran 
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">pactl subscribe</pre>
</div> as suggested elsewhere, and I see a constant loop of new events that looks like this:<br />
<br />
Event &quot;new&quot; on sink-input<br />
Event &quot;change&quot; on sink-source x2<br />
Event &quot;change&quot; on sink<br />
Event &quot;change&quot; on source<br />
Event &quot;change&quot; on sink-input<br />
Event &quot;remove&quot; on sink-input<br />
Event &quot;change&quot; on sink<br />
Event &quot;change&quot; on source​<br />
<br />
and this is going on and on<br />
<br />
My CPU is constantly at 50% load, which is ridiculous for an ambient workload. Memory is not impacted.<br />
<br />
An additional piece of ibfo that may be relevant is that I get a lot of 26^~ symbols upon booting, but itbdoes not interrupt anything.<br />
<br />
Any help appreciated.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy">Help the New Guy</category>
			<dc:creator>Pieniążkowice</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691141-no-sound-upon-start-automatically-decreases-to-0-libcanberra-in-settings-constantly-restarts</guid>
		</item>
		<item>
			<title>Darn high-res display  :-)</title>
			<link>https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691138-darn-high-res-display</link>
			<pubDate>Thu, 02 Apr 2026 00:18:31 GMT</pubDate>
			<description>Hello - and good day from the newest member here. 
 
I have just installed 24.04 as a dual boot on my laptop with the idea of slowly but surely...</description>
			<content:encoded><![CDATA[Hello - and good day from the newest member here.<br />
<br />
I have just installed 24.04 as a dual boot on my laptop with the idea of slowly but surely moving away from Windows.<br />
But I immediately ran into a problem I can't seem to overcome: Everything on my display - I use a 4k Samsung TV and let the built-in display rest - is too small for my aging eyes. Not a new problem (on windows I just crank up the scaling), and I quickly found the global scaling in the settings - but they don't do anything! Somebody on the interweb thought that I have to logout/in - but that made no difference.<br />
My machine is a six year old Maingear Element with an I7 and an NVIDIA GeForce GTX 1660 Ti.<br />
<br />
Probably related but also very disturbing is the fact that I often can't find my cursor - just too small and nearly the same color as the background. I changed the cursors to a different scheme, but somehow still the old - small - one is shown on the desktop.<br />
<br />
Any light shed on this dark situation would be highly appreciated.<br />
Cheers,<br />
Merlin<br />
 ]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy">Help the New Guy</category>
			<dc:creator>merlinsilk</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691138-darn-high-res-display</guid>
		</item>
		<item>
			<title>Firefox scrambled when I open it.</title>
			<link>https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691132-firefox-scrambled-when-i-open-it</link>
			<pubDate>Tue, 31 Mar 2026 06:58:56 GMT</pubDate>
			<description>So when I open Firefox now it looks scrambled. I’m not sure what caused this. I am using an nvidea graphics card rtx 4070. Any ideas on what to do. I...</description>
			<content:encoded><![CDATA[So when I open Firefox now it looks scrambled. I’m not sure what caused this. I am using an nvidea graphics card rtx 4070. Any ideas on what to do. I plan on doing a full reinstall, but I would like to save some stuff if I can get firefox open again.<br />
​<img data-align="none" data-size="full" border="0" src="https://media.discordapp.net/attachments/723941215648743444/1488427385874419763/Screenshot_20260331_013759.png?ex=69ccbd86&amp;is=69cb6c06&amp;hm=0f1f8c26477b77aa1ab60a3256e3a0dcbf463dae814ee3c2e8128fa78ac21f14&amp;=&amp;format=webp&amp;quality=lossless&amp;width=2880&amp;height=1620" alt="" data-fullsize-url="https://media.discordapp.net/attachments/723941215648743444/1488427385874419763/Screenshot_20260331_013759.png?ex=69ccbd86&amp;is=69cb6c06&amp;hm=0f1f8c26477b77aa1ab60a3256e3a0dcbf463dae814ee3c2e8128fa78ac21f14&amp;=&amp;format=webp&amp;quality=lossless&amp;width=2880&amp;height=1620" data-thumb-url="https://media.discordapp.net/attachments/723941215648743444/1488427385874419763/Screenshot_20260331_013759.png?ex=69ccbd86&amp;is=69cb6c06&amp;hm=0f1f8c26477b77aa1ab60a3256e3a0dcbf463dae814ee3c2e8128fa78ac21f14&amp;=&amp;format=webp&amp;quality=lossless&amp;width=2880&amp;height=1620" data-title="Click on the image to see the original version" data-caption="" class="bbcode-attachment thumbnail js-lightbox bbcode-attachment--lightbox" />]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy">Help the New Guy</category>
			<dc:creator>Sethcard</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691132-firefox-scrambled-when-i-open-it</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED]Are a firewall and antivirus necessary in Kubuntu?]]></title>
			<link>https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691122-are-a-firewall-and-antivirus-necessary-in-kubuntu</link>
			<pubDate>Mon, 30 Mar 2026 14:53:19 GMT</pubDate>
			<description><![CDATA[I'm keen to hear your thoughts... 
 
Should I use a firewall and antivirus in Kubuntu? 
 
At the moment, I'm not using either. 
 
Is that risky?]]></description>
			<content:encoded><![CDATA[<span style="font-size:14px"><span style="font-family:Comic Sans MS">I'm keen to hear your thoughts...<br />
<br />
Should I use a firewall and antivirus in Kubuntu?<br />
<br />
At the moment, I'm not using either.<br />
<br />
Is that risky?</span></span><br />
<br />
<br />
<br />
<br />
<br />
<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy">Help the New Guy</category>
			<dc:creator>greenster</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691122-are-a-firewall-and-antivirus-necessary-in-kubuntu</guid>
		</item>
		<item>
			<title>Is Kubuntu live boot via USB C possible?</title>
			<link>https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691116-is-kubuntu-live-boot-via-usb-c-possible</link>
			<pubDate>Mon, 30 Mar 2026 09:42:46 GMT</pubDate>
			<description>Hello guys, 
 
I want to try Kubuntu on my Dell Latitude 7320 2 in 1 detachable, which only allows to plug in USB-C devices. 
 
Since it would not be...</description>
			<content:encoded><![CDATA[Hello guys,<br />
<br />
I want to try Kubuntu on my Dell Latitude 7320 2 in 1 detachable, which only allows to plug in USB-C devices.<br />
<br />
Since it would not be the classical Situation where you have a USB-Stick as a booting device, my question is:<br />
<br />
Is it generally possible to boot Kubuntu from USB-C?<br />
<br />
I know that it will still depend on the individual device. My goal is to check Kubuntu out from the USB-C device and See if it supports auto rotation and camera properly. But if this goal is technically impossible, it would already be really helpful to know.]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy">Help the New Guy</category>
			<dc:creator>newuser0001</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/newbie-support/help-the-new-guy/691116-is-kubuntu-live-boot-via-usb-c-possible</guid>
		</item>
		<item>
			<title>keyboard shortcuts in Wayland impossible at present if ever?</title>
			<link>https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/desktop-environment-support-ac/691109-keyboard-shortcuts-in-wayland-impossible-at-present-if-ever</link>
			<pubDate>Sun, 29 Mar 2026 18:16:07 GMT</pubDate>
			<description>I was advised to post this in these more general forums - first put   into Resolute Racoon Review. 
 
I am not referring to shortcuts as in links to...</description>
			<content:encoded><![CDATA[I was advised to post this in these more general forums - first put   into Resolute Racoon Review.<br />
<br />
I am not referring to shortcuts as in links to applications or files/folders.<br />
<br />
I am referring to the issue with Wayland and it's inability to implement a system-wide pasting of completed snippets of text or code to any desktop or activity. Before Kubuntu 24.01 there was a very simple system application to implement this in the system keyboard menu. With the introduction of Wayland, that has been quietly dropped for obvious reasons.<br />
<br />
This has very serious ramifications for many users that are so used to a keyboard shortcut to insert a passage of text, an address, email address or snippet of oft-used code into a document or text.<br />
The ramifications on the productivity of users so used to this facility is enormous.<br />
<br />
Even in Windows it is a very simple thing to set up.<br />
<br />
This is the primary failing of Wayland and one reason for the massive backlash against it's precipitous introduction. A form of keyboard logging across applications and desktops is required for this to be implemented - the antithesis of the whole philosophy behind Wayland.<br />
<br />
I do not see how it is ever going to be resolved, but if Wayland is to be implemented wholesale across the Linux world we will be driving many workers back into the arms of Microsoft and Apple.<br />
<br />
I sincerely hope this can be overcome in some way.   The constant push by Canconical and other developers to prioritise security over function and usefulness is self defeating.   Linux is inherently more secure than most other systems, and this constant drive to enhance security over functionality I find absolutely barmy.<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/desktop-environment-support-ac">Desktop Environment Support</category>
			<dc:creator>barfly</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/currently-supported-releases/kubuntu-24-04-nitpick-noble-lts/desktop-environment-support-ac/691109-keyboard-shortcuts-in-wayland-impossible-at-present-if-ever</guid>
		</item>
		<item>
			<title>Geekbench 6</title>
			<link>https://www.kubuntuforums.net/forum/general/community-cafe/691107-geekbench-6</link>
			<pubDate>Sun, 29 Mar 2026 15:46:48 GMT</pubDate>
			<description>Hi, 
I have two equal laptops, Toshiba Portege Z30-C. They have the same processor, an Intel Core i7-6500U, same amount of RAM memory, same SSD HD...</description>
			<content:encoded><![CDATA[Hi,<br />
I have two equal laptops, Toshiba Portege Z30-C. They have the same processor, an Intel Core i7-6500U, same amount of RAM memory, same SSD HD size. One of them is running Kubuntu 24.04.4 LTS and the other one is running Windows 11 Pro using a balanced Power Plan.<br />
I have run the Geekbench CPU Benchmark in both of them and the results are much better in the machine running Windows, which was surprising to me. Is there any explanation for that?<br />
For the Windows machine the single core score is 1092 and the multi core score is 2203, while the Linux machine got scores of 849 and 1488.​<br />
I checked the Power Management settings of the BIOS and they are the same as well.<br />
Thank you<br />
Albert]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/community-cafe">Community Cafe</category>
			<dc:creator>fffranchhh</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/community-cafe/691107-geekbench-6</guid>
		</item>
		<item>
			<title>Has my system been compromised?</title>
			<link>https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/691100-has-my-system-been-compromised</link>
			<pubDate>Sun, 29 Mar 2026 01:33:26 GMT</pubDate>
			<description>I am running Kubuntu 24.0.4.1 with kernel 6.8.0-106-generic. On Wednesday 25th of March there was a download of aprrox 1.1GB 
while accessing a few...</description>
			<content:encoded><![CDATA[I am running Kubuntu 24.0.4.1 with kernel 6.8.0-106-generic. On Wednesday 25th of March there was a download of aprrox 1.1GB<br />
while accessing a few pages with Palemoon 34.1.0. Discovery had already installed updates. Does Kubuntu ever download updates or anything else this big without asking permission or showing some indication on the screen of what it is doing? Or has my system been compromised, Palemoon perhaps? I always login in to Standard User account and never click on links in email,etc. Thanks for any help I receive.<br />
​]]></content:encoded>
			<category domain="https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa">Miscellaneous</category>
			<dc:creator>gmc42</dc:creator>
			<guid isPermaLink="true">https://www.kubuntuforums.net/forum/general/miscellaneous/miscellaneous-aa/691100-has-my-system-been-compromised</guid>
		</item>
	</channel>
</rss>
