Linux Lite 7.8 RC1 has been released - 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,860
» Latest member: brightondrone
» Forum threads: 9,444
» Forum posts: 62,324

Full Statistics

Online Users
There are currently 1239 online users.
» 1 Member(s) | 1233 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, derer

Latest Threads
Cant find up-to-date driv...
Forum: Video Cards
Last Post: justsumrandomcreture
Yesterday, 02:18 AM
» Replies: 0
» Views: 49
update error - PPA (stace...
Forum: Updates
Last Post: stevef
01-12-2026, 11:19 AM
» Replies: 1
» Views: 72
trying to update (while) ...
Forum: Installing Linux Lite
Last Post: stevef
01-11-2026, 08:27 AM
» Replies: 1
» Views: 75
Not Able to Install Googl...
Forum: Installing Software
Last Post: Orson_Yancey
01-09-2026, 06:50 PM
» Replies: 14
» Views: 539
Troubles installing 7.6 o...
Forum: Installing Linux Lite
Last Post: stevef
01-09-2026, 01:59 PM
» Replies: 3
» Views: 172
redshift-gtk
Forum: Other
Last Post: di0lh0
01-09-2026, 01:31 AM
» Replies: 1
» Views: 114
Linux Lite 7.8 RC1 Releas...
Forum: Release Announcements
Last Post: sqwuade
01-08-2026, 08:01 PM
» Replies: 23
» Views: 3,362
why that change in system...
Forum: Installing Linux Lite
Last Post: valtam
01-02-2026, 11:49 PM
» Replies: 3
» Views: 470
trouble updating os - PPA...
Forum: Updates
Last Post: stevef
01-02-2026, 05:59 AM
» Replies: 1
» Views: 242
Error when trying to inst...
Forum: Updates
Last Post: stevef
12-27-2025, 09:07 PM
» Replies: 1
» Views: 252

 
  Avidemux 2.6.8
Posted by: Colin23erk - 11-21-2014, 01:22 PM - Forum: Installing Software - Replies (4)

I have just installed [color=rgb(51, 68, 102)]Avidemux 2.5[/color].4 which is the current version in the repository .Whilst looking in tutorials I read that it had been updated to deal with a problem I have . Searching the Web there is a newer version that  has been out for over 12 months

Quote:UbuntuHandbook

News, Tutorials, Howtos for Ubuntu LinuxAvidemux 2.6.5 Released: Install / Upgrade in Ubuntu 13.04, 12.04 September 1, 2013

Does anyone know why the version in the repository has not been upgraded ?

rmcellig had the following Problem and got no help --- I have been trying to install the latest Avidemux 2.6.4 with no success. I tried compiling it from their website. I have also tried installing from ppa when I searched google. Doesn't work
Quote:

Colin

Print this item

  Can't Alt+Tab OpenGl games like Dota 2 on steam.
Posted by: gogobebe2 - 11-21-2014, 03:09 AM - Forum: Games Support - Replies (1)

I press Alt+Tab in dota 2 and it doesn't switch so I have to use the guake terminal key to get out without closing. Is there a way to enable the alt+tab function in OpenGl games like dota 2.

Print this item

  New endorsement from Sourceforge
Posted by: valtam - 11-20-2014, 11:52 PM - Forum: On Topic - Replies (5)

Virus free, damn straight, it's linux baby!

[Image: FioRIFe.png]

Print this item

  Music Thread
Posted by: bitsnpcs - 11-20-2014, 10:58 PM - Forum: Off Topic - Replies (1347)

You now need to read the rules, especially the new rule #15 to ensure your music is allowed.

Print this item

  Install-Updates Error
Posted by: Scott(0) - 11-20-2014, 08:50 PM - Forum: Installing Software - Replies (2)

If you get this error when runing "install-updates"

Code:
synaptic: no process found


I'm sure it will be fixed soon but in the meantime you can open a terminal and run:

Code:
sudo apt-get update
sudo apt-get upgrade

~Scott

For more information see reply #5 here
https://www.linuxliteos.com/forums/index...en#msg7299

Print this item

  Onlive help
Posted by: Ickey09 - 11-20-2014, 07:29 PM - Forum: Games Support - Replies (3)

Let me start with i know next to nothing about linux systems.

computer, 2008? macbook with new 1TB hard drive and soon new logic board with 16GB ram.

I have installed wine, and I've installed or i think i have directx9c. click onlive to launch and get , Failed to create Direct3D. Please ensure that you are running Directx9.0c or later. (status code: a44a)

I know basically nothing about bash and the terminal. I have used it to install with, but only with a tutorial to follow.

Print this item

  Laptop Lid switch issues
Posted by: bubblesdee - 11-20-2014, 01:58 PM - Forum: On Topic - Replies (2)

I am having issues with my HP pavilion laptop that is running Linux Lite 2.0
When I close the laptop lid, the screen will hibernate.  I don't want this.

I have changed actions that the laptop is supposed to do then the lid is closd in the settings GUI to ignore but the screen still goes black when the lid is closed.

From what I have read, I am supposed to do the following

1) open a terminal window
2) type " sudo leafpad /ect/system/logind.conf
3) find the line #HandleLidSwitch=(whatever value is in there now)
4) removed the # and change it to HandleLidSwitch=ignore
5) save the file and restart the computer

Does this sound correct?

I am very new to Linux and the command tool

I use the sudo Leafpad enrty because Linux Lite comes with Leafpad as the text editor correct?  I woulkd use sudo gedit if gedit was installed on Linux lite 2.0 , but I don't think it is.

Any help would be appreciated

Print this item

  GUI Updates script
Posted by: valtam - 11-20-2014, 10:36 AM - Forum: Linux Lite Software Development - Replies (52)

Hi folks,

I would like some volunteers to try this update script I have been working on and off for some months now.

This would require you to create this file first so that there is no interruption in the update process:
(source http://raphaelhertzog.com/2010/09/21/deb...d-by-dpkg/)

Code:
sudo leafpad /etc/apt/apt.conf.d/local

Code:
Dpkg::Options {
   "--force-confdef";
   "--force-confold";
}

save and close.

Here is the script:

Code:
leafpad ~/updatestest

copy into the following, then save and close, and make executable:

Code:
#!/bin/bash
#-----------------------------------------------------------------------------------------
# Name: Linux Lite Updates
# Description: A GUI tool to easily install Updates in Linux Lite.
# Authors: Misko_2083, Jerry Bezencon
# Date: Nov 20th, 2014
# Website: https://www.linuxliteos.com
#-----------------------------------------------------------------------------------------

# Kill off any package managers that may be running
sudo killall -9 synaptic
killall -9 gdebi-gtk

# Need a check here to see if any updates are available, if there are none, script pops up dialog box saying 'No Updates Available'


# Erase existing available info
sudo dpkg --clear-avail

# Linux Lite default dialog icon
ic="/usr/share/icons/zenity-llcc.png"

# Get list of available updated packages then populate them to /tmp/updateslist
zenity --question --title="Linux Lite Updates" --window-icon="/usr/share/icons/zenity-llcc.png" --text="We will now fetch the Updates list.\n\nClick Yes to continue or No to abort."
   if [ "$?" -eq "0" ];then

x=$( stdbuf -oL /bin/bash \-c '(sudo apt-get update \-y )' 2>&1 |
stdbuf -oL sed -n -e '/\[*$/ s/^/# /p' -e '/\*$/ s/^/# /p'|
zenity --progress --title="Updating package information..." --pulsate \
--width=600 --auto-close )

LISTNAMES=$(apt-get --just-print upgrade 2>&1 | perl -ne 'if (/Inst\s([\w,\-,\d,\.,~,:,\+]+)\s\[([\w,\-,\d,\.,~,:,\+]+)\]\s\(([\w,\-,\d,\.,~,:,\+]+)\)? /i) {print "Name: $1 INSTALLED: $2 AVAILABLE: $3\n"}' | tee /tmp/updateslist)

else
       exit 0
fi

# Call the zenity dialog to show update list
zenity --text-info --title="List of available Updates - Click OK to continue or Cancel to stop the update process" --width=700 --height=300 --filename="/tmp/updateslist"
   if [ "$?" -eq "0" ];then

# Main window dialogue.
INSTALLER_TITLE="Linux Lite Updates
-----------------------------------------------------------------------------------------------------------

Please make sure all software installation programs like
<b>Synaptic Package Manager</b> and <b>Gdebi</b> are closed before proceeding.

When you click on <b>Yes</b>, this window will close and the updates will begin.

-----------------------------------------------------------------------------------------------------------
Click on <b>Yes</b> to continue or <b>No</b> to cancel the updates process."

# Halt updates script if user selects Cancel
else
       exit 0
fi

# Continue script if no halt
INSTALL_ICON="/usr/share/icons/zenity-llcc.png"
APPNAME="Linux Lite"
       
        zenity --question --title="$APPNAME Updates" --window-icon="${INSTALL_ICON}" --text="${INSTALLER_TITLE}"

                if [ "$?" -eq "0" ]; then

x=$( stdbuf -oL /bin/bash \-c '(sudo apt-get upgrade \-y )' 2>&1 | tee /var/log/llupdates.log |
stdbuf -oL sed -n -e '/\[*$/ s/^/# /p' -e '/\*$/ s/^/# /p'|
zenity --progress --title="Updating..." --pulsate \
--width=600 --auto-close )

                                if [ "${PIPESTATUS[0]}" -ne "0" ]; then
                       
                                        zenity --error \
                                        --title="Error" --text="$APPNAME Updates have failed."
                                        exit 0
                                fi

                else

                                        exit 0
                fi

PROCEED=$(zenity --question --title="$APPNAME Updates" --window-icon=/usr/share/icons/zenity-llcc.png --text="Updates have finished installing.\n\nWould you like to view the $APPNAME Updates log?"; echo $?)
if [ ${PROCEED} -eq 1 ]; then
   zenity --info --title="$APPNAME Updates" --window-icon="${INSTALL_ICON}" --text="$APPNAME Updates Complete."
   exit;
else
   zenity --text-info --title="Updates Log" --width=700 --height=300 --filename="/var/log/llupdates.log"
fi

exit 0

Then open terminal and run:

Code:
gksudo ./updatestest

and let me know how you get on.

Thanks Smile

Print this item

  [SOLVED] After switching to the nvidia driver, the xfce setup is messed up
Posted by: gogobebe2 - 11-20-2014, 05:30 AM - Forum: Video Cards - Replies (14)

I recently installed linux lite. I went to change from the nouvea driver to the nvidia legacy updates driver, restarted my pc. I remember being prompted to have default xfce  or something else and I think I clicked ok but can't remember. Then my whole xfce system went from the normal xfce setup that comes when you install linux lite to the default bad looking default xfce that is plain xfce. Does anyone know how I can change this back?
Thanks help is much appreciated.
Smile

This is what it looks like now:
[Image: Screenshot_11202014_06_26_28_PM.jpg]

My system info:
Here is the hardinfo_report.html I generated:
http://pastebin.com/ECSYzqH0

Print this item

  Yahoo to replace Google as default U.S. Firefox search engine
Posted by: valtam - 11-20-2014, 02:48 AM - Forum: Off Topic - Replies (7)

What do you all think of this? http://fortune.com/2014/11/19/yahoo-to-r...ch-engine/

Print this item