| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,865
» Latest member: asabinney
» Forum threads: 9,445
» Forum posts: 62,329
Full Statistics
|
| Online Users |
There are currently 1302 online users. » 0 Member(s) | 1298 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Not Able to Install Googl...
Forum: Installing Software
Last Post: Orson_Yancey
7 hours ago
» Replies: 17
» Views: 764
|
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: SharkyEXE
Yesterday, 12:24 PM
» Replies: 24
» Views: 11,356
|
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: SharkyEXE
Yesterday, 08:10 AM
» Replies: 0
» Views: 29
|
Cant find up-to-date driv...
Forum: Video Cards
Last Post: justsumrandomcreture
01-13-2026, 02:18 AM
» Replies: 0
» Views: 84
|
update error - PPA (stace...
Forum: Updates
Last Post: stevef
01-12-2026, 11:19 AM
» Replies: 1
» Views: 110
|
trying to update (while) ...
Forum: Installing Linux Lite
Last Post: stevef
01-11-2026, 08:27 AM
» Replies: 1
» Views: 107
|
Troubles installing 7.6 o...
Forum: Installing Linux Lite
Last Post: stevef
01-09-2026, 01:59 PM
» Replies: 3
» Views: 242
|
redshift-gtk
Forum: Other
Last Post: di0lh0
01-09-2026, 01:31 AM
» Replies: 1
» Views: 149
|
Linux Lite 7.8 RC1 Releas...
Forum: Release Announcements
Last Post: sqwuade
01-08-2026, 08:01 PM
» Replies: 23
» Views: 4,225
|
why that change in system...
Forum: Installing Linux Lite
Last Post: valtam
01-02-2026, 11:49 PM
» Replies: 3
» Views: 535
|
|
|
| How to Get LinuxLite desktop and menu |
|
Posted by: humdinger70 - 03-12-2017, 07:59 AM - Forum: Installing Linux Lite
- Replies (9)
|
 |
I recently changed from Linux Mint to Linux Lite, installing from a 3.0 CD/DVD I had lying around. I installed it and did the updates and upgrade, so I now have LL 3.2. That's not the problem.
The problem I'm having is that I get the XFCE desktop and panel. I want to get the Linux Lite desktop and panel (like I saw on the desktop when I did the initial install). I'm not seeing the option on how to do that in any of the menus (or I saw it and didn't recognize it).
Help please.
|
|
|
| Deluge error |
|
Posted by: torolite35 - 03-11-2017, 04:22 PM - Forum: Installing Software
- Replies (1)
|
 |
Good afternoon
I have a problem with Deluge. I got it. I downloaded a couple of things and now it gives me error in all the files that I put. What happen?
Thank you
|
|
|
| Kodi not working well |
|
Posted by: Jack_Dawson - 03-09-2017, 05:43 PM - Forum: Other
- Replies (2)
|
 |
Hello, I love Linux Lite a lot, but unfortunately Kodi is not working well for me on this OS. It is working flawlessly on Debian Jessie on the same computer. I tried version 15.2 of Kodi from the lite software, the 17 and 16.1, but all have the same issue with some addons, mainly Sports Devil and Pro Sports. Error messages using these addons or kodi crashing. It's a deal breaker for me if there's no solution, I'll have to go back to Debian Jessie. Can someone help me?
Code: 12:26:38 T:140234088072960 NOTICE: Python Interpreter Initialized<--
12:26:42 T:140234315654912 NOTICE: Thread JobWorker start, auto delete: true
12:26:42 T:140234807932672 NOTICE: Thread BackgroundLoader start, auto delete: false
12:26:43 T:140234088072960 ERROR: EXCEPTION Thrown (PythonToCppException) : Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'cryptography.exceptions.InternalError'>
Error Contents: Unknown OpenSSL error. Please file an issue at https://github.com/pyca/cryptography/issues with information on how to reproduce this. ([_OpenSSLError(code=637976643L, lib=38, func=108, reason=67), _OpenSSLError(code=637968500L, lib=38, func=106, reason=116), _OpenSSLError(code=637976643L, lib=38, func=108, reason=67), _OpenSSLError(code=637968500L, lib=38, func=106, reason=116)])
Traceback (most recent call last):
File "/home/richard/.kodi/addons/plugin.video.SportsDevil/default.py", line 26, in <module>
from lib import main
File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/main.py", line 14, in <module>
import common
File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/common.py", line 77, in <module>
from utils.webUtils import CachedWebRequest
File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/utils/webUtils.py", line 7, in <module>
import requests
File "/home/richard/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 52, in <module>
from .packages.urllib3.contrib import pyopenssl
File "/home/richard/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/contrib/pyopenssl.py", line 49, in <module>
from cryptography.hazmat.backends.openssl import backend as openssl_backend
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/__init__.py", line 7, in <module>
from cryptography.hazmat.backends.openssl.backend import backend
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 2299, in <module>
backend = Backend()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 716, in __init__
self.activate_osrandom_engine()
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 738, in activate_osrandom_engine
self.openssl_assert(e != self._ffi.NULL)
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 719, in openssl_assert
return binding._openssl_assert(self._lib, ok)
File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 43, in _openssl_assert
errors
InternalError: Unknown OpenSSL error. Please file an issue at https://github.com/pyca/cryptography/issues with information on how to reproduce this. ([_OpenSSLError(code=637976643L, lib=38, func=108, reason=67), _OpenSSLError(code=637968500L, lib=38, func=106, reason=116), _OpenSSLError(code=637976643L, lib=38, func=108, reason=67), _OpenSSLError(code=637968500L, lib=38, func=106, reason=116)])
End of Python script error report<--
12:26:43 T:140234826897152 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
12:26:54 T:140234088072960 NOTICE: Thread BackgroundLoader start, auto delete: false
12:26:56 T:140234088072960 NOTICE: Thread LanguageInvoker start, auto delete: false
12:26:57 T:140234088072960 NOTICE: Python Interpreter Initialized<--
12:27:02 T:140234807932672 NOTICE: Thread BackgroundLoader start, auto delete: false
12:27:03 T:140234088072960 NOTICE: Thread JobWorker start, auto delete: true
12:27:13 T:140234807932672 NOTICE: Thread LanguageInvoker start, auto delete: false
12:27:14 T:140234807932672 NOTICE: Python Interpreter Initialized<--
12:27:19 T:140233500784384 NOTICE: Thread BackgroundLoader start, auto delete: false
12:27:26 T:140234807932672 NOTICE: Thread LanguageInvoker start, auto delete: false
12:27:27 T:140234807932672 NOTICE: Python Interpreter Initialized<--
12:27:32 T:140234807932672 NOTICE: Traceback (most recent call last):
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/parser.py", line 186, in __loadRemote
12:27:32 T:140234807932672 NOTICE: data = common.getHTML(inputList.curr_url, None, referer, False, False, ignoreCache, demystify)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/common.py", line 88, in getHTML
12:27:32 T:140234807932672 NOTICE: return request.getSource(url, form_data, referer, xml, mobile, ignoreCache, demystify)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/utils/webUtils.py", line 203, in getSource
12:27:32 T:140234807932672 NOTICE: data = super(CachedWebRequest,self).getSource(url, form_data, referer, xml, mobile, demystify)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/utils/webUtils.py", line 146, in getSource
12:27:32 T:140234807932672 NOTICE: data = super(DemystifiedWebRequest, self).getSource(url, form_data, referer, xml, mobile)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/plugin.video.SportsDevil/lib/utils/webUtils.py", line 113, in getSource
12:27:32 T:140234807932672 NOTICE: r = self.s.get(url, headers=headers, timeout=20)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 501, in get
12:27:32 T:140234807932672 NOTICE: return self.request('GET', url, **kwargs)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
12:27:32 T:140234807932672 NOTICE: resp = self.send(prep, **send_kwargs)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 630, in send
12:27:32 T:140234807932672 NOTICE: history = [resp for resp in gen] if allow_redirects else []
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 190, in resolve_redirects
12:27:32 T:140234807932672 NOTICE: **adapter_kwargs
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
12:27:32 T:140234807932672 NOTICE: r = adapter.send(request, **kwargs)
12:27:32 T:140234807932672 NOTICE: File "/home/richard/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 497, in send
12:27:32 T:140234807932672 NOTICE: raise SSLError(e, request=request)
12:27:32 T:140234807932672 NOTICE: SSLError: ('bad handshake: SysCallError(0, None)',)
12:27:35 T:140233500784384 NOTICE: Thread BackgroundLoader start, auto delete: false
12:27:39 T:140234807932672 NOTICE: Previous line repeats 1 times.
12:27:39 T:140234807932672 NOTICE: Thread JobWorker start, auto delete: true
12:27:46 T:140234391963392 NOTICE: Previous line repeats 1 times.
12:27:46 T:140234391963392 NOTICE: Thread BackgroundLoader start, auto delete: false
12:28:17 T:140234391963392 NOTICE: Previous line repeats 5 times.
12:28:17 T:140234391963392 NOTICE: Thread FileCache start, auto delete: false
12:28:20 T:140234391963392 NOTICE: Previous line repeats 6 times.
12:28:20 T:140234391963392 NOTICE: Thread BackgroundLoader start, auto delete: false
12:29:42 T:140233618216704 NOTICE: Previous line repeats 20 times.
12:29:42 T:140233618216704 NOTICE: Thread LanguageInvoker start, auto delete: false
12:29:43 T:140233618216704 NOTICE: Python Interpreter Initialized<--
12:29:44 T:140234391963392 NOTICE: Thread BackgroundLoader start, auto delete: false
12:30:24 T:140233618216704 NOTICE: Thread LanguageInvoker start, auto delete: false
12:30:24 T:140233618216704 NOTICE: Python Interpreter Initialized<--
12:30:25 T:140234391963392 NOTICE: Thread BackgroundLoader start, auto delete: false
12:30:29 T:140233618216704 NOTICE: Thread LanguageInvoker start, auto delete: false
12:30:29 T:140233618216704 NOTICE: Python Interpreter Initialized<--
############### END LOG FILE ################
|
|
|
| Question about end of support for Linux Lite Series One |
|
Posted by: Ottawagrant - 03-08-2017, 09:34 PM - Forum: On Topic
- Replies (3)
|
 |
Thinking about this today & got a little curious about something. The last 2 remaining supported distro's from Linux Lite Series One are 1.0.6, & 1.0.8. As next month is April, 2017 & Linux Lite Series One was based on Ubuntu 12.04 LTS, does anyone know what day in April the OS reaches end of life? Jerry usually releases his distro's on the 1st, so I'm wondering if they reach EOL on the 1st? Just for the record, Ubuntu 12.04 reaches EOL on April 26th. I booted up 1.0.6 on a USB flash drive to see if the information was there. I was hoping entering 'ubuntu-support-status' in terminal would help. Got some real interesting information, just not what I was looking for. I was surprised to see that a small percentage of the OS is supported until 2018. Not the whole OS, just part. It was a great series, sorry to see it go.
|
|
|
| Remove automatic log in? |
|
Posted by: paul1149 - 03-08-2017, 02:00 PM - Forum: Other
- Replies (7)
|
 |
I installed LL 3.2 on a couple of units, and for a change I set the user to log in automatically. But now every time I open Chromium I get queried for the keyring password. I've read that this is because the manual log in satisfies that requirement, but the automatic does not. So now I'm looking for how to change the log in to manual, but so far I haven't found it. Any light would be appreciated.
BW
|
|
|
| OEM style install for Linux Lite? |
|
Posted by: CyberAly - 03-08-2017, 11:28 AM - Forum: Installing Linux Lite
- Replies (5)
|
 |
Hello,
I am currently volunteering for a charity which refurbishes computers for sale as well as recycling unusable parts. As part of the service, we tend to install Linux on machines we sell, and we've found that Linux Lite is an excellent choice, both due to it's ease of use and it's attractive yet lightweight desktop environment, suitable for older hardware.
So far, we've been installing systems with a default username and password, and providing customers with instructions on how to change the details themselves when they get the computer home. Ideally what I’d like to implement is a system where, upon the first start up post install, the computer will ask them for their desired username and password, bypassing the need for them to change it themselves.
I know that some distros offer an OEM install solution which sounds like what I’m after. Does Linux Lite offer, or plan to offer, anything similar?
Congrats again on an excellent distro for beginners, and on your slick modifications to XFCE.
|
|
|
| Show and Tell |
|
Posted by: Oobuntus - 03-07-2017, 05:43 PM - Forum: Introductions
- No Replies
|
 |
An introductory post-script:
One of the things I like about linux is it's maleability. You can make of it what you will.
And there is so much eye candy... Most of my recent activity has been motivated by my love of that eye candy - which, alas, knows no shame. And yes, I'm a packrat. I have accumulated a large collection of window, border, and icon themes to go with my wallpapers and boot splashes. Some of them I've tweaked and some of them I created.
Such a collection (I refer to it as 'my baggage') becomes a liability every time I indulge a fresh install. Multiply that by the number of computers in the household and I've got a bit of a chore to add my baggage to every one of them (of course!). Although the number of computers diminished from nine to four, the motivation to automate post-installs was still strong. With a fledgling knowledge of bash and with a few linux books and the internet by my side, I launched a lengthy experiment to see if I could build an ISO that would yield a working out-of-the-box installation - distro, my baggage, and all. I have had some success...
Unfortunately, as linux evolves, it is becoming quite a challenge to sustain a collection of beloved older themes. This presents me with a dilemma because I am reluctant to part with any of them. They're my toys. I select from them just as I do shirt, trousers, shoes, and tie. It's about choice and I've made it easy for myself.
It is only in the spirit of show-and-tell that I invite any interested person to check out my post-install LL transformation modifications by googling 'someubuntufreebies'.
Although everyone is inclined to tweak a fresh install with their own personal preferences, some might say that I got a little carried away with mine. But then linux is supposed to be fun. Right?
Unfortunately, I lack the skills to do more elegantly what I've done. And there are still a few theme flaws to fix someday. But I am generally pleased with the results. I drive it every day.
|
|
|
|