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,000
» Latest member: nickji
» Forum threads: 9,473
» Forum posts: 62,482

Full Statistics

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

Latest Threads
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 65
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,235
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 397
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,624
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 697
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 451
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 30,895
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 387
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,524
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 368

 
  Linux Lite desktop replaced by XFCE "Mouse" default
Posted by: Golan2072 - 10-05-2017, 08:32 AM - Forum: Other - Replies (2)

For some reason, the desktop on my computer reverted to this:

[Image: 23656581068_8a2865f0f1_b.jpg]Screenshot_2017-10-05_11-17-01 suri by Golan, on Flickr

Linux Lite 3.6. Upgraded yesterday, no such problem on reboots, turned on the computer today and this suddenly appeared.

I tried this solution and this one, to no avail.

Any way to solve this?

Print this item

  Accidentally deleted the main panel
Posted by: Irinnie - 10-04-2017, 09:04 PM - Forum: Other - Replies (3)

Hey there!
I've been having a pretty great experience with Linux Lite so far, this is my first Linux desktop ever. Smile
But then the other day I mistakenly removed the first, main panel - the one with time, wifi, volume etc.
The items are still there but they no longer stick in the right corner, but floated left, they now move left and right depending on how many program windows or directories are open.
It's a bit annoying because I've gotten used to look at the time in the bottom right corner and loved my Filezilla sticking there...
Is there any way to return the things to the default?
Thanks!


  [Image: mxTib6zl.png]

Print this item

  Problem upgrading Kodi
Posted by: JAG - 10-04-2017, 01:04 AM - Forum: Installing Software - Replies (3)

Hello! I have lite 3.6. and the kodi version installed is 15.2 and I trying to upgrade to 17.3, when I try to upgrade always says that the latest version is already installed, I already unistalled and reinstall it removing and erasing everything and keeps installing the 15.2 version. Is this a problem with updates on the entire system?

Print this item

  New Firefox
Posted by: trinidad - 10-03-2017, 04:58 PM - Forum: On Topic - Replies (5)

I noticed this morning that my Ubuntu OS which is set to automatically update finally added Firefox 56, so I updated LL 3.6 as well afterwards and indeed Firefox 56 was installed. I enable all the tracking features in Firefox and I believe this is the first time an upgrade was tailored to my usage habits. I'm going to test this for a while this morning between the two systems to see the differences.

TC

Print this item

  Linux Lite Shop now offers Dual Arch USB 3.0 Drive
Posted by: valtam - 10-02-2017, 11:00 AM - Forum: On Topic - No Replies

Plus a free case badge Smile

[Image: T8A2kaI.png]

Print this item

  One of those Days......
Posted by: Jocklad - 10-02-2017, 10:46 AM - Forum: Off Topic - Replies (20)

Just booted up LL 3.6 from the docking station to create a new live usb.


Instead of formatting the flash drive I formatted the internal Windows 7 drive to fat 32.


Will have to do a complete re-install of Windows 7  :'( .


Lessons learned: Always check the destination when formatting drives.

Print this item

  No live boot or install
Posted by: Mibi - 10-02-2017, 06:09 AM - Forum: Installing Linux Lite - Replies (2)

I have downloaded Linux Lite 64bit and burnt it to a DVD. I then changed my bios settings so that it would boot live from the DVD in EUEFI boot settings with no luck. I did the same under Legacy boot settings again with no luck. Please someone could you tell me what I am doing wrong.

Print this item

  Generating and saving *.txt files from command line orders output.
Posted by: Moltke - 10-01-2017, 08:10 PM - Forum: Tutorials - Replies (6)

[sup][/sup]
Hi Everyone! Hope you're all having a nice life! I'm aware this might be no news but still. As the title states (title suggestions are welcome by the way Wink ) this post is about how to generate and save a *.txt file from command line orders output, and in case you wonder the resulting *.txt files will be saved in your home directory.  I'm pretty sure you've heard of histoy>history.txt which saves a text file containing all your bash history, but say you run:
$ cd music, which takes you to the music directory right? Now, wouldn't it be nice to save a list.txt file of all your audio files and anything else in this folder? I certainly think it is. All you have to do is:
music$sudo su
music$pass: your passwd
music$ ls
music$ ls>ls.txt which will generate and save a *.txt file with the contents of the directory.
why root you ask? well, not sure whether or not it has to do with *ls command or that you're working with directories but your non-root user has no permission to perform that action, I think it's harmless, but apparently you're not allowed unless root, maybe someone more experienced than me could explain the why.

I noticed that naming the resulting *.txt the same as the command line order, i.e pactl list cards>pactl list cards.txt won't work but  pactl list cards>pactllistcards.txt will. However, I  do suggest to use a command/output-related name so it's easier to search/find.
I won't explain what command does what. I'm assuming you already know this, if you don't a quick Google search will help, anyway, here are a few ones I tried:
df -h>df.txt
timedatectl>timedatectl.txt
sensors>sensors.txt 
lspci>lspci.txt
pactl list cards>pactllistcards.txt
top>top.txt  *I know, this one is probably useless like this,  but I thought of trying anyway, however, the *.txt file is quite not readable or at the very least I found it difficult to and you have to wait a couple of seconds for it to come with an output, otherwise you get a blank page, then do ctrl+c to stop so it saves the .txt file. 
uname -a>uname.txt
systemd-analyze>boottime.txt
systemd-analyze blame>blame.txt
glxinfo | grep -i render>glxinfo.txt
lsb_release -idc>lsbrelease.tx
printenv>var.txt
command info>info.txt
du -h>du.txt
lscpu>lscpu.txt
cat /proc/cpuinfo>cpuinfo.txt
sudo lshw>lshw.txt *sudo allows to gathers much more information.
lshw>lshw.txt *without the sudo command less information is gathered and you'll see a warning that it might be incomplete and that you should run the command with sudo instead.
sudo lshw -short>lshwshort.txt *same thing as the sudo lshw command above.
lshw -short>lshwshort1.txt *you know by now right? Wink
sudo fdisk -l>fdisk.txt
sudo dmidecode -t memory>dmidecodemem.txt
sudo dmidecode -t system>dmidecodesys.txt
sudo dmidecode -t bios>dmidecodebios.txt
sudo dmidecode -t processor>dmidecodeproc.txt
ifconfig>ifconfig.txt
netstat>netstat.txt
I think that there might be tools which are probably easier and better for this task, but I also think it is quite handy to have these *.txt files so you can compare changes from time to time as well as to keep a record on your files, directory contents as well as some valuable system's information in an easy-friendly approach.
I hope you find this information as useful as it is to me. If you happen to know more ways to take advantage of this handy procedure or better yet, improve it! Please, do share your valuable knowledge with your fellow Linux users Wink

Print this item

  Unwanted and unusual dialog box when opening download folder
Posted by: Moltke - 10-01-2017, 12:39 PM - Forum: Other - Replies (5)

Hi everyone! Hope you're all having a nice life! I need some help here. From a couple of days ago whenever I download something and click on "open folder" in i.e Firefox download catalog, a dialog box shows asking for my password and if I do type it in it starts to update sources but folder never opens. I don't know why this is happening. Check this screenshot I took, it's in Spanish cause it's my language but it says something like:"introduce your password to perform administrative tasks. The app <</usr/scripts/update-gui'/home-moltke/Downloads>> allows you to modify essentials parts of your system".  I don't know why this is happening, so please, a little help is much appreciated. Thanks in advance for your answers! Smile
https://imgur.com/a/52T58

Print this item

  No whisker menu [SOLVED]
Posted by: rmcellig - 09-30-2017, 07:49 PM - Forum: Other - No Replies

I feel kinda silly asking this but I am not able to see the whisker menu plugin when I go to add an item to my panel. This all started when I went to install xfce4-goodies. I think this installed an older version of this plugin. All I want is to be able to invoke the version (1.6) that comes with linux lite. How do I do this?


I'm using LL 3.6

Solved!! I uninstalled Whisker menu and reinstalled it again. Jeez!! You think I would have thought of that Smile


Thanks!!

Print this item