<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kde Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/kde/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 11 Apr 2021 19:16:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>qView: a simple image viewer for Linux</title>
		<link>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/</link>
					<comments>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 13 Apr 2021 23:15:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[qt]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29500</guid>

					<description><![CDATA[<p>Hello, friends. We are always looking for new tools that add even more functionality to the already very stable and powerful Linux desktop. In this post, we will tell you about qView a simple and efficient image viewer for Linux and especially the QT desktop. Introduction to qView qView is born with a clear objective [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/qview-a-simple-image-viewer-for-linux/">qView: a simple image viewer for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. We are always looking for new tools that add even more functionality to the already very stable and powerful Linux desktop. In this post, we will tell you about qView a simple and efficient image viewer for Linux and especially the QT desktop.</p>



<h2 id="introduction-to-qview"><a href="#introduction-to-qview" name="introduction-to-qview"></a>Introduction to qView</h2>



<p><a href="https://interversehq.com/qview/" target="_blank" rel="noreferrer noopener">qView</a> is born with a clear objective to be a practical and minimalist image viewer. That is to say that we will only have the image as the central protagonist and without even a menu bar, it’s just you and the image. It is created with QT technology and is OpenSource which allows us to verify the source code of the application.</p>



<p>About this the developers say</p>



<blockquote class="wp-block-quote"><p>qView was designed from the very start to be as visually minimal and space-efficient as possible. No cluttered interface, just your image, and a title bar.</p></blockquote>



<p>This makes it a very light and easy-to-use application on our system. It has proven that its load times are quite short and the use of computer resources is quite low.</p>



<p>Despite being so light and having a minimalist graphical interface, it is not lacking in features such as r<strong>otating, flipping, zooming, opening images from a URL, recent images, from another location</strong>. All of them can be accessed by right-clicking on the main interface.</p>



<figure class="wp-block-image size-large"><img src="https://interversehq.com/qview/assets/img/screenshot2.webp" alt=""/></figure>



<p>And what about supported formats? Don’t worry about that because qView supports all common image formats including bmp, gif, jpg, png, tiff, and webp.</p>



<h2 id="install-qview-on-linux"><a href="#install-qview-on-linux" name="install-qview-on-linux"></a>Install qView on Linux</h2>



<p>The support provided by this application is great and there are many options available to install it.</p>



<p>For Ubuntu 20.04/ 18.04 as well as any distribution based on any of these versions, we have available a PPA:</p>



<pre class="wp-block-preformatted">sudo add-apt-repository ppa:jurplel/qview
sudo apt update</pre>



<p>And finally, install the application:</p>



<pre class="wp-block-preformatted">sudo apt install qview</pre>



<p>For Debian 10, we have to download a DEB file from the download site or by running</p>



<pre class="wp-block-preformatted">https://github.com/jurplel/qView/releases/download/4.0/qview_4.0-2_amd64.deb</pre>



<p>And install it by running</p>



<pre class="wp-block-preformatted">sudo apt install ./qview_4.0-2_amd64.deb</pre>



<p>Every time a new stable version is released, you will have to update the command.</p>



<p>For ArchLinux it is available from AUR.</p>



<p>For OpenSUSE you can run</p>



<pre class="wp-block-preformatted">sudo zypper in qview</pre>



<p>In the case of any RPM package based distribution, you can download the package</p>



<pre class="wp-block-preformatted">wget -c https://github.com/jurplel/qView/releases/download/4.0/qview_4.0-2_amd64.deb</pre>



<p>and install it with your distribution’s package manager.</p>



<p>Finally, you can download the <a href="https://www.osradar.com/appimagehub-the-appimage-store/" target="_blank" rel="noreferrer noopener">APPImage</a> format which is compatible with any Linux distribution. For many, it is the best way-</p>



<pre class="wp-block-preformatted">wget -c https://github.com/jurplel/qView/releases/download/4.0/qView-4.0-x86_64.AppImage</pre>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>qView is an application whose main concept is minimalism but without losing functionality. Thanks to it we have an alternative to other image viewers more complex to use.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/qview-a-simple-image-viewer-for-linux/">qView: a simple image viewer for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New KaOS image (2020.07) available</title>
		<link>https://www.osradar.com/new-kaos-image-available/</link>
					<comments>https://www.osradar.com/new-kaos-image-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 20 Jul 2020 02:13:45 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[kaos]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[plasma]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=21676</guid>

					<description><![CDATA[<p>If you are a lover of KDE Plasma and Rolling Release distributions, KaOS is for you. We haven&#8217;t talked much about this distribution in the blog because it is for a very specific public in this world. However, every day it is becoming more and more popular, it is fair to give it a little [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/new-kaos-image-available/">New KaOS image (2020.07) available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If you are a lover of KDE Plasma and Rolling Release distributions, KaOS is for you. We haven&#8217;t talked much about this distribution in the blog because it is for a very specific public in this world. However, every day it is becoming more and more popular, it is fair to give it a little space in the blog. So, this post will help you to discover <strong>the features of this new KaOS image.</strong></p>



<p>For those who don&#8217;t know, KaOS is a Rolling Release distribution inspired by Arch Linux and focused on KDE Plasma. So, you will always find recent versions of this desktop environment, as well as programs related to QT and others. Being Rolling Release it is constantly updated and this makes it unnecessary to reinstall it. However, new ISO images are often released so that those who wish to install it do not have to update many packages.</p>



<p>So now this new image of KaOS is available and now we will see the main news.</p>



<h2>KaOS Image (2020.07) features</h2>



<p>The first thing you&#8217;ll notice is that<strong> Calamares</strong>, this great universal Linux distribution installer, has started a migration of its modules to QML. For example, the keyboard module is also rewritten in QML, which now gives a much clearer overview of possible keyboard models, languages, and variants.</p>



<p>Moreover, this new image of <strong>KaOS includes new firmwares</strong>. This will make it much more compatible with more hardware without the need for user intervention.</p>



<p>While all of these new features are very important, it is also true that the most notable is the inclusion of <a href="https://www.osradar.com/kde-plasma-5-19-available/">KDE Plasma 5.19</a>. This version, which is loaded with new features, makes the system live up to its promise of providing a satisfying experience with this desktop environment. <strong>Also, Frameworks is at 5.72.0, Plasma at 5.19.3, and KDE Applications at 20.04.3.</strong></p>



<p>Many packages have been updated e.g. Guile 2.2.6, Mesa 20.1.3, NetworkManager 1.26.0, Perl 5.30.3. All this with Linux kernel 5.7.8 as engine and QT 5.15.0. Also, The Midna theme used for KaOS has been redone for 2020. </p>



<h2>Conclusion</h2>



<p>KaOS is one of those rather special Linux distributions. It has earned its reputation and is perhaps the best for enjoying a full-blown Plasma KDE.</p>



<p>If you are interested you can download it from <a href="https://sourceforge.net/projects/kaosx/files/ISO/KaOS-2020.07-x86_64.iso" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">this</a> link. You can also check the <a href="https://kaosx.us/pages/release_notes/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">release notes</a> for more information.</p>



<p>Please, share this post and join <a aria-label="undefined (opens in a new tab)" href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel</a>. And Buy us a coffee.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/new-kaos-image-available/">New KaOS image (2020.07) available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/new-kaos-image-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Speed Up KDE Plasma</title>
		<link>https://www.osradar.com/speed-up-kde-plasma/</link>
					<comments>https://www.osradar.com/speed-up-kde-plasma/#comments</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Mon, 24 Dec 2018 10:03:11 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde plasma]]></category>
		<category><![CDATA[kde plasma desktop]]></category>
		<category><![CDATA[plasma]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8660</guid>

					<description><![CDATA[<p>Among all the desktop environments available in Linux world, my most favorite on is KDE Plasma for its awesome look and polished feel. It also comes up with its own set of tools that perfectly match the entire theme. It really gives a fresh feel every time I’m using my Linux machine. However, for all [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/speed-up-kde-plasma/">Speed Up KDE Plasma</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Among all the desktop environments available in Linux world, my most favorite on is KDE Plasma for its awesome look and polished feel. It also comes up with its own set of tools that perfectly match the entire theme. It really gives a fresh feel every time I’m using my Linux machine.</p>
<p>However, for all the gloss and polish, KDE Plasma is a resource-heavy desktop environment. If your system is low on hardware resource, then running other desktop environments is strongly recommended.</p>
<p>Over time, you may feel like your KDE Plasma is becoming slower and slower. If you’re being annoyed of a slow KDE Plasma environment, consider the following tips for refreshing the environment and enjoy the full potential of your system!</p>
<p>Note that all the following steps were performed on my Kubuntu 18.10 system. However, these tricks should work perfectly on any other Linux distros using KDE Plasma.</p>
<h1>KDE Plasma speed-up hacks</h1>
<ul>
<li>
<h3>Update the KDE Plasma</h3>
</li>
</ul>
<p>KDE Plasma is a fine and well-maintained project. It gets updated and tweaked on a regular basis for proving the freshest feel and features to the users. If you’ve been using your system for a quite long time, it’s highly likely that your KDE Plasma is out-of-date.</p>
<p>From the menu, type “Discover” (without quotes) –</p>
<p><img loading="lazy" class="size-full wp-image-8661 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-1.png" alt="" width="1359" height="659" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-1.png 1359w, https://www.osradar.com/wp-content/uploads/2018/12/kde-1-300x145.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-1-768x372.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-1-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-1-1068x518.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-1-866x420.png 866w" sizes="(max-width: 1359px) 100vw, 1359px" /></p>
<p>Discover is the default software center of KDE Plasma desktop.</p>
<p><img loading="lazy" class="size-full wp-image-8668 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-2.png" alt="" width="1362" height="661" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-2.png 1362w, https://www.osradar.com/wp-content/uploads/2018/12/kde-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-2-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-2-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-2-1068x518.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-2-865x420.png 865w" sizes="(max-width: 1362px) 100vw, 1362px" /></p>
<p>From the bottom-left corner, select the “Updates” tab.</p>
<p><img loading="lazy" class="size-full wp-image-8667 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-3.png" alt="" width="1361" height="661" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-3.png 1361w, https://www.osradar.com/wp-content/uploads/2018/12/kde-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-3-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-3-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-3-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-3-865x420.png 865w" sizes="(max-width: 1361px) 100vw, 1361px" /></p>
<p>Hit “Check for Updates” &gt;&gt; update all the software possible. In my case, all my software are up-to-date.</p>
<ul>
<li>
<h3>Desktop effects</h3>
</li>
</ul>
<p>In the KDE Plasma, there are numerous desktop effects. All the effects force a heavy load on the hardware. If your system is low on hardware resource, turning down the effects is a good place to speed things up.</p>
<p>From the menu, type “effects” &gt;&gt; select “Desktop effects”.</p>
<p><img loading="lazy" class="size-full wp-image-8666 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-4.png" alt="" width="1360" height="660" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-4.png 1360w, https://www.osradar.com/wp-content/uploads/2018/12/kde-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-4-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-4-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-4-1068x518.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-4-865x420.png 865w" sizes="(max-width: 1360px) 100vw, 1360px" /></p>
<p>As you can see, there are tons of effects ongoing in my system. In your case, the selections may be different.</p>
<p><img loading="lazy" class="size-full wp-image-8665 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-5.png" alt="" width="1356" height="574" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-5.png 1356w, https://www.osradar.com/wp-content/uploads/2018/12/kde-5-300x127.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-5-768x325.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-5-1024x433.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-5-1068x452.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-5-992x420.png 992w" sizes="(max-width: 1356px) 100vw, 1356px" /></p>
<p>Once you’re done, hit “Apply” &gt;&gt; “OK”.</p>
<p><img loading="lazy" class="size-full wp-image-8664 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/KDE-6.png" alt="" width="1358" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/12/KDE-6.png 1358w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/KDE-6-858x420.png 858w" sizes="(max-width: 1358px) 100vw, 1358px" /></p>
<ul>
<li>
<h3>Remove Akonadi</h3>
</li>
</ul>
<p>Akonadi is a robust service of KDE Plasma that allows apps to directly interact data with the KDE Plasma. It doesn’t make a noticeable difference in the case of high-end computer systems but it can definitely hurt low-end machines.</p>
<p>Run the following command(s) according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt remove akonadi --purge</pre>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get remove akonadi --purge</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf remove akonadi</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper remove akonadi</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -Rsc akonadi</pre>
<p>Then, restart your computer.</p>
<ul>
<li>
<h3>Changing window managers</h3>
</li>
</ul>
<p>By default, KDE uses its own window manager. The window manager is greatly responsible for putting all the loads on your CPU and GPU. In that case, you should switch to a lighter one like Openbox. Openbox is a great one that’s easily compatible with KDE Plasma without any tweaking!</p>
<p>Run the following command(s) according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install openbox openbox-kde-session</pre>
<p><img loading="lazy" class="size-full wp-image-8663 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-7.png" alt="" width="853" height="523" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-7.png 853w, https://www.osradar.com/wp-content/uploads/2018/12/kde-7-300x184.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-7-768x471.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-7-685x420.png 685w" sizes="(max-width: 853px) 100vw, 853px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install openbox openbox-kde-session</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf install openbox-kde</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper install openbox-kde</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -S openbox</pre>
<p>Then, restart your system and login using the KDE/Openbox session.</p>
<p><img loading="lazy" class="size-full wp-image-8662 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-8.png" alt="" width="1360" height="661" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-8.png 1360w, https://www.osradar.com/wp-content/uploads/2018/12/kde-8-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-8-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-8-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-8-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-8-864x420.png 864w" sizes="(max-width: 1360px) 100vw, 1360px" /></p>
<p><img loading="lazy" class="size-full wp-image-8669 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/kde-9.png" alt="" width="1349" height="655" srcset="https://www.osradar.com/wp-content/uploads/2018/12/kde-9.png 1349w, https://www.osradar.com/wp-content/uploads/2018/12/kde-9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/kde-9-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/kde-9-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/kde-9-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2018/12/kde-9-865x420.png 865w" sizes="(max-width: 1349px) 100vw, 1349px" /></p>
<p>Voila! Your system should perform like brand new again!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/speed-up-kde-plasma/">Speed Up KDE Plasma</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/speed-up-kde-plasma/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>The Best KDE Plasma Widgets</title>
		<link>https://www.osradar.com/the-best-kde-plasma-widgets/</link>
					<comments>https://www.osradar.com/the-best-kde-plasma-widgets/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 19 Apr 2018 06:41:55 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[best kde widget]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kde plasma]]></category>
		<category><![CDATA[kde plasma widget]]></category>
		<category><![CDATA[kde plasma widgets]]></category>
		<category><![CDATA[kde widget]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2639</guid>

					<description><![CDATA[<p>KDE Plasma is one of the most favorite desktop environments of the entire Linux community. It offers really polished and catchy graphical interface with lots of customizability. Although it is a bit resource hungry than other lightweight desktop environments, it offers quite an awesome experience for everyone. KDE Plasma is also full of powerful and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/the-best-kde-plasma-widgets/">The Best KDE Plasma Widgets</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>KDE Plasma is one of the most favorite desktop environments of the entire Linux community. It offers really polished and catchy graphical interface with lots of customizability. Although it is a bit resource hungry than other lightweight desktop environments, it offers quite an awesome experience for everyone.</p>
<p>KDE Plasma is also full of powerful and useful widgets. The huge collection offers even more customizability and other features. However, for new users, this huge collection is nothing like a big mess. It only makes it harder for them to find out the proper one. That’s why there are some of the best and essential ones to try out.</p>
<p>Note that you can customize as much as you want in the default setup to make it suitable for your needs as well.</p>
<ul>
<li>
<h3>KDE Connect</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2640 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/kde-kde-connect.jpg" alt="" width="640" height="260" srcset="https://www.osradar.com/wp-content/uploads/2018/04/kde-kde-connect.jpg 640w, https://www.osradar.com/wp-content/uploads/2018/04/kde-kde-connect-300x122.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>This powerful widget allows you keep the track of all your things in one place. For example, you can see your smartphone notifications, battery warning, and all other kinds of stuff in just one place.</p>
<p>This widget enables KDE to stand out of all other choices. KDE Connect is available on Android. For KDE fans, this is a must-have.</p>
<p><a href="https://community.kde.org/KDEConnect#Installation">Learn more how to install KDE Connect</a>. After installing, you have to install <a href="https://github.com/bajoja/indicator-kdeconnect#installation">KDE Connect Indicator</a>. Get <a href="https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp&amp;hl=en">KDE Connect on Android</a>.</p>
<ul>
<li>
<h3>Win7 Volume Mixer</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2641 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/kde-win-7-volume-mixer.png" alt="" width="510" height="482" srcset="https://www.osradar.com/wp-content/uploads/2018/04/kde-win-7-volume-mixer.png 510w, https://www.osradar.com/wp-content/uploads/2018/04/kde-win-7-volume-mixer-300x284.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/kde-win-7-volume-mixer-444x420.png 444w" sizes="(max-width: 510px) 100vw, 510px" /></p>
<p>If anyone has ever used Windows 7, you’ve definitely noticed the volume section. It allowed you to control the sound of different apps differently. This feature isn’t commonly available on Linux desktops because all the sounds are played as one sound. You change the volume altogether, not separately.</p>
<p>Thanks to this superb widget, you can now get the feeling of Windows 7 volume mixer back on your KDE Plasma. <a href="https://store.kde.org/p/1100894/">Check out Win7 Volume Mixer</a>!</p>
<ul>
<li>
<h3>KSmoothDock</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2642 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock.jpg" alt="" width="1920" height="1200" srcset="https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock.jpg 1920w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-300x188.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-768x480.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-1024x640.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-696x435.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-1068x668.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-672x420.jpg 672w" sizes="(max-width: 1920px) 100vw, 1920px" /></p>
<p>If you’re a fan of the elementary OS or the dock system, KSmoothDock is your most suitable choice. KDE offers this great widget to give you the best feel of macOS. It’s extremely customizable and simple to understand. Whenever you hover your cursor on the apps, they even zoom, just like macOS.</p>
<p>Despite acting like macOS, this widget also bears the inheritance of Linux apps and mimic the panel functionality. This is also refreshing to switch from the traditional to the new look. <a href="https://store.kde.org/p/1081169/">Get KSmoothDock now</a>!</p>
<ul>
<li>
<h3>Simple Menu</h3>
</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2643 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock.png" alt="" width="1654" height="1152" srcset="https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock.png 1654w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-1068x744.png 1068w, https://www.osradar.com/wp-content/uploads/2018/04/kde-ksmoothdock-603x420.png 603w" sizes="(max-width: 1654px) 100vw, 1654px" /></p>
<p>Minimalistic themes are the most powerful ones in the present days. They offer simpler interface and workflow, thus allowing more focus on the work. Moreover, simplistic &amp; minimalistic designs consume less hardware resource, leaving plenty of room for other tasks.</p>
<p>If you’re a fan of the classic system, you will obviously love Simple Menu. This widget is very simplistic app launcher for the Plasma desktop.</p>
<p>I personally love this widget for its usability. Just try it out, you won’t regret. <a href="https://store.kde.org/p/1169537/">Get Simple Menu today</a>!</p>
<p>Enjoy your time on Linux with KDE Plasma! LibreOffice is the best office suite as a free software. <a href="https://www.osradar.com/how-to-get-the-latest-libreoffice-on-your-linux/">Learn how to update LibreOffice to the latest version</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/the-best-kde-plasma-widgets/">The Best KDE Plasma Widgets</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/the-best-kde-plasma-widgets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
