| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 8,006
» Latest member: leebut
» Forum threads: 9,474
» Forum posts: 62,486
Full Statistics
|
| Online Users |
There are currently 3631 online users. » 0 Member(s) | 3627 Guest(s) Applebot, Baidu, Bing, Google
|
| 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,798
|
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 96
|
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,368
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 426
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,662
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 736
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 478
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 31,972
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 417
|
|
|
| Replicating the desktop settings for one user based on another user |
|
Posted by: Vera - 06-02-2018, 05:36 PM - Forum: Desktop Customization
- Replies (5)
|
 |
This helpful tip is ideal for when you are setting up more than one user and want a similar desktop look for all - without manually pointing and clicking the settings for each new user.
I used this method on LL 3.8 and LL 4.0, to re-create the same desktop settings for a new user based on the desktop settings of an existing user.
Disclaimers: - I am on a beginner level with Linux, so while this worked just fine for me, please feel free to suggest any changes or improvements.
How to do it:
1. First, create the new user (I did this part via GUI under Menu -> Settings -> Lite User Manager). Then I shut down and re-started the machine (not sure if that was strictly necessary), and logged in as main/admin user again. For the purposes of this example, I'm naming the new user as newuser.
2a. Replace this new user's ~/.config/xfce4 folder with the existing user's ~/.config/xfce4 folder. I did this as follows using these two commands but I'm sure there's a more elegant way to do it:
Code: sudo rm -r /home/newuser/.config/xfce4
sudo cp -r /home/mainuser/.config/xfce4 /home/newuser/.config/.
2b. Then do chown to ensure new user's files are owned by that user:
Code: sudo chown -R newuser:newuser /home/newuser/.config/xfce4
3. Repeat steps 2a and 2b for /home/newuser/autostart (remove, copy, chown).
4. Restart machine and log in as the new user. Done! The desktop for the new user should now be set up just like the existing user's, in a fraction of the time spent pointing and clicking.
5. If desired, you can replicate browser settings for the new users, it's the same principle. See info below in the thread for that.
References:
1. https://unix.stackexchange.com/questions...d-a-laptop
2. https://ubuntuforums.org/showthread.php?t=2245721
|
|
|
| Lite USB locks laptop |
|
Posted by: cgs - 06-02-2018, 05:16 PM - Forum: Installing Linux Lite
- Replies (3)
|
 |
I've downloaded Lite 4 twice and burned it several times to different USBs, but when I try to boot on my HP Elitebook 8350p it locks the system w/o any ability to address boot options, and the computer must be rebooted to load the installed OS.
The burn was by the Mint ISO stick burner and then by Unetbootin, and I tried under both Mint 18.3 and MX17. Both USBs were formatted before burning and the burn(s) were tried on both my desktop and again on that laptop: the desktop did not lockup but that is not where I want to install.
|
|
|
| Fan runs constantly |
|
Posted by: richard.mockler - 06-02-2018, 02:48 PM - Forum: Other
- Replies (6)
|
 |
I have a Toshiba r835 laptop with SSD with Windows 10 and Linux Mint 18.3 installed. When either Windows or Mint is running, the computer is silent. It can run for hours without ever hearing a fan. I installed Linux Lite 4.0 as a third OS, apparently with no problems, but now when I boot into Linux Lite, the fan instantly starts running, noisily, and never stops. If I immediately reboot into Mint or Windows, the fan is absolutely silent. I have no idea what is causing the noisy fan while running Linux Lite only. It can't be causes by overheating or excess dust, because there is not fan problem with the other OS. This morning I first booted a cold machine into Linux Lite and the fan immediately started running. Can someone possibly give me some help with this?
Thanks, richard.mockler
|
|
|
| steam not work in 4.0 |
|
Posted by: anastiel - 06-02-2018, 01:28 PM - Forum: Games Support
- Replies (8)
|
 |
anastiel ~ steam
Repairing installation, linking /home/anastiel/.steam/steam to /home/anastiel/.local/share/Steam
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Have solution?
|
|
|
| New to Linux and this forum |
|
Posted by: James_K - 06-02-2018, 11:51 AM - Forum: Introductions
- Replies (3)
|
 |
I have moved up to Linux because of my continual dislike for Windows 10. Could fill a page here with all the issues I had since it's release.
I have always been interested in Linux, but never could find a distro that was easy for a noob and had windows like UI.
VERY Happy with Linux Lite !!
I'll do a lot of lurking and reading before asking questions. You Tube and web searches has been my best tools so far to help me adjust to the workings and getting things done in LL.
Thank you to those responsible for creating, and the continuous development of LL. My only contribution so far can be donating funds, which I did.
And a pre Thank you to those willing to share their knowledge and experience with other people here, and noobs like me!
James
|
|
|
|