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: 7,984
» Latest member: EmmaAlva
» Forum threads: 9,472
» Forum posts: 62,475

Full Statistics

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

Latest Threads
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-06-2026, 05:35 AM
» Replies: 11
» Views: 902
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 295
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,530
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 545
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 332
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 27,959
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 319
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,267
xfce-panel fuzzy clock
Forum: Installing Software
Last Post: valtam
02-28-2026, 02:38 AM
» Replies: 1
» Views: 318
Unable to Mount External ...
Forum: Hard Drives and SSDs
Last Post: sqwuade
02-22-2026, 08:39 AM
» Replies: 7
» Views: 42,018

 
  IRC
Posted by: torolite35 - 03-27-2017, 05:00 PM - Forum: Installing Software - Replies (7)

Good afternoon friends of LL

I would like to know how to install IRC

I have stored something called irssi but I do not know how it is configured and the
Information on the internet is very contradictory. Could someone help me?

Thank you very much

Print this item

  Linux Lite and KDE?
Posted by: PinStripe - 03-27-2017, 04:09 AM - Forum: On Topic - Replies (11)

(Wasn't sure where to put this, but...)

I wish Linux Lite would be available in a KDE version as well.

I really am a KDE fan and love all the options it offers. Plus,
the KDE Connect works great with connecting your phone
to your desktop. I know you can do it on the XFCE desktop,
but i have had issues. It's not reliable.

Anyway, have you had any thoughts of adding another GUI
to this distro?

Print this item

  Shell script returning divide by zero error
Posted by: Tegid - 03-26-2017, 08:06 PM - Forum: Suggestions and Feedback - Replies (2)

'lite-tweaks-super' returning the following error:


Code:
:~/$ lite-tweaks-super
/usr/bin/lite-tweaks-super: line 812: ((: PERCENTAGE = 100 * 1 / 0 : division by 0 (error token is "0 ")

The 'while read  line' loop should not in theory at least by the looks execute any iterations if '$TOTAL_LINES' is zero, my scripting is largely POSIX (blame BSD) and not Bash so off the top of my head I'm not entirely sure what is going on here:


Code:
## Arrays execution
run_icon=/usr/share/icons/Faenza/actions/32/system-run.png
x=0
for k in "${!ARRAYC}"; do  x=$(( $x + 1 )); done  # Get the total number of selected items in the array

    TOTAL_LINES=$x

    printf '%s \n' "${ARRAYC}"|
    while read  line
        do
            $line     # Execute functions one by one
            if [ $? = 1 ]; then
                zenity --info --title=" Lite Tweaks" --text="Error:\n${line}"
            fi
        let i++
         (( PERCENTAGE = 100 \* ${i} / ${TOTAL_LINES} ))
         echo "$PERCENTAGE"

        if [ "$PERCENTAGE" == "100" ]; then
            echo "#Done"
            sleep 1
        fi

Print this item

  Administrator log in assumed by lite-* admin. tools
Posted by: Tegid - 03-26-2017, 07:01 PM - Forum: Suggestions and Feedback - Replies (5)

I will usually on first boot and while installing updates (from a console log in) use the administrator graphical log in to create a desktop user, which then becomes my default log in from second boot onwards (the policy being not to type an administrator password during an X11 session if at all possible, logging in to an administrator log in only from a console).

Now while applications like 'Install/Remove Software' and 'Users and Groups' correctly prompt for the password of the administrator log in even when logged in as a desktop user (they seem to be able to automatically deduce this somehow!), lite-* tools requiring an admin. log in assume an administrator is running the program in the first instance and duly prompt only for a password -- being logged in as a desktop user (without even any sudo rights) the program duly refuses to run.

I can however run lite-* admin. programs from a terminal as a desktop user, logging in as administrator with 'su -l <admin. user>' in the first instance, however it does leave the password exposed to key loggers (although running xterm selecting the 'Secure Keyboard' option is a way around this).

Print this item

  Num. lock default, install and first boot
Posted by: Tegid - 03-26-2017, 06:34 PM - Forum: Suggestions and Feedback - Replies (6)

A default setting of number lock switched on when installing and then on first boot is probably OK for a keyboard with a separate number pad, but where the numeric keypad is embedded into the querty keyboard (typically laptops) it can be confusing for a good while (i.e., figuring out what is going on).

The default boot configuration can be set with the lite-tweak tool - the problem being knowledge of which is only serendipitously acquired.

Print this item

  Anyone get Android to run in a VM?
Posted by: Tegid - 03-26-2017, 08:28 AM - Forum: Installing Software - Replies (3)


Android-x86 - Porting Android to x86 http://www.android-x86.org

Remix OS http://www.jide.com/remixos

PheonixOS http://www.phoenixos.com/

Print this item

  Illegal addon? (Calibre)
Posted by: Tegid - 03-25-2017, 07:10 PM - Forum: Installing Software - Replies (1)

PlayOnLinux will install Adobe Digital Editions DRM e-book (typically library books) reader which unfortunately stopped fully working (see https://www.playonlinux.com/en/app-2671-...ns_45.html) with the introduction of EPUB v3 in ADE v4.5 (all other features remain intact).

EPUB v3 e-books with DRM can however be read with a Calibre plugin.

Would this be in breach of Linux Lite illegal plugins policy?

If not I can post a tutorial on how to do this.

Print this item

  Window borders
Posted by: Tegid - 03-25-2017, 05:54 PM - Forum: Other - Replies (2)

Is there a quick and easy way to add borders to windows - things can get confusing when windows have content of the same colour.

Print this item

  Help Manual Suggestion
Posted by: Oobuntus - 03-23-2017, 07:12 PM - Forum: Suggestions and Feedback - Replies (2)

The Help Manual provides instruction for using dd to 'burn' the Linux Lite ISO to a USB stick. I think, perhaps, that most folks reading this in the manual are already using Linux Lite. But, irregardless, I submit that using UNetbootin to accomplish this is better.

Why?

When UNetbootin is used to burn the ISO, it leaves the USB stick completely writable.

This is very advantageous.

For example, such a stick allows me to not only carry my installer wherever I go, but also carry a large media collection, a bunch of ISOs, VM appliances, and my encrypted personal files, email and bookmarks with me as well!  With it, I can not only install an OS on a new computer but also conveniently restore onto it all of my 'baggage'. I use backup scripts to keep this content on the stick updated at regular intervals.

And whenever I want to update the stick with a new version of the OS, I don't have to re-format it. That is because I created on it a few folders into which I copied all of my baggage. So all I have to do is delete everything on the stick EXCEPT those folders. I can then use UNetbootin to burn a newer ISO onto the stick. I've been doing this now for quite some time without problem.

UNetbootin requires that the stick be prepared with standard FAT formatting. But this need be done only once.

The only thing that annoys me about the app is that the post-burn boot menu title is UNetbootin. However, due to the writability, this is easily rectified by editing the third line of syslinux.cfg on the stick to change 'UNetbootin' to something like 'Welcome to Linux Lite 3.2 64bit'. I have a item in my menu that does this for me, but it isn't much trouble to do it manually via leafpad in Thunar.

Consequently, it is not a waste of USB stick real estate to burn an ISO to a very large USB stick.

I have seen nothing about this use case on the Internet. I suggest that it might benefit some Help Manual readers to know about the advantages of UNetbootin used as an alternative to the dd method. And perhaps they should also know that this use case does not provide persistence for the installable OS.

Print this item

  LL 3.4 beta install error 1. And a comment.
Posted by: ChrisM - 03-23-2017, 05:23 PM - Forum: Installing Linux Lite - Replies (3)

Just come back to my laptop after installing 3.4 and completing stage 1 - Install Updates to find an error 1 message.  At the bottom of llupdate.log are the seemingly only lines that refer to an error and they say:

Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.0-66-generic_4.4.0-66.87_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Is this serious? It's all Greek/Sesuto/Ukranian to me.

Comment is:
The otherwise helpful opening screen that tells of these three install steps is not persistent and could not be easily restarted after this problem.  Is it designed to halt all activity until this error resolved or did it just sort of ...happen... dunno why?

I am itching to see if my 2005 Satellite Pro will run this distro - it's grown glacial, even on XP.:-(

Print this item