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: 8,008
» Latest member: Jean259
» Forum threads: 9,474
» Forum posts: 62,486

Full Statistics

Online Users
There are currently 4095 online users.
» 0 Member(s) | 4091 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: 77
Problem updating lite 7.6...
Forum: Updates
Last Post: val
04-21-2026, 10:43 PM
» Replies: 6
» Views: 2,805
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 100
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,376
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 430
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,665
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 743
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 482
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 32,047
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 421

 
  FSLint Version 2.44 via Synaptic - Deleteing duplicate files problem
Posted by: newtusmaximus - 09-25-2015, 10:56 PM - Forum: Installing Software - Replies (1)

Downloaded latest FSLINT via synaptic = version 2.44. Identifies duplicates on ancillary usb hard drive but fails to delete.  Reinstalled - Same problem with same files. 
Deleted fully via synaptic  and downloaded older *.deb version V2.40 from FSLINT website, installed and this version runs OK.

Any ideas why?

Print this item

  how can I uninstall programs I installed with Wine?
Posted by: Kilpatrickap - 09-25-2015, 10:06 PM - Forum: Installing Software - Replies (1)

I am a newbie to LL.

I recently downloaded windows media player with Wine. Now I want to uninstall the windows media player and I don't know how.

Please help me  :-[

Print this item

  Newbie to linux Lite 2.6
Posted by: Kilpatrickap - 09-25-2015, 07:20 PM - Forum: Introductions - Replies (10)

hi all,

I am very happy to join the team. I am a complete newbie to linux and I am emotionally attached to Linux Lite 2.6 because the distro was released on an important day to me. I have decided to forever remain with linux.

I have been on the Lite for less than a week and so far so good, I am impressed by the simplicity of LL.

I could use some help from fellow Linux users.

Cheers,

Kilpatrick

Print this item

  Unbuntu Update NOT Installing in Software Updates
Posted by: kcook - 09-25-2015, 05:58 PM - Forum: Installing Software - Replies (3)

:o  I have Ubuntu 14.04, I need 14:10,  Software Update informs me that 15.04 is available but it will not install.  I cleared all the items on the update page, the update program came up but then could not install.  Also I am having issues installing updates on a daily basis.  What can be done to fix this issue? Thanks!

Print this item

  Can't play some HTML5 videos, while my second Ubuntu machine can.
Posted by: Zead - 09-25-2015, 10:31 AM - Forum: Other - Replies (1)

Video format or MIME type is not supported.

Restricted Extras are installed. It works on Ubuntu, but doesn't on this Linux Lite machine.

Browsers are both Firefox. Many HTML5 videos work (like YouTube etc...), but some don't.

EDIT: Nevermind... It seems Privacy Badger is the problem.

Print this item

  Some applications in Linux Lite 2.6
Posted by: stevedat - 09-25-2015, 07:07 AM - Forum: Other - Replies (7)

I'm running Linux Lite 2.6 (64bit)
I am going to install some applications, such as: Mega, CrossOver, Teamviewer, so are those stuff able to install and work as well as running on Ubuntu 14.04?
Thanks.

Print this item

  Window border width
Posted by: eikelein - 09-25-2015, 04:22 AM - Forum: Other - Replies (3)

:-\
Hi from a newbie - here and to LL and to Linux in general.
I have searched here and googel'd for a way to make the borders of any and all windows wider; the dafault width makes resizing very difficult.
Certainly this has been answered before but I am too limited to find the answer.
Any helpful pointer will be greatly appreciated.
TIA

Print this item

  How to expand YouTube to fullscreen minus the Panel
Posted by: torreydale - 09-25-2015, 01:41 AM - Forum: Other - Replies (6)

I have my Panel in the default location (on the bottom of the screen).  When I open a YouTube video to full screen, is there a way to have the full screen area to be everything but the Panel?

Print this item

  RTL8723BE PCIe Wireless Network Adapter Issues -- Information+Fix
Posted by: Wirezfree - 09-24-2015, 09:29 PM - Forum: Network - Replies (3)

This is for information. (mods, if in wrong place, you can move it)


I was having an issue with 2X RTL8723BE WiFi devices,
Intermittent loss of connections/slowness after a few hours after boot. (they where cheap @ $7.00/£5.00)
Device info:

Code:
dave@jetway0:~$ lspci | grep 8723
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter


After research it appears it was added in Kernel 3.16, given I have 3.13 and is working fine, I looked for an alternative.
I found the following in a number of references, and after 5.0 days no more drop-outs or slowness occured.



First Install Driver:
Code:
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
reboot



Then:
Code:
gksu leafpad /etc/modprobe.d/rtl8723be.conf
and then add:
Code:
#To "disable" certain power saving features which can cause dropouts
options rtl8723be fwlps=0 ips=0


Important reminder, If you update kernel to less <3.16 , you will need to re-compile.
Code:
cd rtlwifi_new
make clean
make
sudo make install
sudo modprobe rtl8723be



"NOTE: This code will build on any kernel 3.0 and newer. It includes the following drivers"
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be, and rtl8821ae

Print this item

  Live Install Option
Posted by: Japdum - 09-24-2015, 08:48 PM - Forum: Installing Linux Lite - Replies (5)

Hello Everybody, Does anyone knows if there is way to install LL but without trying, I mean, a poor installation, I want to insert my usb and start the installation. Is that possible? How can I do that? Thanks.

Print this item