| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 8,008
» Latest member: Jean259
» Forum threads: 9,474
» Forum posts: 62,486
Full Statistics
|
| Online Users |
There are currently 4068 online users. » 0 Member(s) | 4063 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
update_failed - 400 Bad R...
Forum: Updates
Last Post: val
04-21-2026, 10:57 PM
» Replies: 2
» Views: 75
|
Problem updating lite 7.6...
Forum: Updates
Last Post: val
04-21-2026, 10:43 PM
» Replies: 6
» Views: 2,803
|
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 98
|
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,375
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 428
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,664
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 739
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 480
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 32,033
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 420
|
|
|
| VGP-VCC1 webcam doesn't work |
|
Posted by: V - 06-10-2018, 06:45 PM - Forum: Other
- No Replies
|
 |
I have Sony VGC-LA1 with a built-in webcam (ID 0ac8:c002 Z-Star Microelectronics Corp. Visual Communication Camera VGP-VCC1) that is not working.
It has been checked with Skype, VLC, and Cheese. No results.
Is there any chance to make it work?
Thanks in advance!
|
|
|
| How disable password request on login |
|
Posted by: orlapa - 06-10-2018, 05:34 PM - Forum: Tutorials
- Replies (2)
|
 |
I want to enable an user to start session on linuxlite with no password. Checking on Lite Users Manager, I can not find the option, just user and a pssword definitions is possible but no disabling password request.
How Can I do that.
Any help will be appreciated
|
|
|
| cryptsetup |
|
Posted by: jakebob - 06-10-2018, 12:39 PM - Forum: Other
- No Replies
|
 |
When starting LL 4.0 on my laptop, it takes a considerable amount of time getting to the user log in screen after entering my password for cryptsetup ("Please unlock disk sda5_crypt").
Would someone please briefly explain this type of encryption system (in simple terms), if it's necessary and how to disable it?
Thank you!
|
|
|
| Window Tiling |
|
Posted by: penglezos - 06-10-2018, 10:51 AM - Forum: Other
- Replies (3)
|
 |
Hello everyone,
Is there any way to have window tiling (split screen) like ubuntu?
|
|
|
| Virtualbox Guest Shared Folders (Partial Solution) |
|
Posted by: Scott(0) - 06-10-2018, 12:34 AM - Forum: Installing Linux Lite
- Replies (3)
|
 |
[size=1em]This is not a permanent solution see last step below.[/size]
[size=1em]My test environment[/size]
[size=1em]Host: Win10 (sorry, I'm at work)[/size]
[size=1em]VM: LL4[/size]
[size=1em]Software on host/Win10: Virtualbox 5.2[/size]
[size=1em]Software/guest additions on VM: pre-installed/stock version[/size]
[size=1em]Let's begin[/size]
[size=1em]Add a shared folder in the LL4 virtual machine[/size]
[size=1em]Start the virtual machine[/size]
[size=1em]On a working system these two services should be running[/size]
[size=1em](systemctl | grep vbox)[/size]
[size=1em]--------------------------[/size]
[size=1em]vboxadd-service.service[/size]
[size=1em]vboxadd.service[/size]
[size=1em]On LL4 only one is running[/size]
[size=1em]-----------------------------[/size]
[size=1em]vboxadd.service[/size]
[size=1em]We need to start the additional service[/size]
[size=1em]-------------------------------------------[/size]
[size=1em]sudo systemctl start vboxadd-service.service[/size]
[size=1em]sudo systemctl enable vboxadd-service.service[/size]
[size=1em]If user is already a member of vboxsf group sharing should now be working:[/size]
[size=1em]> For me the share is listed in Thunar as sf_Downloads (/media/sf_Downloads/)[/size]
[size=1em]> An icon was not placed on the desktop[/size]
[size=1em]If user is NOT a member of vboxsf group they can be added to the group as follows:[/size]
[size=1em](Note, you generally only need to do this step one time)[/size]
[size=1em]We need to add user to the vboxsf group (cli)[/size]
[size=1em]sudo adduser scott vboxsf[/size]
[size=1em]OR[/size]
[size=1em]We need to add user to vboxsf group (graphical)[/size]
[size=1em]start > All > Linux Lite User Manager[/size]
[size=1em]Last step[/size]
[size=1em]Logout out and Log back in.[/size]
[size=1em]Note this will even work for the LL4 Live CD environment[/size]
[size=1em]Run terminal cmd[/size]
[size=1em]whoami[/size]
[size=1em]The answer on my system is - linux[/size]
[size=1em]Now just go through the steps above with user linux[/size]
[size=1em]When logging in/out the user is linux and the password is left empty (i.e. there is no password.)[/size]
[size=1em]Not a permanent solution:[/size]
[size=1em]For some reason this service is not starting automatically and these commands need to be run again after a reboot.[/size]
[size=1em]sudo systemctl start vboxadd-service.service[/size]
[size=1em]sudo systemctl enable vboxadd-service.service[/size]
|
|
|
| Old Lady- New to Linux |
|
Posted by: Just J - 06-10-2018, 12:23 AM - Forum: Introductions
- Replies (15)
|
 |
Hi, I've been downloading different Linux distros for some time but had problems with all until Linux Lite!!! My old computer just couldn't handle any other distro. but I just installed Linux Lite 4.0 today with no problems.
Of course I have a ton of questions as I haven't had a chance to play yet and don't speak 'Linux' at all, but I promise to search for answers before posting any dumb questions!
This is really exciting as I've wanted to switch to Linux for a very long time. I'm well past retirement but have liked computers since I first discovered them. Now that I'm retired, I have a little more time to learn more and hope this forum is a good place to do that.
J
|
|
|
| Installing alternate shell - is it possible, and would you recommend it? |
|
Posted by: Vera - 06-09-2018, 04:21 PM - Forum: Other
- Replies (4)
|
 |
I'm considering installing csh or tcsh on my LL 4.0 system - not as my main shell, but to use on the rare occasions when I do shell scripting. I notice those additional shells are available in the Synaptic package manager. That said,
a) would installing csh (or tcsh) be likely to screw up anything that is pre-existing on my system?
b) would you recommend installing csh/tcsh? (a totally different question, I know).
I'd love to get some guidance from the LL community on either or both of these questions. Please answer as little or as much as you are willing to - any information is helpful here.
Optional background - only read if you want to know this: The reason I am even considering a csh-based system for scripting is that I used it years ago on Unix. It "made sense" to me in a way that bash (still) doesn't, but possibly that's just because csh / tcsh was the first shell I ever used. I guess I wanted to see if going back to one of those shells would make me feel more "at home" when I do any scripting.
|
|
|
| Linux Lite 4.0 |
|
Posted by: colin - 06-09-2018, 11:27 AM - Forum: On Topic
- Replies (1)
|
 |
Have just installed Linux Lite 4.0 and it installed perfectly. An amazing OS and fantastic work by all the developers yet again. Surely this OS is a must for all disgruntled Windows users. Ease of use and total reliability all in one OS. What more can anyone want for free?
|
|
|
| Can Faenza icon-set be copied over from LL3.8 to 4.0? |
|
Posted by: m654321 - 06-09-2018, 10:33 AM - Forum: Other
- Replies (1)
|
 |
As the title of this thread asks, can I copy over the folder for the Faenza icon-set from LL3.8 to LL4.0?
Where in LL3.8's file system do I find this icon set?
Also the arc theme - where is that stored in the file system?
Though the default icon set in LL4.0 looks cool, I really miss Faenza.
Is there any risk associated with continuing to use Faenza?
I'd appreciate any help or comments with this - thanks.
|
|
|
|