<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux Lite Forums - Portal]]></title>
		<link>https://www.linuxliteos.com/forums/</link>
		<description><![CDATA[Linux Lite Forums - https://www.linuxliteos.com/forums]]></description>
		<pubDate>Sun, 13 Sep 2026 00:24:20 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The boot entry was not created]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10051</link>
			<pubDate>Fri, 04 Sep 2026 16:39:03 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7478">Abhi_245</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10051</guid>
			<description><![CDATA[I installed linux lite 8.0 successfully , its boot files were created too , but the boot entry was not created.<br />
I tried reinstalling it but it didn't work either.]]></description>
			<content:encoded><![CDATA[I installed linux lite 8.0 successfully , its boot files were created too , but the boot entry was not created.<br />
I tried reinstalling it but it didn't work either.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Running OpenShot issue after upgrade/ update]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10044</link>
			<pubDate>Tue, 01 Sep 2026 20:35:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=3859">Şerban S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10044</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Running OpenShot issue after upgrade/ update</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The problem</span></span><br />
<br />
Today (September, first), there was an update for some packages. Among those, there was also <span style="font-weight: bold;" class="mycode_b">OpenShot Video Editor</span>.<br />
After running the upgrade/update, I wanted to test the App so I clicked the button. Nothing happened. Since it is a huge program, it takes longer to load. At least, that was what I thought in the beginning. Tried the Menu shortcut, but still nothing.<br />
I went on the other way, and this is what I got:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>openshot-qt
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in &lt;module&gt;
    sys.exit(load_entry_point('openshot-qt==4.0.0', 'gui_scripts', 'openshot-qt')())
            ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/openshot-qt", line 25, in importlib_load_entry_point
    return next(matches).load()
          ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
          ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "&lt;frozen importlib._bootstrap&gt;", line 1406, in _gcd_import
  File "&lt;frozen importlib._bootstrap&gt;", line 1371, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 1342, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 938, in _load_unlocked
  File "&lt;frozen importlib._bootstrap_external&gt;", line 759, in exec_module
  File "&lt;frozen importlib._bootstrap&gt;", line 491, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 86, in &lt;module&gt;
    from qt_api import QtCore, QtWidgets
ModuleNotFoundError: No module named 'qt_api'</code></div></div><br />
I can't figure out how obvious is this for everybody, but for me, this is what happens (see the line <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">ModuleNotFoundError: No module named 'qt_api'</span></span>):<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The cause</span></span><br />
<br />
Now, if you use the CLI (like I do) for updating the system, you are probably familiar with the following:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt upgrade
Not upgrading yet due to phasing:
  python3-software-properties  software-properties-common  software-properties-gtk</code></div></div><br />
I can't explain why this happens for at least two months. Maybe the Python team is overwhelmed for some reason, maybe the Ubuntu team. It matters less from my perspective. It's a fact.<br />
So, if you connect the two codes listed above, the situation gets clear: The postponed updates to Python trigger a chain of events. Among those, is also the OpenShot error (<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">No module named 'qt_api</span></span>).<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The solution</span></span><br />
<br />
From my perspective, pushing the Python packages update, might be very risky. I avoid this kind of adventures, unless I want to test what happens. This is not the case, so:<br />
<br />
I went on the download site of OpenShot and I downloaded the AppImage version. This works for years in such cases like this (various errors in the latest version):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
<br />
To make it run, if you are less familiar with this approach, you need to prefix it with the path where it resides. Let's say:<br />
<br />
/home/OpenShot/<br />
<br />
This makes the command look like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/home/OpenShot/OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
You need to remember to change the file's attribute and make it executable, in order to make it work.<br />
<br />
I hope that helps. The solution fits any program that you need to run, as long as it has an <span style="font-weight: bold;" class="mycode_b">.AppImage</span> version.<br />
<br />
Best regards and good luck!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Running OpenShot issue after upgrade/ update</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The problem</span></span><br />
<br />
Today (September, first), there was an update for some packages. Among those, there was also <span style="font-weight: bold;" class="mycode_b">OpenShot Video Editor</span>.<br />
After running the upgrade/update, I wanted to test the App so I clicked the button. Nothing happened. Since it is a huge program, it takes longer to load. At least, that was what I thought in the beginning. Tried the Menu shortcut, but still nothing.<br />
I went on the other way, and this is what I got:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>openshot-qt
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in &lt;module&gt;
    sys.exit(load_entry_point('openshot-qt==4.0.0', 'gui_scripts', 'openshot-qt')())
            ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/openshot-qt", line 25, in importlib_load_entry_point
    return next(matches).load()
          ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
          ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "&lt;frozen importlib._bootstrap&gt;", line 1406, in _gcd_import
  File "&lt;frozen importlib._bootstrap&gt;", line 1371, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 1342, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 938, in _load_unlocked
  File "&lt;frozen importlib._bootstrap_external&gt;", line 759, in exec_module
  File "&lt;frozen importlib._bootstrap&gt;", line 491, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 86, in &lt;module&gt;
    from qt_api import QtCore, QtWidgets
ModuleNotFoundError: No module named 'qt_api'</code></div></div><br />
I can't figure out how obvious is this for everybody, but for me, this is what happens (see the line <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">ModuleNotFoundError: No module named 'qt_api'</span></span>):<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The cause</span></span><br />
<br />
Now, if you use the CLI (like I do) for updating the system, you are probably familiar with the following:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt upgrade
Not upgrading yet due to phasing:
  python3-software-properties  software-properties-common  software-properties-gtk</code></div></div><br />
I can't explain why this happens for at least two months. Maybe the Python team is overwhelmed for some reason, maybe the Ubuntu team. It matters less from my perspective. It's a fact.<br />
So, if you connect the two codes listed above, the situation gets clear: The postponed updates to Python trigger a chain of events. Among those, is also the OpenShot error (<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">No module named 'qt_api</span></span>).<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The solution</span></span><br />
<br />
From my perspective, pushing the Python packages update, might be very risky. I avoid this kind of adventures, unless I want to test what happens. This is not the case, so:<br />
<br />
I went on the download site of OpenShot and I downloaded the AppImage version. This works for years in such cases like this (various errors in the latest version):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
<br />
To make it run, if you are less familiar with this approach, you need to prefix it with the path where it resides. Let's say:<br />
<br />
/home/OpenShot/<br />
<br />
This makes the command look like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/home/OpenShot/OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
You need to remember to change the file's attribute and make it executable, in order to make it work.<br />
<br />
I hope that helps. The solution fits any program that you need to run, as long as it has an <span style="font-weight: bold;" class="mycode_b">.AppImage</span> version.<br />
<br />
Best regards and good luck!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VirtualBox Desktop Resize]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10041</link>
			<pubDate>Sat, 29 Aug 2026 00:22:03 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8509">eodyne</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10041</guid>
			<description><![CDATA[Just installed 8.0 as a VirtualBox Guest on my windows machine. Updated everything (including the kernel) and went and installed the Guest Additions.<br />
<br />
The automatic resizing of the guest display doesn't seem to work. Not sure where the failure is if anyone has any idea?]]></description>
			<content:encoded><![CDATA[Just installed 8.0 as a VirtualBox Guest on my windows machine. Updated everything (including the kernel) and went and installed the Guest Additions.<br />
<br />
The automatic resizing of the guest display doesn't seem to work. Not sure where the failure is if anyone has any idea?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[One of the best Linux Os's]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10039</link>
			<pubDate>Fri, 28 Aug 2026 01:02:22 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8505">DBock2511</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10039</guid>
			<description><![CDATA[I have used many Linux OS's over the past years on my current Windows 11 version on my HP G62 455DX 14 year old laptop with VMWare Workstation 17 and find Linux Lite to be one of the best so far.  Can't go more than 8 GB total physical RAM on Host so the 2.2 GB allocated for Linux Lite VM works great. Keep up the good work everyone.]]></description>
			<content:encoded><![CDATA[I have used many Linux OS's over the past years on my current Windows 11 version on my HP G62 455DX 14 year old laptop with VMWare Workstation 17 and find Linux Lite to be one of the best so far.  Can't go more than 8 GB total physical RAM on Host so the 2.2 GB allocated for Linux Lite VM works great. Keep up the good work everyone.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Only Prompted for Browser Updates]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10036</link>
			<pubDate>Thu, 27 Aug 2026 05:37:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=415">torreydale</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10036</guid>
			<description><![CDATA[I am running LL 8.0, and for weeks it seems the only updates I get prompted for are for my browsers (FireFox and Brave).  Is anyone else having this issue?  It seems odd because in the same amount of time, my other computer that is still on LL 7.x has been getting all other types of updates.]]></description>
			<content:encoded><![CDATA[I am running LL 8.0, and for weeks it seems the only updates I get prompted for are for my browsers (FireFox and Brave).  Is anyone else having this issue?  It seems odd because in the same amount of time, my other computer that is still on LL 7.x has been getting all other types of updates.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Please add a Cinnamon version!]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10034</link>
			<pubDate>Thu, 27 Aug 2026 01:16:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8502">jfm30204</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10034</guid>
			<description><![CDATA[In my Linux journey, I have tested Linux Mint (unstable), PopOS Cosmic (confusing and lacking necessary features), and now LMDE. When I reviewed LL 8.0, I was super impressed by the features and philosophy! It is certainly not light in features. So, I installed it immediately, thinking how bad could Xfce be? Well it was bad enough that I immediately left and installed LMDE. If there was only a Cinnamon, or other well-featured desktop, version, then LL is where I would be. This distro is far too good to be allowed to languish in an "Xfce only" playground, IMHO. Anyway, excellent work!]]></description>
			<content:encoded><![CDATA[In my Linux journey, I have tested Linux Mint (unstable), PopOS Cosmic (confusing and lacking necessary features), and now LMDE. When I reviewed LL 8.0, I was super impressed by the features and philosophy! It is certainly not light in features. So, I installed it immediately, thinking how bad could Xfce be? Well it was bad enough that I immediately left and installed LMDE. If there was only a Cinnamon, or other well-featured desktop, version, then LL is where I would be. This distro is far too good to be allowed to languish in an "Xfce only" playground, IMHO. Anyway, excellent work!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Lite 8.0 running on an old Sony Vaio]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10033</link>
			<pubDate>Thu, 27 Aug 2026 01:12:18 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=3859">Şerban S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10033</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Linux Lite 8.0 running on an old (11/17/2011) Sony Vaio</span></span></span></div>
<br />
<br />
Some days ago I installed LL 8.0 for someone I know, on a very old machine.<br />
Except some difficult time I had with the weird partitioning (GPT+BIOS-GRUB), I am very happy to let you know that everything went OK (set aside the snail speed...) and if you have anything close to the tech specs showed below, you'll be able to use it fairly well.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">Linux Lite HWDB:</span></span><br />
<br />
<a href="https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960</span></a><br />
<br />
The entry was made on <span style="font-weight: bold;" class="mycode_b">19-08-2026.</span><br />
<br />
Hope this helps!<br />
<br />
Best regards!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Linux Lite 8.0 running on an old (11/17/2011) Sony Vaio</span></span></span></div>
<br />
<br />
Some days ago I installed LL 8.0 for someone I know, on a very old machine.<br />
Except some difficult time I had with the weird partitioning (GPT+BIOS-GRUB), I am very happy to let you know that everything went OK (set aside the snail speed...) and if you have anything close to the tech specs showed below, you'll be able to use it fairly well.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">Linux Lite HWDB:</span></span><br />
<br />
<a href="https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960</span></a><br />
<br />
The entry was made on <span style="font-weight: bold;" class="mycode_b">19-08-2026.</span><br />
<br />
Hope this helps!<br />
<br />
Best regards!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Very Unstable]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10017</link>
			<pubDate>Sat, 22 Aug 2026 16:42:20 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8485">Utiva</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10017</guid>
			<description><![CDATA[Hello there.<br />
I've been searching for a niche and lightweight Linux distro and I've found this Lite. I had Mint before but it was very heavy and easy and not niche. Arch or Debian are stable but they are not niche to me and Ubuntu was heavy too because my PC heats up fast. In computer works my habit is to look for the underrated one instead of popular one And the game center in this distro looked helpful for keeping Windows programs.<br />
But when I said I wanted Linux with challenge I was looking for challenge in setup and configuration, not instability.<br />
My specs are:<br />
Lenovo ThinkCenter<br />
Intel I5 quad core 3470S<br />
8GB RAM<br />
Intel HD Graphics 2500<br />
500 GB HDD<br />
<br />
I've downloaded the latest version form its official site and when I installed it after a few days it did a big update. I also installed Wine to work with some Windows applications.<br />
But I ran to several problems.<br />
I enabled a screensaver and when I leave computer idle for a while, it will freeze. I thought it is because of Wine programs but it wasn't. I disabled all of screen locks so it was solved.<br />
When I bring the power menu and and select a option with keyboard, it will all freeze.<br />
I was trying to install Lazarus IDE for my work, but when I installed one of its dependencies or clicked on its launch then the system froze.<br />
For each freeze I'd have to force shutdown by holding the power button and then the partitions become inaccessible when crashed. So I'd have to return to windows and run chkdsk.<br />
I've heard about Ctrl+Alt+F3 or F1 or Backspace, but none of them helped.<br />
<br />
Also, when I pause the VLC Media Player and then resume, mutes and unmutes several time each time. But it doesn't happens if I resume after lesser than 9 seconds.<br />
<br />
If is there any solution to this, I'd be glad to keep working with this distro. But if nothing works, I'd have no choice but to move to new distro and abandon all the good memories.<br />
I hope I'm posting this in right place because its my first ever time posting in a Linux forum.<br />
<br />
And off topic, first time I found this distro in a video which was comparing Linux and Windows running in 512 MB of RAM and it was using Lite, but the system requirements in the Linux Lite site was 2GB of RAM. And if Lite has such problems while using 1GB of RAM when idle, then what about Arch which needs minimum of 512MB ? is this one gonna freeze even more?]]></description>
			<content:encoded><![CDATA[Hello there.<br />
I've been searching for a niche and lightweight Linux distro and I've found this Lite. I had Mint before but it was very heavy and easy and not niche. Arch or Debian are stable but they are not niche to me and Ubuntu was heavy too because my PC heats up fast. In computer works my habit is to look for the underrated one instead of popular one And the game center in this distro looked helpful for keeping Windows programs.<br />
But when I said I wanted Linux with challenge I was looking for challenge in setup and configuration, not instability.<br />
My specs are:<br />
Lenovo ThinkCenter<br />
Intel I5 quad core 3470S<br />
8GB RAM<br />
Intel HD Graphics 2500<br />
500 GB HDD<br />
<br />
I've downloaded the latest version form its official site and when I installed it after a few days it did a big update. I also installed Wine to work with some Windows applications.<br />
But I ran to several problems.<br />
I enabled a screensaver and when I leave computer idle for a while, it will freeze. I thought it is because of Wine programs but it wasn't. I disabled all of screen locks so it was solved.<br />
When I bring the power menu and and select a option with keyboard, it will all freeze.<br />
I was trying to install Lazarus IDE for my work, but when I installed one of its dependencies or clicked on its launch then the system froze.<br />
For each freeze I'd have to force shutdown by holding the power button and then the partitions become inaccessible when crashed. So I'd have to return to windows and run chkdsk.<br />
I've heard about Ctrl+Alt+F3 or F1 or Backspace, but none of them helped.<br />
<br />
Also, when I pause the VLC Media Player and then resume, mutes and unmutes several time each time. But it doesn't happens if I resume after lesser than 9 seconds.<br />
<br />
If is there any solution to this, I'd be glad to keep working with this distro. But if nothing works, I'd have no choice but to move to new distro and abandon all the good memories.<br />
I hope I'm posting this in right place because its my first ever time posting in a Linux forum.<br />
<br />
And off topic, first time I found this distro in a video which was comparing Linux and Windows running in 512 MB of RAM and it was using Lite, but the system requirements in the Linux Lite site was 2GB of RAM. And if Lite has such problems while using 1GB of RAM when idle, then what about Arch which needs minimum of 512MB ? is this one gonna freeze even more?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[error fetching updates - akopytov]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9975</link>
			<pubDate>Sat, 22 Aug 2026 02:31:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7126">BilyJimyBobb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9975</guid>
			<description><![CDATA[===================================<br />
Linux Lite Updates Log<br />
Date: Fri Aug 21 09:20:56 AM PDT 2026<br />
===================================<br />
<br />
STATUS:LOCK_OK<br />
<br />
--- Updating Package Lists ---<br />
Started: Fri Aug 21 09:20:56 AM PDT 2026<br />
<br />
STATUS:UPDATING<br />
Hit:1 <a href="https://brave-browser-apt-release.s3.brave.com" target="_blank" rel="noopener" class="mycode_url">https://brave-browser-apt-release.s3.brave.com</a> stable InRelease<br />
Get:2 <a href="https://repo.librewolf.net" target="_blank" rel="noopener" class="mycode_url">https://repo.librewolf.net</a> librewolf InRelease [5,649 B]<br />
Hit:3 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble InRelease<br />
Ign:4 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble InRelease<br />
Err:5 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble Release<br />
  404  Not Found [IP: 2600:1f1c:2e5:6901:4170:44af:7938:b440 443]<br />
Hit:7 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-security InRelease<br />
Hit:8 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-updates InRelease<br />
Hit:9 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-backports InRelease<br />
Hit:6 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> galena InRelease<br />
Reading package lists...<br />
E: The repository 'https://packagecloud.io/akopytov/sysbench/ubuntu noble Release' does not have a Release file.<br />
<br />
Finished: Fri Aug 21 09:21:01 AM PDT 2026<br />
STATUS:UPDATE_FAILED<br />
---<br />
this is a new/recent 'problem' occurring now, after SEVERAL attempts - today. i recognize parts &amp; pieces w/in the report log: (1) MOST recently (yesterday) installed &amp; dinked-around the "librewolf" browser...resulting in my own mixed experience a/o pos./neg. satisfaction. (2) also, recently &amp; questionably successful / plus prob. MORE directly related to the 'reading package lists...release file' fetch failure mentioned - sysbench (an open-source, scriptable, multi-threaded benchmarking tool used to evaluate the performance of CPU, memory, file I/O, and database systems) @ <a href="https://github.com/akopytov/sysbench" target="_blank" rel="noopener" class="mycode_url">https://github.com/akopytov/sysbench</a><br />
don't know to just wait it out &amp; 'try later' or ask for recommended thoughts...meny grais!]]></description>
			<content:encoded><![CDATA[===================================<br />
Linux Lite Updates Log<br />
Date: Fri Aug 21 09:20:56 AM PDT 2026<br />
===================================<br />
<br />
STATUS:LOCK_OK<br />
<br />
--- Updating Package Lists ---<br />
Started: Fri Aug 21 09:20:56 AM PDT 2026<br />
<br />
STATUS:UPDATING<br />
Hit:1 <a href="https://brave-browser-apt-release.s3.brave.com" target="_blank" rel="noopener" class="mycode_url">https://brave-browser-apt-release.s3.brave.com</a> stable InRelease<br />
Get:2 <a href="https://repo.librewolf.net" target="_blank" rel="noopener" class="mycode_url">https://repo.librewolf.net</a> librewolf InRelease [5,649 B]<br />
Hit:3 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble InRelease<br />
Ign:4 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble InRelease<br />
Err:5 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble Release<br />
  404  Not Found [IP: 2600:1f1c:2e5:6901:4170:44af:7938:b440 443]<br />
Hit:7 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-security InRelease<br />
Hit:8 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-updates InRelease<br />
Hit:9 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-backports InRelease<br />
Hit:6 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> galena InRelease<br />
Reading package lists...<br />
E: The repository 'https://packagecloud.io/akopytov/sysbench/ubuntu noble Release' does not have a Release file.<br />
<br />
Finished: Fri Aug 21 09:21:01 AM PDT 2026<br />
STATUS:UPDATE_FAILED<br />
---<br />
this is a new/recent 'problem' occurring now, after SEVERAL attempts - today. i recognize parts &amp; pieces w/in the report log: (1) MOST recently (yesterday) installed &amp; dinked-around the "librewolf" browser...resulting in my own mixed experience a/o pos./neg. satisfaction. (2) also, recently &amp; questionably successful / plus prob. MORE directly related to the 'reading package lists...release file' fetch failure mentioned - sysbench (an open-source, scriptable, multi-threaded benchmarking tool used to evaluate the performance of CPU, memory, file I/O, and database systems) @ <a href="https://github.com/akopytov/sysbench" target="_blank" rel="noopener" class="mycode_url">https://github.com/akopytov/sysbench</a><br />
don't know to just wait it out &amp; 'try later' or ask for recommended thoughts...meny grais!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[No Auto Login after installation]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9961</link>
			<pubDate>Fri, 21 Aug 2026 15:17:20 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=5449">PrivateTech</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9961</guid>
			<description><![CDATA[I installed LL8.0, tried OEM and regular installation. Made sure it had Auto Login checked (tried several times just to be sure I did not miss it)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PROBLEM: </span><br />
<span style="font-weight: bold;" class="mycode_b">After restart, it asks for a password. </span><br />
<br />
When I go to GUI where it has Auto Login ENABLE or DISABLE, and it shows user name - I click on ENABLE and it says saved. then restart and it is the same. <br />
<br />
I also checked <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo lightdm --show-config</code></div></div><br />
and it does show<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>autologin-user=user
autologin-user-timeout=0</code></div></div><br />
I also installed all the updates after the installation. Reboot - the same, still asking for a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Another strange thing that I cannot explain. </span><br />
I think i remember installing LL8.0 from exact same USB on another computer and I think that installation did not ask for user password after restart. How is that possible?]]></description>
			<content:encoded><![CDATA[I installed LL8.0, tried OEM and regular installation. Made sure it had Auto Login checked (tried several times just to be sure I did not miss it)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PROBLEM: </span><br />
<span style="font-weight: bold;" class="mycode_b">After restart, it asks for a password. </span><br />
<br />
When I go to GUI where it has Auto Login ENABLE or DISABLE, and it shows user name - I click on ENABLE and it says saved. then restart and it is the same. <br />
<br />
I also checked <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo lightdm --show-config</code></div></div><br />
and it does show<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>autologin-user=user
autologin-user-timeout=0</code></div></div><br />
I also installed all the updates after the installation. Reboot - the same, still asking for a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Another strange thing that I cannot explain. </span><br />
I think i remember installing LL8.0 from exact same USB on another computer and I think that installation did not ask for user password after restart. How is that possible?]]></content:encoded>
		</item>
	</channel>
</rss>