| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,995
» Latest member: JosephBog
» Forum threads: 9,472
» Forum posts: 62,476
Full Statistics
|
| Online Users |
There are currently 1320 online users. » 0 Member(s) | 1316 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Project Litening
Forum: Linux Lite Software Development
Last Post: SleepyD
04-12-2026, 05:18 PM
» Replies: 12
» Views: 1,013
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 344
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,583
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 603
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 388
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 29,223
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 339
|
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,317
|
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 331
|
Unable to Mount External ...
Forum: Hard Drives and SSDs
Last Post: sqwuade
02-22-2026, 08:39 AM
» Replies: 7
» Views: 42,053
|
|
|
| Welcome message in bashrc |
|
Posted by: ROMAINPC - 06-22-2022, 09:36 AM - Forum: Other
- Replies (1)
|
 |
Hello,
I recently had an issue with a program and the bash welcome message.
With a VScode extension which configure things by running a bash command and fetching the first few lines. This extension didn't work for me until I commented out the bashrc welcome message.
Maybe the extension is using the wrong method.
But I wanted to know if there were alternatives to display the welcome message? How does Ubuntu for example? Is there a conventional argument to indicate whether or not to display the message?
Best regards,
Romain.
|
|
|
| Lenovo... No Touchpad.... |
|
Posted by: carlam - 06-20-2022, 08:04 PM - Forum: Other
- No Replies
|
 |
Hi
After many years of using the outstanding Linux Lite i have come across a problem i cannot seem to solve..
After many hours of researching and trying solutions .... Problem still not solved..
Got a new Lenovo laptop put Linux Lite 6 on it.... It worked perfectly apart from the touchpad did not work but a plugged in mouse did work... I even tried a copy of 5.6 but still no touchpad..
Computer details...
Lenovo IdeaPad-3-15IIL05
Kernel Linux 5.18.0 (x86_64)
Processor Intel® Core i5-1035G1 CPU @ 1.00GHz
Memory 7693MB
I wound be very grateful of a solution to this problem..
Want any more details ..... PLease ask..
Kind Regards
Carl
|
|
|
| Keyboard "Fn" keys |
|
Posted by: Aldo Zannelli - 06-19-2022, 10:28 AM - Forum: Other
- Replies (3)
|
 |
Hi all, i tried to install Linux lite 3.8 in an old Asus eeePc (Intel Atom 32bit processor, 1 gb ram).
The first issue that i have is when i press for example letter "J" the system write number 1 (see attached image), cause of this i can't connect to wifi network, can't insert root password, ecc.
I tried to change something in keyboard settings but nothing change.
How can i solve this?
Thanks.
|
|
|
| LL6.0 Locks Up After Opening LibreOffice Writer |
|
Posted by: Larry Stehno - 06-18-2022, 10:31 PM - Forum: Other
- Replies (5)
|
 |
I installed LL6.0 on a Lenovo T61 Notebook. When I open LibreOffice Writer the O/S locks up and I have to reboot to get to the operating system again. Opening the Spreadsheet locks things up also. I would appreciate any fix for this problem.
Thanks,
Planorez
|
|
|
| Application to handle directories in 6.0 |
|
Posted by: dihonomo - 06-17-2022, 01:04 PM - Forum: Security & Bug Fixes
- Replies (6)
|
 |
To expand from my previous message (https://www.868212.xyz/forums/secur...n/msg57569), I have found that the setting controlling what application opens directories (by default) is still problematic.
The file "exo-file-manager.desktop" has disappeared from "/usr/share/applications", and "~/.local/share/applications/defaults.list" points now (via symlink) to "/etc/gnome/defaults.list" where the two entries controlling "inode/directory" assign "org.gnome.Nautilus.desktop" and "Thunar-folder-handler.desktop" to handle directories.
However, none of these exist on a clean Linux Lite 6.0 install.
My solution to the problem was to create "~.local/share/applications/exo-file-manager.desktop" that contains:
Code: [Desktop Entry]
Version=1.0
Type=Application
Exec=exo-open --launch FileManager %u
Icon=system-file-manager
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
Name=File Manager
Comment=Browse the file system
Hidden=true
and then to replace the two entries in "/etc/gnome/defaults.list":
Code: inode/directory=org.gnome.Nautilus.desktop
inode/directory=Thunar-folder-handler.desktop
with the following:
Code: inode/directory=exo-file-manager.desktop
|
|
|
|