Linux Lite 7.8 Final has been released - Click here


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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,984
» Latest member: EmmaAlva
» Forum threads: 9,472
» Forum posts: 62,475

Full Statistics

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

Latest Threads
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-06-2026, 05:35 AM
» Replies: 11
» Views: 896
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 288
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,530
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 545
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 332
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 27,921
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 319
Linux lite 6.0 doesn't wo...
Forum: Installing Linux Lite
Last Post: Dottor Octopus
03-03-2026, 05:14 PM
» Replies: 10
» Views: 1,263
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 318
Unable to Mount External ...
Forum: Hard Drives and SSDs
Last Post: sqwuade
02-22-2026, 08:39 AM
» Replies: 7
» Views: 42,017

 
  Firefox 53.0 Won't Work on Linux PCs with CPUs Older than Pentium 4, AMD Opteron
Posted by: valtam - 03-11-2017, 01:24 AM - Forum: On Topic - No Replies

Source - http://news.softpedia.com/news/firefox-5...3716.shtml

Print this item

  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 ################

Print this item

  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.

Print this item

  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

Print this item

  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.

Print this item

  Screen Resolution Problem
Posted by: vamsibalagam - 03-08-2017, 10:55 AM - Forum: Video Cards - Replies (10)

Sir,
My problem is that in windows version os i used to get 1280 screen resolution but in linux lite i am not getting why? any help
Please give your answer sir

Here is the link of the output of the command http://tinypic.com/r/rllt94/9

please help My problem
Looking forward for your reply..
Thanks

Print this item

  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.

Print this item

  Non-Live USB Installation
Posted by: mdredmond - 03-07-2017, 02:56 PM - Forum: Installing Linux Lite - Replies (1)

Hi Folks,

I'm pretty new to Linux and know very little... I'd like to create a portable installation on a USB stick with a ability to boot to it from a variety of computers.  I know a live installation would be best for this but I'd prefer to do a regular installation.  Is it reasonable to expect such an installation would be widely compatible with most modern computers I might want to use (e.g., hotel business centers, etc.)?  Does LL autodetect hardware and have a local driver repository so it can pull drivers in as it boots?  I'm not looking for support for anything beyond a functional desktop with keyboard, mouse, basic display and (sort of important) whatever printer might be attached.

Thanks!

Print this item

  (initramfs) busybox fsck error
Posted by: Azharil - 03-07-2017, 07:42 AM - Forum: Start up and Shutdown - Replies (2)

[Image: OQbDi.png]
I have this problem twice and i don't know what the problems is.
When i startup it go to (initramfs) busybox and how can i prevent this to happen in future.

Now i only fix this by

Code:
fsck -fy /dev/sda1
exec startx

but this problems keep coming after 2 or 3 days

Print this item

  Jokes Thread
Posted by: crazysquirrel - 03-06-2017, 10:31 PM - Forum: Off Topic - Replies (58)

Why did the cookie go see the psychiatrist? Because it was feeling crummy?

Print this item