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,001
» Latest member: midcitiespsychiatry
» Forum threads: 9,474
» Forum posts: 62,484

Full Statistics

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

Latest Threads
update_failed - 400 Bad R...
Forum: Updates
Last Post: stevef
Today, 05:25 AM
» Replies: 1
» Views: 36
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 82
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,347
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 410
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,640
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 709
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 459
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 31,407
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 401
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,530

 
  Evince can't search in pdf
Posted by: onemansubmarine - 02-02-2015, 08:06 PM - Forum: Other - No Replies

Hello Folks,

I have a problem with Evince and apparently poppler, since I can't search pdfs created by pdfLaTeX. With other pdfs it works perfectly fine. I searched a little in the net and some suggested to upgrade the libpoppler44 as it might be outdated. However, libpoppler can't be updated in the repo because it is already the newest version!

my Evince Version: 3.10.3
libpoppler44 Verion: 0.24.5

Both came as default in linux lite 2.2

What do you think?

best

onemansubmarine

Print this item

  Amigo from Michigan.
Posted by: amigo - 02-02-2015, 02:49 PM - Forum: Introductions - Replies (7)

Been using linux for several years and have tried a bunch of the distros. I'm a "user" and usually lean towards the distros marked for "beginners'. I've installed Lite on an old Dell Inspiron 530 and so far I'm finding it easier to use that a lot of those listed in the "beginners" section.
We'll run it for awhile and see what happens. First look..... I'm liking what I see.

Print this item

  Autologin: possible bug report?
Posted by: Hans - 02-02-2015, 07:54 AM - Forum: On Topic - No Replies

Hi there guys,

After being reluctant to do it, I enabled autologin in my laptop running LL 2.2. For some reason, that messed up pulse audio... I was able to skip the login, but I couldn't watch youtube videos anymore. It kept changing stuff on the sound settings every time I restarted.

I have disabled autologin and everything's back to normal.

EDIT: It's something else breaking the sound settings. I dunno what. Any help, will be immensely appreciated.

Anyway, I thought I let you guys know.

Cheers!

Print this item

  Wallpapers - Gimp
Posted by: zygmunto - 02-01-2015, 10:55 PM - Forum: Wallpapers - Replies (47)

Hello! Some wallpapers that I did last time...

[Image: 04ID6oH.png?1]
[Image: auDYAjf.jpg]
[Image: VeqRmMu.png]
[Image: hhBpXTW.png]
[Image: EMNSwle.png]

Print this item

  [Nearly SOLVED] Permissions in Thunar
Posted by: ukbrian - 02-01-2015, 01:38 PM - Forum: Suggestions and Feedback - Replies (12)

When running the live DVD if I open thunar and I click on a partition in the sidebar it opens and displays the contents but after installing on a HDD and I do the same thing it asks for my password.

On other 14.04 distros the partitions are displayed unmounted but when you click on one it just auto mounts and displays the contents so I'm guessing the permissions ain't being set by the installer correctly.

Also as I've mentioned elsewhere the default keyboard is not being set by the installer it remains set as US keyboard. this again doesn't happen with other 14.04 versions.

I've added the UK keyboard and deleted the US one, rebooted and gone into keyboard settings, checked " Use system defaults" and it returns to the US settings.

Sorry if I come over as being negative but I feel these points should be addressed.

I like what your doing! you have attracted a strong loyal community, well done the team, good luck be with you all.
ukbrian

PS
I keep getting emails when I post a PM and I can't find where to turn them off, I've been through every profile option, I don't find the software very intuitive.

Print this item

  Changing forums username
Posted by: Hans - 02-01-2015, 07:31 AM - Forum: Off Topic - Replies (4)

Hi All,

Is there any way of changing my username in the forums, other than requesting it from the admins?

I'm a bit tired of being a legendary vampire... however, if not possible that's all fine.

Cheers!

Print this item

  Quick grab Scott's albums
Posted by: anon222 - 02-01-2015, 12:27 AM - Forum: Scripting and Bash - Replies (3)

This will download Scott(0)'s albums from imgur.com
If you want to see the images click here.

Instructions.
Save the script anywhere, make executable, run (double click or via Terminal ./scott.sh).

Code:
#! /bin/bash

save_path(){
SAVE=$(zenity --file-selection --directory --title="Where do you want to save the images?")
    if [ "${PIPESTATUS[0]}" -ne "0" ]; then
        exit 0
    fi
#Create and then enter directory
cd "$SAVE"
mkdir "$NAME"
cd "$NAME"
}

get_list(){

LIST=$(mktemp /tmp/image_list.XXXXXX)

    for i in $(curl $URL | grep '{"hash":"' | sed 's/,/ /g;s/}[ ]{/\n/g;s/}].*$//g;s/.*\[{//g;s/"hash":"/i\.imgur.com\//g' | sed 's/"[ ]".*ext":"//g;s/".*$//g')
        do
            echo $i>> $LIST
        done
}

download(){
i=1
TOTAL_LINES=$(wc -l <$LIST)

for line in `cat $LIST`
    do
        wget -q $line 2>/dev/null       
        (( PERCENTAGE = 100 \* ${i} / ${TOTAL_LINES} ))
        echo "$PERCENTAGE"
        echo "#$PERCENTAGE% Downloaded"
        let ++i
        if [[ "$i" -gt  "$TOTAL_LINES" ]]; then
            break
        fi
    done | zenity --progress --auto-close --title="Downloading..."
   
unset URL
unset i
}

main_window(){
URL=$(zenity --list --radiolist --ok-label="Select" --cancel-label="Exit" --title="Quick Grab Scott's images" \
--text="Select Scott's albums you whish to download.\nThen, select the location you whish to save the images.\nAlbum's directory will we automatically ceated.\nhttp://scott53.imgur.com/" --height=490 --width=390 --hide-column=4 --print-column=4 \
--column="Pick" --column="Name" --column="Total images" --column="url" \
"TRUE" "Chalet OS 14.04" "50" "http://imgur.com/a/sp8Lu" \
"FALSE" "Elementary OS - Luna" "21" "http://imgur.com/a/8BZYD" \
"FALSE" "Linux Lite 2.2" "17" "http://imgur.com/a/mPNBt" \
"FALSE" "Linux Lite 2.0" "13" "http://imgur.com/a/bKmTP" \
"FALSE" "Linux Lite 1.0.8" "11" "http://imgur.com/a/U60p3" \
"FALSE" "Linux Lite 1.0.6" "19" "http://imgur.com/a/ZTnG4" \
"FALSE" "Linux Mint 17 Qiana XFCE" "24" "http://imgur.com/a/39E1J" \
"FALSE" "LXLE 14.04" "100" "http://imgur.com/a/EyYpO" \
"FALSE" "LXLE 12.04.4" "98" "http://imgur.com/a/hPT7V" \
"FALSE" "Makulu Cinnamon Debian Edition 1.0" "45" "http://imgur.com/a/86cL2" \
"FALSE" "Makulu 5.0 - XFCE" "79" "http://imgur.com/a/SuPAb" \
"FALSE" "Ubuntu Mate 14.10" "37" "http://imgur.com/a/ZXfzb" \
"FALSE" "Voyager 14.04.2" "176" "http://imgur.com/a/E6EiL" \
"FALSE" "Zorin 9 - Core" "18" "http://imgur.com/a/MD0If" \
)
    if [ "${PIPESTATUS[0]}" -ne "0" ]; then
        exit 0
    fi

case $URL in
"http://imgur.com/a/sp8Lu")
NAME="Chalet OS 14.04"
;;
"http://imgur.com/a/8BZYD")
NAME="Elementary OS - Luna"
;;
"http://imgur.com/a/mPNBt")
NAME="Linux Lite 2.2"
;;
"http://imgur.com/a/bKmTP")
NAME="Linux Lite 2.0"
;;
"http://imgur.com/a/U60p3")
NAME="Linux Lite 1.0.8"
;;
"http://imgur.com/a/ZTnG4")
NAME="Linux Lite 1.0.6"
;;
"http://imgur.com/a/39E1J")
NAME="Linux Mint 17 Qiana XFCE"
;;
"http://imgur.com/a/EyYpO")
NAME="LXLE 14.04"
;;
"http://imgur.com/a/hPT7V")
NAME="LXLE 12.04.4"
;;
"http://imgur.com/a/86cL2")
NAME="Makulu Cinnamon Debian Edition 1.0"
;;
"http://imgur.com/a/SuPAb")
NAME="Makulu 5.0 - XFCE"
;;
"http://imgur.com/a/ZXfzb")
NAME="Ubuntu Mate 14.10"
;;
"http://imgur.com/a/E6EiL")
NAME="Voyager 14.04.2"
;;
"http://imgur.com/a/MD0If")
NAME="Zorin 9 - Core"
;;
esac
}

main_window
save_path
get_list
unset URL
download
rm $LIST
thunar "$SAVE" &
exit 0

Print this item

  [SOLVED] Custom Avatar for the Forum?
Posted by: gold_finger - 01-31-2015, 10:37 PM - Forum: On Topic - Replies (8)

Ok -- I'm lost!

I can't seem to figure out how to setup a custom avatar for my profile on the forum.  Want to change from the default penquin I picked to something else.  Anyone have any idea how to do that?  And is it possible to upload an image to imgur and link to that for this purpose?

Thanks.

Print this item

  Pipelight-plugin
Posted by: iwar - 01-31-2015, 10:54 AM - Forum: Other - Replies (8)

I have run Pipelight for a long time from 1.06 to now and it have worked fine. But now it wont start the blue cirkel of dots keep running 
any sugest to help. I run ll 2.2

Print this item

  Backups with Redo, Deja Dup, & Time Machine
Posted by: Coastie - 01-30-2015, 07:37 PM - Forum: Off Topic - Replies (5)

I read about Redo in www.868212.xyz/forums/index.php?topic=1561.msg11043 topic. I use Deja Dup to back up my doc, pictures, .mozilla, .thunderbird, etc. but not my desktop settings. Not sure how or if I should backup my desktop settings. I have used these backups moving up in versions of Linux Lite.

Is Redo just a different or is it a better back up program. If Redo is in the DVD drive will it back up to a separate writable CD drive? How big of a USB would I need? Does it need a separate USB from the one that Deja Dup uses?

I do have an external hard drive that my iMac uses with Mac Time Machine. Plenty of room but I do not know if Redo and Time Machine will share it.

:-\

Print this item