NEW Wiki replaces Help Manual online - Click here


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,469
» Latest member: AdelineMaync
» Forum threads: 9,370
» Forum posts: 61,949

Full Statistics

Online Users
There are currently 1477 online users.
» 0 Member(s) | 1475 Guest(s)
Bing, Google

Latest Threads
Set Home Folder
Forum: Installing Linux Lite
Last Post: LanceCorporal
08-20-2025, 03:24 PM
» Replies: 2
» Views: 137
Updates Error Log - no re...
Forum: Updates
Last Post: Valtam
08-20-2025, 04:57 AM
» Replies: 3
» Views: 210
NEW Wiki replaces Help Ma...
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:12 AM
» Replies: 0
» Views: 106
New Website Design
Forum: On Topic
Last Post: Valtam
08-19-2025, 11:01 AM
» Replies: 11
» Views: 1,076
Install Error Log - No Pu...
Forum: Updates
Last Post: Valtam
08-14-2025, 11:18 AM
» Replies: 2
» Views: 448
Help me, please! - CDROM ...
Forum: Updates
Last Post: stevef
08-10-2025, 01:44 PM
» Replies: 26
» Views: 4,331
Linux Lite 7.6 RC1 Releas...
Forum: Release Announcements
Last Post: Valtam
08-09-2025, 11:05 AM
» Replies: 5
» Views: 1,875
Intel HD Graphics Not Wor...
Forum: Installing Linux Lite
Last Post: Abhi_245
08-08-2025, 06:44 PM
» Replies: 10
» Views: 1,460
installing 5.8 Lunix lite...
Forum: Installing Software
Last Post: Ren
08-01-2025, 03:34 PM
» Replies: 0
» Views: 368
VERY ODD install Issue
Forum: Installing Linux Lite
Last Post: Azoic
08-01-2025, 05:34 AM
» Replies: 0
» Views: 385

 
  network share drives me mad
Posted by: mybook - 09-08-2014, 08:35 PM - Forum: Network - Replies (21)

Hello.

I installed linux lite for my dad a couple of weeks ago and first all went nice and he could access the mybook live NAS without problems, but now when in go to /workgroup/NASdrive/, the next folder is "linuxliteshare" and not what really is the next folder. it also asks a password wich i dont have and i dont need when i access the drive with my manjaro installation. I am baffled, please help.

mybook.

Print this item

  [SOLVED] TeamViewer MultiArch
Posted by: Wirezfree - 09-08-2014, 03:18 PM - Forum: Installing Software - Replies (10)

I'm about to embarrass my self I'm sure.!!
I probably should really know this by now.

I want to install Teamviewer on my PC & Daughters laptop,
I have installed LL 32bit on my daughters, and I'm on LL 64 bit.
((I'm trying to get her off XP, and I could remote support her when she's away.))

On the Teamviewer download page there is 64Bit with, and without MultiArch
Which do I take for LL 64 bit, both have 64 bit variant.
http://www.teamviewer.com/en/download/linux.aspx


Thanks... David

Print this item

  How do I properly uninstall a distro dual-booted with LL 2.0?
Posted by: m654321 - 09-08-2014, 05:57 AM - Forum: Other - Replies (3)

On a second laptop, I have LL 2.0 dual-booted with another distro (also ubuntu-based),
which I would like to remove, so that I only have LL 2.0 remaining on that computer
as my OS of choice.

I know that I need to do this properly, as merely deleting the distro's partition in Gparted
could mess up the grub screen spectacularly, and the computer generally.

I assume the procedure would be the same if I had any number of distros multi-booted
up to the maximum permissible number of 4 on any hard disk drive.

Grateful for any guidance on how to go about this. 

Regards
Mike

Print this item

  Changing the Splash Screen
Posted by: Galitine - 09-08-2014, 02:02 AM - Forum: Start up and Shutdown - Replies (1)

I want to change the splash screen. The one that pops up right before the wallpaper. I have the mouse and everything but i am wonderi9ng how to input one that i downloaded... anyone?  :'(

Print this item

  Greetings and All that Stuff and Junk.
Posted by: The Shrug - 09-08-2014, 01:56 AM - Forum: Introductions - Replies (1)

I'm Shrugoglogist on the old forum at the Linux Distro Community.  I distrohopped until I tried Linux Lite in November 1, 2013 and have been rocking it ever since.

Print this item

  VLC - how to resume movie to last played position
Posted by: rokytnji - 09-07-2014, 07:59 PM - Forum: Tutorials - Replies (3)

http://vlcsrposplugin.sourceforge.net/

You will need gawk, build-essential, libvlccore-dev , and libvlc-dev installed before you try this.
I will show a command line install since that is how I roll. gawk should already be installed in Linux-Lite but it does not hurt to check in synaptic before you start. There is no gui way to install this other plugin since it is not in ubuntu repos yet.

Code:
sudo apt-get install libvlccore-dev libvlc-dev

Let it finish installing.

then

Code:
sudo apt-get install build-essential

You need the above to install source files in Linux-Lite like tar files.

Let it install and finish.

Download the

Quote:libsrpos_plugin-*.tar.gz package

from the link above in the beginning of my post. I downloaded it to my Downloads folder.
Right click on it and pick extract here.
Delete the tar next. You should have just a folder now in Downloads.

Open the folder. Right click and pick open terminal here.
When terminal opens. You should see before the dollar sign on the end

Code:
~/Downloads/libsrpos_plugin-0.3

Now for the command line install instructions.

Quote:./configure

and

Quote:make

Should be done as user. No need to use sudo or be root. Only

Quote:make install

requires the sudo command since that installs the plugin outside of the /home directory and you need root permissions to do that.

So, you have your terminal open inside of your /home/user name/wherever you save the download to/libsrpos_plugin-0.3  folder
Like I said. There is no gui way to do this!

Type in

Code:
./configure

A bunch of text will scroll. Let it finish. When you get back to the $ prompt after it is done.

Code:
make

This will go by quicker. Let it finish.  When you get back to the $ prompt after it is done.

Code:
sudo make install

This will finish quickly also. When done. Close Terminal. Open VLC. Open Tools>Preferences>All (it is on the bottom l/h side)>Control Interfaces>tick save/restore position of last known played file.
Hit the save button before closing advanced preferences and closing vlc for new preferences to take.
Restart VLC. Repeat above to make sure changes took.

You should have a screen like mine

[Image: 15677d349902004.jpg]

You can now delete the download extracted libsrpos_plugin-0.3 folder you did this source install with.

@ the Mods. If you do not wish for users to do this. Because I have been warned a couple of times about using cli in posts here in Linux-Lite Forums.
Feel free to delete my thread. No harm, no foul as far as I am concerned.
I am a rough tough thick skinned biker so it is hard to hurt my feelings.
I just thought someone might benefit on how I did this.

Print this item

  XBMC name change
Posted by: bitsnpcs - 09-07-2014, 03:22 AM - Forum: Other - No Replies

Hello,
I have done a forum search and didn't find anything about this.
XMBC are changing its name to Kodi.

Quote:"The XBMC Foundation has elected to wholesale adopt the policies of the Mozilla Foundation with regards to distribution and trademark licensing"
I do not currently use it myself but was interested in learning about it so was reading their website, came across this topic, and thought it may be of interest to others.

Print this item

  Restarting from Suspend Problems
Posted by: pelouk - 09-06-2014, 05:03 PM - Forum: Start up and Shutdown - Replies (3)

Just wondering if anyone has encountered the same couple of issues that I have when restarting from Suspend mode,- viz

1. My mouse will not operate on right click unless I go into Settings->Mouse & Keyboard and pe-set to Default Settings.

2. Likewise after resuming from Suspend, I have to manually activate my  Wi-fi connection.

P.

Print this item

  Any ideas ?
Posted by: bitsnpcs - 09-06-2014, 04:09 PM - Forum: Off Topic - Replies (5)

Hello,
I have been given a computer by my brother, it did have xp pro, if I can get it working it will be my better spec LL machine than my current one which is very old pc (15 years) and I am unable to do all the things I want on it due to its age.
This one is a Medion AMD 64, it has a pci-e graphics so that is newer than the P4 and pci legacy of the current machine.

I am unsure what he done to the OS, it arrived and would not boot.
Initially he said he wanted me to get some photos and spreadsheets off it and if I could then I could keep the computer.
What I have tried -
I used Kapersky recovery disc, this booted but then crashed.
Hiren would not boot at all, or Knoppix. The disc spins and this is all.
I then tried SATA to usb to find the files on another pc, it finds the hdd when attached to another pc, it says the contents are 0 bytes and produces a message saying the drive is not formatted and asks if I want to format it.

After this I returned it to him out of ideas to recover his files, he now says I can still keep the computer without having to recover the files. He has another computer, and the children use tablets.

I put the Linux Lite disc in and it booted to the desktop, then froze and I used the power switch to turn it off.
Now the screen remains black and the monitor light is red, so the monitor is not detecting the pc is attached to it.
I have also tried an alternative graphics card (out of this pc) in case this was faulty.
I have also removed and reseated the ram modules.

When switched on the power button lights up and stays on unless pressed/held to turn off, all fans spin up, pc not detected by monitor.

Does anyone have any ideas of what to try next, to get it to the stage I am able to get the monitor to realize it is attached and am able to begin instal of LL ?

Print this item

  Hello from Leicestershire, UK
Posted by: Richard B - 09-06-2014, 08:36 AM - Forum: Introductions - Replies (10)

I am a semi-retired computer consultant (mainly fixing local computer and Internet problems) and both a heavy user and promoter of FOSS. Linux (mainly Ubuntu flavours) has been my main system for years. I use it for office functions and desk top publishing (for our village magazine) as well as for client computer trouble shooting. I am not very keen on the Ubuntu Unity interface and tend to either install LXDE on top or go straight to Lubuntu. I like Lubuntu but always ditch Abiword due to problems with some documents and install LibreOffice (not perfect but neither is the M$ equivalent!). Linux Lite seems to fit the bill in terms of interface and default programs so I am trying out on my wife (as a replacement for XP) first!

I do use Raspberry Pi hardware for serving websites and for our domestic NAS, both based on Raspian. LL for Raspberry Pi, anyone?

Print this item