| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1588 online users. » 0 Member(s) | 1584 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
3 hours ago
» Replies: 6
» Views: 745
|
time synchronization
Forum: Other
Last Post: LL-user
Yesterday, 12:18 AM
» Replies: 1
» Views: 132
|
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,038
|
Problem updating lite 7.6...
Forum: Updates
Last Post: valtam
11-06-2025, 10:11 PM
» Replies: 3
» Views: 248
|
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 348
|
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,012
|
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 196
|
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 423
|
grub-efi-amd64-signed pac...
Forum: Security & Bug Fixes
Last Post: stevef
10-30-2025, 10:54 AM
» Replies: 12
» Views: 8,236
|
Series 8 development News...
Forum: On Topic
Last Post: valtam
10-30-2025, 05:40 AM
» Replies: 0
» Views: 188
|
|
|
| Updater |
|
Posted by: Alex - 10-04-2014, 01:04 AM - Forum: Installing Software
- Replies (4)
|
 |
I keep getting a box opening up every couple of days informing me that my system needs to be updated and that so many Mb will be installed. I have been following the instructions, but now I am not sure where they are coming from as they are what I would expect from a rolling distro...am I worried for no reason?
|
|
|
| Virtual Box |
|
Posted by: Alex - 10-04-2014, 01:00 AM - Forum: Installing Software
- Replies (7)
|
 |
I have installed Windows XP in a virtual box in order to access some files i had saved. How do or can I get the Win XP in the virtual to 'see' USB drives?
|
|
|
| Partitioning a hard drive |
|
Posted by: AZ - 10-03-2014, 06:03 PM - Forum: Installing Linux Lite
- Replies (10)
|
 |
I'm trying to put LL on a Windows XP computer and I'm not given the option to install LL alongside XP. I have approx. 10GB of free space. The help manual says I may need to partition my hard drive. I've never partitioned a hard drive and I could use some help. If someone could give me step by step instructions, I would appreciate it. Thanks.
AZ
|
|
|
| Can't set my resolution to 1080p |
|
Posted by: kindofpop - 10-03-2014, 01:42 AM - Forum: Video Cards
- No Replies
|
 |
Hello, By default i dont have 1080p resolution so when i try to add it using xrandr i get an error.
Code: mateusz@MateuszPC:~$ gtf 1920 1080 60
# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
mateusz@MateuszPC:~$ xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
mateusz@MateuszPC:~$ xrandr --addmode CRT1 "1920x1080_60.00"
mateusz@MateuszPC:~$ xrandr --output CRT1 --mode "1920x1080_60.00"
xrandr: Configure crtc 0 failed
HD6850, fglrx-updates driver, Samsung S22C150 Screen, danke
|
|
|
| Preview and download images and files with zenity dialog |
|
Posted by: anon222 - 10-03-2014, 01:38 AM - Forum: Scripting and Bash
- No Replies
|
 |
I've experimented with --text-info, I've discovered it is possible to view and download images and any other files with it with just drag and drop.
Hrere we go, with this it's easy to quick grab images.
This script opens Scot(0)'s image from imgur.com in zenity dialog
Image can be dragged to the Desktop.
It will copy the image to the Desktop.
--checkbox can be removed here 
Code: #!/bin/bash
zenity --text-info --title="Forums" --width=1000 --height=800 --html --url="http://i.imgur.com/7izQZgD.jpg" --checkbox="I'm sure I want to remove Windows"
if [ "$?" -eq "0" ];then
zenity --info --text="You clicked OK,\nWindows destroyed. :)"
else
exit 0
fi
This script opens /github.com/linuxlite/litesoftware
Find a button 'Download ZIP', drag it to the desktop
It will copy master.zip on the Desktop
Code: #!/bin/bash
zenity --text-info --title="Forums" --width=1000 --height=800 --html --url="https://github.com/linuxlite/litesoftware"
if [ "$?" -eq "0" ];then
zenity --info --text="You clicked OK"
else
exit 0
fi
This oone opens dfgkh547-jsdfv8.iyhkj.tk/forums/ and does nothing special 
No link can be used or clicked.
Code: #!/bin/bash
zenity --text-info --title="Forums" --width=850 --height=800 --html --url="http://dfgkh547-jsdfv8.iyhkj.tk/forums/"
if [ "$?" -eq "0" ];then
zenity --info --text="You clicked OK"
else
exit 0
fi
The last one opens a local index.html file but doesn't load any images.
Code: #!/bin/bash
zenity --text-info --title="Forums" --width=850 --height=800 --html --filename="/usr/share/doc/litemanual/index.html"
if [ "$?" -eq "0" ];then
zenity --info --text="You clicked OK"
else
exit 0
fi
Anyway the script can be used instead of --question dialog
Just need to replace 'zenity --info --text="You clicked OK"' with a command.
|
|
|
| Lite Cleaner minor problem |
|
Posted by: Coastie - 10-02-2014, 08:36 PM - Forum: Suggestions and Feedback
- Replies (1)
|
 |
After cleaning my computer, Lite Cleaner always shows 84K of package cache still to be removed and still some thumbnail cache to be removed.
Otherwise seems to be working it because it apparently removes whatever more than 84k of package cache that was shown and after Firefox is cleaned, it does not show up immediately afterwards at all.
|
|
|
| Install updates entry missing from whisker menu |
|
Posted by: justme2 - 10-02-2014, 11:20 AM - Forum: Other
- Replies (3)
|
 |
My first install of LL2.0 eventually had a corrupted menu, including loss of 'Install Updates' entry. So I re-installed LL2.0 a few days ago and again the Install Updates entry has gone. I have not clicked the Restore button, so it seems the Whisker menu is buggy. However, I had made a note of the command for the update entry and created a new entry under System, which runs the update script and seems to be OK. I would just like to be reassured that my action to correct this will not cause later problems.
Also, what is the purpose of the 'Install Release' menu entry? I have already installed the latest release version.
TIA for any response.
|
|
|
| Updates withheld |
|
Posted by: pete284 - 10-01-2014, 09:32 AM - Forum: Other
- Replies (1)
|
 |
I regularly run Install Updates, I recently noticed that the script was saying 19 updates withheld. I noticed that the new Lite Cleaner was not being installed either.
Anyway I left it but recently had a major error with LibreOffice when it refused to save any documents giving the error: libre office 4.2.6.2 write error error writing file. This was the same on all 3 profiles on the machine and I even removed all the libreoffice profiles and created new ones to see if this fixed it but it did not.
I tried the install updates but again it said it was holding back the libreoffice updates (amongst others).
I then booted up Synaptic which confirmed I had 19 updates of 340mb in size. I applied these updates which installed both lite cleaner and updated LibreOffice to version 4.3.2.2. I ran the lite cleaner after the updates and all is back to normal now where I have the ability to save LibreOffice files.
I was wondering why the install updates script was holding back these updates (which obviously were causing issues on this machine)
|
|
|
| Very Slow Software Startup |
|
Posted by: Duckeenie - 10-01-2014, 01:39 AM - Forum: Other
- Replies (4)
|
 |
First of all it only seems right that I begin by saying thanks for what appears to be a wonderful distro so far, please keep up the good work.
I do however have the following problem that I hope somebody can help with:
When I run "Install additional software" and "NTFS configuration tool" both take around 3-5 minutes before they are visible and ready to use, during the wait the system is also very unresponsive. All the other programs I've tried seem to work perfectly.
Any ideas? Anything I can do to troubleshoot further?
PS: I just noticed it exhibits the same behavior when login out, in fact it consistently takes 2:37 secs. Shutting down from the terminal works fine.
[attachment deleted by admin, more than 25 days old]
|
|
|
|