Beta Testers wanted for Lite Series Upgrade - Click here to register interest


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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 7,729
» Latest member: civilmeager
» Forum threads: 9,427
» Forum posts: 62,207

Full Statistics

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

Latest Threads
5 Minute Boot
Forum: Other
Last Post: valtam
17 minutes ago
» Replies: 1
» Views: 22
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: val
11-15-2025, 04:37 PM
» Replies: 10
» Views: 309
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
11-15-2025, 02:20 PM
» Replies: 19
» Views: 331
Hello!!!
Forum: Introductions
Last Post: stevef
11-15-2025, 05:35 AM
» Replies: 1
» Views: 59
No authentication when i ...
Forum: Start up and Shutdown
Last Post: stevef
11-15-2025, 05:33 AM
» Replies: 1
» Views: 58
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-13-2025, 11:52 PM
» Replies: 5
» Views: 430
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 906
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 215
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,275
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 473

 
  Why hello there
Posted by: imitchell - 12-21-2015, 04:34 AM - Forum: Introductions - Replies (3)

Hi, I'm Ian, but you can call me imitchell (this is going to be like a dating profile thing just so you know). I'm an amateur IT guy and physicist. I switched to Linux Lite on my desktop (with Mint on my laptop and Debian on my server) because I was tired of getting shat on by microshaft, and decided to go from Windows 7 to Linux Lite, it's absolutely fantastic. Linux Lite (and Mint) are a perfect desktop experience, and Linux Lite is perfect for gaming. Along with my IT and scientific needs. Oh, and it's also great for my record obsession.

Print this item

  Mounting Games in GMod
Posted by: imitchell - 12-21-2015, 04:29 AM - Forum: Games Support - Replies (2)

So, when I try to mount games in GMod, the checkboxes to mount said games aren't there  :-\ , anybody have a solution?
Thanks  ;D
-Ian

Print this item

  Something odd - Linux Lite v2.6 download burns v2.4 Live CD
Posted by: br1anstorm - 12-20-2015, 09:34 PM - Forum: Installing Linux Lite - No Replies

I'm still a novice in the world of Linux, so I am still exploring and experimenting.  I had tried out Linux Lite 2.2 some time back, and I thought I'd take a look at the latest version - 2.6.

I have more than one laptop.... so I usually run trial distros either from a live CD (actually, a DVD as the .iso is too big for a CD) or from a YUMI multiboot USB stick.

Something weird happened with Lite 2.6.  I downloaded and saved the .iso (clearly listed as Lite 2.6, 64-bit version) successfully from the nearest "mirror" site.  I then installed it on my USB stick using YUMI (as I have done before, and with other distros).  All worked well.  I booted into Lite 2.6 from the stick, and it runs perfectly.

I thought I might as well burn a DVD too, so that I have that alternative way of running a Live session.  I did so - from the same .iso.  The odd thing was - when I booted up from that DVD, it launched as Lite 2.4! No sign of the latest 2.6 features (such as the Control Centre).  And when I ran Lite 2.6 from the USB stick, and then inserted my DVD to check what was on it, the label, and the properties, say "Linux Lite 2.4 64 bit".

Obviously that's not an immediate problem, as I'm only running trial sessions.  But if or when I want to install v 2.6, I clearly can't do so from this LiveDVD. Perhaps I could install v2.4 and then upgrade, but it would be nicer to have v2.6 straight off the bat

I just wondered why - if the downloaded .iso was clearly Lite 2.6 - the LiveDVD I burned is version 2.4?

Print this item

  'Encrypt the new Linux installation for security'
Posted by: torreydale - 12-20-2015, 08:28 AM - Forum: On Topic - Replies (5)

Why is this option during the installation frowned upon by Linux Lite?  Does it not work?

Print this item

  VirtualBox install from Oracle site removed gksudo
Posted by: r0ckrat - 12-18-2015, 03:07 AM - Forum: Installing Software - Replies (4)

I installed VirtualBox from the Oracle website, and it looks like it removed the gksudo program. Fairly new to Linux, and didn't know that one app could remove another at install...

How can I get it back so that the update, system report, and other LinuxLite features work again?

Print this item

  Hacker Builds A Self Driving Car With Ubuntu Linux
Posted by: torreydale - 12-17-2015, 03:28 PM - Forum: Off Topic - Replies (2)

http://www.bloomberg.com/features/2015-g...iving-car/

Print this item

  ( SOLVED ) DUAL BOOT-UP problem
Posted by: oxo42 - 12-16-2015, 05:40 PM - Forum: Installing Software - Replies (5)

Hi all,

        I have a boot-up problem !  but before I give details I would like to ask a question ( it may save lots of time )

Is it possible to Dual Boot with 2 different Linux O.S.

                    Thanks.

Print this item

  Thunar custom action for viewing a file's copyright or EXIF information.
Posted by: avj - 12-16-2015, 05:13 PM - Forum: Tutorials - Replies (5)

I have been looking for a while for a utility to view extra information from different file types. Things like copyright, version, size information in jpeg files, and found many utility programs that would view one type of file or another, but not several different types.  Today I found what I was looking for and thought I would share it with the community.  For this custom action to work you have to install a package named "libimage-exiftool-perl". Then create a new thunar custom action:

Open file manager by clicking the home folder icon on the panel.  From the file manager menu select "Edit", then click on "Configure custom actions", click the "+" icon on the right to add a new custom action fill the fields with the info below.

NAME: File Information

DESCRIPTION: Display extra file information.

COMMAND: exiftool %f | zenity --width=640 --height=480  --text-info --title="File Information"

On the "Appearance Conditions tab check all boxes except Directories, and then click "OK".

This will give a right click menu item in the file manager to view extra info on many different file types including windows .exe .dll files.

Hopefully this will be helpful to others looking for this information.
Maybe this could be added to LL if enough people find it useful.  Smile

Print this item

  Linux Lite is not listed as Distro
Posted by: EDS - 12-15-2015, 08:35 PM - Forum: Installing Software - Replies (6)

Linux Lite is not listed as an HP distro option for new printer install.  Can I click an alternative "Distro" box??

Print this item

  clamav 0.99.0 update
Posted by: tomt - 12-14-2015, 09:55 PM - Forum: On Topic - Replies (7)

Jerry need to update latest clam av in repository. Can download and install but it is always better to do it through synoptic package manager. Thanks, and thanks for a great distro.

      www.clamav.net/download.html

Print this item