Beta Testers wanted for Lite Series Upgrade - Click here to register interest


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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,729
» Latest member: Sapper_28
» Forum threads: 9,426
» Forum posts: 62,205

Full Statistics

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

Latest Threads
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
9 hours ago
» Replies: 10
» Views: 208
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
11 hours ago
» Replies: 19
» Views: 227
Hello!!!
Forum: Introductions
Last Post: stevef
Yesterday, 05:35 AM
» Replies: 1
» Views: 38
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
Yesterday, 05:33 AM
» Replies: 1
» Views: 38
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 390
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 883
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 196
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,240
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 444
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,385

 
  Mint Updater etc
Posted by: Mart - 06-11-2020, 06:04 PM - Forum: Tutorials - Replies (2)

In the absence of Ralphy's customized version of the Mint Updater tool for Linux Lite, you can still run a version of the updater (not Ralphy's, though) courtesy of the Mint Tools website -

https://launchpad.net/~gm10/+archive/ubu...mint-tools

Just add the ppa using the command line (terminal) with the following -

sudo add-apt-repository ppa:gm10/linuxmint-tools
sudo apt-get update

After adding the ppa, open Synaptic Package Manager and search for 'mintupdate'. Install and then reboot your system.

You can run the Mint Updater either through the whisker menu or by clicking on the 'shield' icon in the panel. If the shield icon doesn't appear automatically in the panel after rebooting your system, just add the item 'Notification Area' to the panel to make it appear.

And that's it - not as slick and as integrated as Ralphy's version (no colored shield icons, for instance) but it does run on LL.5.

For the lazy updater, there is also a great bash tool called Ucaresystem-core. You can download the .deb file from the app website -

https://launchpad.net/~utappia/+archive/.../+packages

Choose the  ucaresystem-core_4.4.0_all.deb (23. KiB3)  package file for 'Focal' and save it to downloads in your file manager.

Once you've installed the file using gdebi, you can run Ucaresystem-core either as a GUI app or open a terminal and just type 'ucaresystem-core', it's that simple.

After updating your system, Ucaresystem-core will not only automatically remove old, unneeded kernels, but it will also check to see if you need to reboot your system after installing updates. It's one of my favorite apps.

Enjoy  Smile


Print this item

  Update error - gpg: invalid key resource URL
Posted by: icedigger - 06-11-2020, 01:33 PM - Forum: Other - Replies (18)

I am getting this message when I try and update.

Quote:Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following packages will be upgraded:
  lite-welcome
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0 B/627 kB of archives.
After this operation, 0 B of additional disk space will be used.
Setting up lite-software (5.0-0030-linuxlite) ...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                Dload  Upload  Total  Spent    Left  Speed
100  1743  100  1743    0    0  21787      0 --:--:-- --:--:-- --:--:-- 21787
gpg: invalid key resource URL '/tmp/apt-key-gpghome.xIpN5ouIj8/homeConfusedtevenpusser
.asc.gpg'
gpg: keyblock resource '(null)': General error
gpg: key 0FAD31CA8719FCE4: 1 signature not checked due to a missing key
gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys
gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys
gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key
gpg: Total number processed: 6
gpg:      skipped new keys: 6
dpkg: error processing package lite-software (--configure):
installed lite-software package post-installation script subprocess returned er
ror exit status 1
Errors were encountered while processing:
lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)

Print this item

  Unable to install WPS Office and Master PDF Editor
Posted by: petertan8088 - 06-11-2020, 07:12 AM - Forum: Installing Software - Replies (1)

Previously, in Linux Lite 3.8 and 4.8, I was able to install both WPS Office 2016 and Master PDF Editor

In the current Linux Lite 5.0, both cannot be installed. Please assist

Print this item

  Restore Taskbar
Posted by: valtam - 06-11-2020, 07:01 AM - Forum: Tutorials - Replies (2)

Seems to be a problem that crops up from time to time. Will be a new feature in Lite Tweaks coming soon. In the meantime, here's how to restore a messed up taskbar to the originally installed state.

Open a Terminal:

Code:
xfce4-panel --quit
pkill xfconfd
rm -rf ~/.config/xfce4/panel
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

Code:
cp -R /etc/skel/.config/xfce4/panel ~/.config/xfce4/
cp /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/
xfce4-panel &

Print this item

  Browsers for old PCs
Posted by: Thaddeus_Pi - 06-11-2020, 02:23 AM - Forum: Installing Software - Replies (7)

Hi all

I need a list of browsers which can operate decently on old computers. I was using Brave  with widevine for netflix but having recently learned of issues with it I'd like to migrate to another browser. Firefox is my preference but it doesn't work properly as the systems don't have enough RAM.

Can anyone help? I need something that can run netflix and the like. Thanks!

Print this item

  WiFi connected to network, internet not available
Posted by: Tribolonutus - 06-10-2020, 01:05 PM - Forum: Network - Replies (3)

I'm having the same issue as in this topic: https://dfgkh547-jsdfv8.iyhkj.tk/forums/netwo...-lite-5-0/.

I'm using TP-Link TL-WN722N. On live USB its working, but after installation system is showing me that it is connected to the network, but internet is not available.

Following request by user Jerry, response is as follows:

sudo lshw -C network:

Code:
  *-network                 
       description: Ethernet interface
       product: AR8161 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 10
       serial: 94:de:80:0e:34:14
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair
       resources: irq:18 memory:f7c00000-f7c3ffff ioport:e000(size=128)
  *-network
       description: Wireless interface
       physical id: 2
       bus info: usb@2:1.6
       logical name: wlx503eaaeb5f62
       serial: 50:3e:aa:eb:5f:62
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8188eu ip=192.168.1.126 multicast=yes wireless=IEEE 802.11bgn

inxi -n:
Code:
Network:
  Device-1: Qualcomm Atheros AR8161 Gigabit Ethernet driver: alx
  IF: enp2s0 state: down mac: XYZ
  Device-2: TP-Link TL-WN722N v2 type: USB driver: r8188eu
  IF: wlx503eaaeb5f62 state: up mac: XYZ

sudo lsusb:
Code:
Bus 002 Device 003: ID 2357:010c TP-Link TL-WN722N v2
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 1532:0514 Razer USA, Ltd
Bus 001 Device 004: ID 1532:0221 Razer USA, Ltd
Bus 001 Device 003: ID 1e7d:2d51 ROCCAT Kone+ Mouse
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

sudo lspci:
Code:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation H77 Express Chipset LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 10)
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)

ping -c5 8.8.8.8 (that is interesting):
Code:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=78.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=18.8 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=15.2 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=55 time=18.0 ms

--- 8.8.8.8 ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4031ms
rtt min/avg/max/mdev = 15.170/32.518/78.039/26.316 ms

rfkill list all
didn't returned anything, but wasn't supposed to, was it? Smile

Print this item

  RAM usage
Posted by: Muhibbij Abad - 06-10-2020, 04:35 AM - Forum: Installing Linux Lite - Replies (4)

Hello,

Great release!
However I noticed one minor detail that took my attention, the RAM usage.
In 4.8 version it was approximately 450MB and with 5.0 it is ~660MB in idle.
So what is a thing here? Is it something related to new kernel you are using, 5.4, or did you add some new background features?

I know, it may be pointed out in your release files, but I don’t really have time and intention to dig into it.
So I would be very touched if someone out there would explain me this issue.

Best regards,
Your BIG fan!

Print this item

  How do I connect to Lite5 using XManager or XRDP
Posted by: lirorh - 06-10-2020, 04:17 AM - Forum: Other - No Replies

I tried both and had problems


[12:14:23] Requested X11 forwarding...
[12:14:23] Succeeded
[12:14:23] Sent the command line.
[12:14:23] /usr/bin/xfce4-session
[12:14:23] Start timer (TIMER_SHUTDOWN, 180).
Welcome to Linux Lite 5.0 lirorh

æ[12:14:23] An X11 channel (id=1) has been opened.
[12:14:23] Stop timer (TIMER_SHUTDOWN).
[12:14:23] An X11 channel (id=2) has been opened.
[12:14:23] An X11 channel (id=2) has been closed.
[12:14:23] An X11 channel (id=1) has been closed.
[12:14:23] All X11 channels are closed.
[12:14:23] Start timer (TIMER_SHUTDOWN, 60).
[12:14:23] An X11 channel (id=3) has been opened.
[12:14:23] Stop timer (TIMER_SHUTDOWN).
[12:14:23] An X11 channel (id=4) has been opened.
[12:14:23] An X11 channel (id=4) has been closed.
[12:14:23] An X11 channel (id=3) has been closed.
[12:14:23] All X11 channels are closed.
[12:14:23] Start timer (TIMER_SHUTDOWN, 60).
[12:15:23] SSH_MSG_IGNORE(2)
[12:15:23] Stop timer (TIMER_SHUTDOWN).
[12:15:23] Connection closed.
[12:16:23] SSH_MSG_IGNORE(2)

Print this item

  Intel Centrino Wireless N100 Problemas de Conexion
Posted by: leonardo.mendez - 06-09-2020, 10:21 PM - Forum: Spanish [Spanish] - No Replies

Un saludo a los usuarios de Linux Lite les traigo un problema el cual he estado dándole la vuelta en la Intel Atom N455 de mi hermano desde hace ya 1 mes la cual le puse el Xubuntu 18.04 Lubuntu 18.04 Sparsky 4.3 y siempre la misma falla pensando eran los Linux los cuales no conectaba la tarjeta Intel Wireless Centrino N100.

Me puse a revisar los Foros y vi que la misma da errores de conectividad con las distribuciones basadas en Ubuntu y sus derivados al parecer eran los drivers los descargie desde la web de Intel los descomprimi y envie a las carpetas de Firmware pero nada se resolvió edite los archivos /etc/resolv.conf quite las direcciones MAC pero nada resulto.

Revisando en un foro en Italia de usuarios de Ubuntu me di cuenta de un usuario tenia las mismas fallas de conexion y decidi probar las mismas me meti hackeando el router de mi vecina con la clave (eso no lo hagan no es etico) y me meti en la configuracion de el router viendo que la misma tenia la siguiente configuracion: 2.4 GHZ B-G-N Channel Width 40 MHZ y el Channel Number 6 siendo esto incorrecto por el tipo de tarjeta que solamente soporta 20 MHZ y Number 11.

Procedo a cambiar el Router a Channel Width 20/40 MHZ y el Channel Number a 11 y Listo problema resuleto con todas las Tarjeta Intel Centrino Wireless.

Gracias

Print this item

  Problemas Post Instalacion de Linux Lite 5.0
Posted by: leonardo.mendez - 06-09-2020, 10:08 PM - Forum: Spanish [Spanish] - No Replies

Buenas tardes estimados Usuarios del Foro:

Hoy después de haber instalado el Linux Lite 5.0 me di cuenta de que mi LibreOffce estaba con el Menú en Ingles y la hora no se sincronizaba con el Servidor NTP dándome errores el Navegador y por lo tanto decidí revisar me metí en las configuraciones de Idiomas del mismo y elimine el Idioma Ingles procediendo a Instalar el Idioma Español que no estaba el proceso duro algo termine reinicie el Sistema al entrar reviso el LibreOffice el mismo estaba el Idioma cambiado correctamente y decidí activar el Servidor NTP el cual sincronizo la hora sin problemas.

Para aquellos que les ha pasado esta la solución.

Gracias

Print this item