Linux Lite 7.6 RC1 has been released - See Release Announcements Section


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,457
» Latest member: Bobeviff
» Forum threads: 9,367
» Forum posts: 61,952

Full Statistics

Online Users
There are currently 1575 online users.
» 0 Member(s) | 1572 Guest(s)
Applebot, Bing, Google

Latest Threads
New Website Design
Forum: On Topic
Last Post: Valtam
Yesterday, 04:16 AM
» Replies: 10
» Views: 670
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 278
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 3,579
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,207
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 998
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 277
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 329
Q4Wine not working in Lit...
Forum: Installing Software
Last Post: Ren
07-31-2025, 08:46 PM
» Replies: 0
» Views: 316
New member
Forum: Introductions
Last Post: Valtam
07-30-2025, 08:40 AM
» Replies: 1
» Views: 6,064
update error - dpkg was i...
Forum: Updates
Last Post: jpaca
07-29-2025, 05:46 PM
» Replies: 2
» Views: 1,147

 
  at Zeichen und Tastatur Problem
Posted by: Nixisfix - 10-02-2023, 06:47 AM - Forum: Deutsch [German] - Replies (1)

Hallo zusammen,

ich habe linux lite auf ein altes Notebook installiert um es meiner Mutter zu geben, damit sie im Internet surfen kann.
Jetzt hab ich 2 Probleme:

1. ich kann das at Zeichen nicht erstellen ALT GR und Q geht nicht und 2. wie kann ich die Tastatur auf deutsch umstellen?

Dankeschön  :bow

Print this item

  REpository upgrade?
Posted by: ohjrson - 10-02-2023, 01:57 AM - Forum: Updates - Replies (8)


(09-08-2023, 01:52 PM)stevef link Wrote:
Quote:There is some way to upgrade to the 6.6 version from my current one (6.4)  without erasing my disk ?
Yes, just done it on my system.  In-series upgrade don't involve re-installs.


From the Lite Welcome screen
Select Install Updates
Scroll Down to find an Upgrade to 6.6 button


Or
Menu
Settings
Lite Upgrade


If you don't see these options, the instructions in the announcement should help.


In my upgrade it does not say upgrade to 6.6 just 6.4 and When I try the seris upgrade it says I am running the current version.
Why?


This also happens when I try to do a repository upgrade.
===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into the Software - Support - Updates section for assistance.


============ Log ===========


Hit:1 https://linux.teamviewer.com/deb stable InRelease
Get:2 https://linux.teamviewer.com/deb preview InRelease [10.2 kB]
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:5 https://repo.skype.com/deb stable InRelease
Err:6 https://linux.teamviewer.com/deb development InRelease
  403  Forbidden [IP: 2600:9000:26c2:b000:1c:3aaa:b100:93a1 443]
Err:2 https://linux.teamviewer.com/deb preview InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:9 http://archive.canonical.com jammy InRelease
Hit:10 http://mirror.clarkson.edu/linux-lite fluorite InRelease
Hit:11 http://repository.spotify.com stable InRelease
Ign:12 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:12 https://dl.google.com/linux/chrome/deb stable InRelease
Reading package lists...
E: Failed to fetch https://linux.teamviewer.com/deb/dists/d.../InRelease  403  Forbidden [IP: 2600:9000:26c2:b000:1c:3aaa:b100:93a1 443]
E: The repository 'https://linux.teamviewer.com/deb development InRelease' is not signed.
W: GPG error: https://linux.teamviewer.com/deb preview InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
E: The repository 'https://linux.teamviewer.com/deb preview InRelease' is not signed.
W: https://repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.


Whats up?

Print this item

  Slow shutdown systemd
Posted by: Valtam - 09-29-2023, 03:50 AM - Forum: Start up and Shutdown - No Replies

I resolved my slow shutdown with this generic fix:

Code:
sudo mousepad /etc/systemd/system.conf

change:

Code:
#DefaultTimeoutStopSec=90s

to:

Code:
DefaultTimeoutStopSec=10s

My personal root causes were: Session c2 and User Login Management both hanging. Now shutdown is almost instant.

Print this item

  Slow boot fix for systemd-networkd-wait-online.service
Posted by: Valtam - 09-29-2023, 03:33 AM - Forum: Start up and Shutdown - Replies (5)

Made my boot times from 1 minute, to a few seconds:

Code:
sudo systemctl edit --full systemd-networkd-wait-online.service

change:

Code:
ExecStart=/lib/systemd/systemd-networkd-wait-online

to:

Code:
ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout=5

reboot.

Fix is specific ONLY to this systemd service.

Print this item

  mouse
Posted by: LarryB1607 - 09-29-2023, 01:35 AM - Forum: Other - Replies (2)

I have an Intellimouse.  It works fine except for very glitchy right clock chores.  When I right click I hear several clicks and the menu disappears.  It might take 10 clicks to get a stable menu.  It sounds like a driver thing, but I am not sure where to look.  It works as it should in Windows.

Thanks for any help

Print this item

  Can't get Canon PIXMA G5050 to install
Posted by: MrSinister78 - 09-28-2023, 02:06 PM - Forum: Printing and Scanning - Replies (5)

Hi there

I'm a total neophyte with Linux (installed Linux Lite yesterday), and have no idea how to install my Canon printer. No idea what I'm doing at all, tbh.

I've followed the manual, but I can't seem to find a driver file for the G5050 at all, and have no idea where to extract the driver file to in any case (unable to install to /usr/share/ppd for some reason).

Can anyone out there advise on a step-by-step for this?

Many thanks

Print this item

  Installing an antivirus system and the weather app available on Linux Lite 6.6
Posted by: Carlos Bernardino - 09-27-2023, 03:08 PM - Forum: Installing Software - Replies (5)

Hello guys, how are you?

I want to install an antivirus system in Linux Lite 6.6. I have already tried some commands but without success. I am a new user, touching these systems.

Could you help me install CLAM AV or COMODO?

I want to install the weather application available on Linux Lite Software Manager. I have already installed it with the GUI but I tried to search the weather app, and I don't see the app on the system tray!

Can you give me some GUI or command instructions to use on the terminal to solve these situations that I want? :003:

Thank you very much.

Print this item

  Esc key to wake from Suspend.
Posted by: Yoru3 - 09-27-2023, 08:46 AM - Forum: Updates - Replies (3)

Following a recent software update, done in the usual way, it appears that two behaviours have changed.

1. The use of the keyboard ESC key to wake up from Suspend. I now have to push the power button on the computer.


2. Display a removable media on the desktop,  such as a USB stick, when it is plugged in.
The File Manager shows it has been recognised and mounted, but is not on the desktop as it usually is, and specific stick has done regularly before.


Is there a setting somewhere, that allows these two behaviours to be retrieved. Everything else seems to be working fine on LL6.6.



Thank You

Print this item

  Change Home & Trash Icons - Linux Lite 5.8
Posted by: eagleyed - 09-26-2023, 06:57 PM - Forum: Desktop Customization - Replies (4)

Using Desktop Settings selecting Default Icons there isn't a way to change the icons.  I want to change the Home & Trash icon looked around couldn't find a way to do it.  Confusedhrug

Print this item

  Wrong keyboard on logscreen
Posted by: Jean-Marc B - 09-25-2023, 08:04 AM - Forum: Start up and Shutdown - Replies (2)

Hi folks !

First some context : installed LL on an old Samsung Netbook N150 a few months back. I move a lot, and I much prefer a small laptop than a tablet. Don't need somehting powerful, using it just to take notes, browse the web and watch a video. So far, so good.

But since the end of August, after an update, I've discovered that on the login screen, the keyboard is all wrong, it's impossible to put in my pass word without the virtual keyboard.

What is weird :

- fr (for Fench azerty) is displayed in the right corner of the screen as usual,
- when I invoque the virtual keyboard, it's displayed as azerty, put when I use it, it changes to qwerty,
- moreover, when I acces to desktop after logging in, the keyboard is correctly set to French azerty again,

So far, I've only be able to by pass the problem by setting the computer to auto log in at startup. It's not really a problem, but I don't like it very much.

Any idea to resolve the problem ?

Print this item