| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,984
» Latest member: EmmaAlva
» Forum threads: 9,472
» Forum posts: 62,475
Full Statistics
|
| Online Users |
There are currently 1711 online users. » 1 Member(s) | 1705 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Crimson Plasma
|
| Latest Threads |
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-06-2026, 05:35 AM
» Replies: 11
» Views: 899
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 288
|
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,935
|
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,264
|
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,017
|
|
|
| Please advise on 2.2 -> 2.4 upgrade issues |
|
Posted by: lite098765 - 04-03-2015, 01:49 PM - Forum: Installing Software
- Replies (2)
|
 |
Sorry to be a PITA, but the upgrade process clearly doesn't work for me, and I don't see how it even could. Here's a bit from lite-upgrade-series2. Note that it is executed without sudo. The first call it makes is MKDIRBUPS, again without gksudo. It tries to create a backup directory under /etc/skel, which is owned by root and is not publicly writable: drwxr-xr-x 21 1000 root 4.0K Dec 1 01:57 skel. So, it is either my permissions are off or the upgrade script is broken. I have everything updated and upgraded. What should I do?
Code: # Set functions for non-root execution
# The ones that need root go to the other file: lite-upgrade-system-series2
MKDIRBUPS() {
echo "#Creating back up directories..."
sleep 2
mkdir -p /home/$USER/.llupgradebackup/2.4
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
echo "#Error"
sleep 2
zenity --error \
--title="Error" --text="There was an error while\nCreating back up directories!\nUpgrade canceled."
exit 1
fi
mkdir -p /etc/skel/.llupgradebackup/2.4
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
echo "#Error"
sleep 2
zenity --error \
--title="Error" --text="There was an error while\nCreating back up directories!\nUpgrade canceled."
exit 1
fi
}
|
|
|
| (solved) LinuxLite 2.4 64bit Thinks it's 2.2 after update - Won't boot |
|
Posted by: davidoser - 04-02-2015, 01:45 PM - Forum: Installing Software
- Replies (14)
|
 |
Hum
Just as it says in the Subject.
I was delighted with v2.2 but thought a fresh install of 2.4 (64 bit) might delight me even more. So I downloaded and installed it. Actually a full install into a 32g USB stick from the live version, using 'something else' - separate partitions for boot, root, home, etc.
It then booted just fine, calling itself 2.4 on the boot loader.
I then went to 'install updates' and did so. No errors reported. Unfortunately I then shut down and attempted to reboot. But Grub now showed v2.2. And, of course, it won't boot.
Now, folks, is it just me - or did one of the alleged updates bork the Grub file? Or something?
Do I need to install afresh (avoiding updates for a while) or is there something a not especially linux-knowledgeable guy can do...?
|
|
|
| Krita (Digital Painting) 2.8 / 2.9 |
|
Posted by: whateverthing - 04-02-2015, 04:20 AM - Forum: Installing Software
- Replies (6)
|
 |
Hi -- Up to last week, I was using Krita in LinuxLite 2.2 on my Lenovo ThinkPad.
With the release of LL 2.4, I decided it was time to do a clean install and get rid of my Windows XP dual-boot. So I did, and now LL has my entire hard drive to itself. So far, so good.
Now I want to re-install Krita. In Synaptic Package Manager, 2.8.5 is the latest version listed. I'd like to install Krita 2.9, so I followed the Ubuntu steps on this page (adding the Kubuntu backports repository):
https://krita.org/download/krita-desktop/
When I launched Krita I get a "Critical Error: Essential application components could not be found", and the title screen behind it seems to say version 2.8.5.
I was hoping for Krita 2.9, so I found instructions on this page:
http://ubuntuhandbook.org/index.php/2015...ntu-14-04/
...where it says I should "install krita-2.9 krita-2.9-dbg". But when I do, it says it can't locate either of those resources.
I'd settle for a working copy of Krita 2.8, so I've also tried uninstalling the Krita packages with Synaptic, and re-installing with Synaptic, and I still get the Critical Error when I try to run it.
I feel stuck. I'd sure appreciate any help! Thanks.
|
|
|
| [Solved] Light Locker crashes in Linux Lite 2.4 after upgrade |
|
Posted by: jerobero500 - 04-01-2015, 04:36 PM - Forum: Installing Software
- Replies (3)
|
 |
Upgraded the 2.4 beta to 2.4 final and when i click on light locker settings from the menu it flashes for a second and then its gone. terminal says i have the latest light locker, litedm, xscreensaver. have reinstalled lightlocker and xscreensaver. I am able to lock and unlock the screen . just not able to get the program to chang it to open.
Here is results from terminal command
jeff@jeff-RF800AA-ABA-SR2011WM-NA680:~$ /usr/bin/light-locker-settings
Traceback (most recent call last):
File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 541, in <module>
main = LightLockerSettings()
File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 97, in __init__
self.init_settings()
File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 240, in init_settings
use_light_locker = settings['light-locker-enabled']
TypeError: 'NoneType' object has no attribute '__getitem__'
jeff@jeff-RF800AA-ABA-SR2011WM-NA680:~$
[attachment deleted by admin, expired]
|
|
|
| Linux-Lite Remastered |
|
Posted by: oldsmokey - 04-01-2015, 02:37 PM - Forum: Linux Lite Software Development
- Replies (3)
|
 |
hello
i am new to Linux-Lite but am very impressed at this point,i install many dif distros to see what i can tweak and still have it work.so far all is great i have updated and remastered and am soon to try out my HTPC software ,Minitube,Kodi and others.i offer iso's
to try if interested intel and nvidia all tools to build are left in place to learn from.
i will work on one to play quakelive from soon...
i do have quakelive ready now and seems to work very well if anybody wants to try it out you need a quakelive acct even a free one will work iso will be ready to share later today.let me know very cool stuff...
|
|
|
| Live persistence |
|
Posted by: bugfree - 04-01-2015, 07:37 AM - Forum: Installing Linux Lite
- Replies (9)
|
 |
I have LL on a 8GB stick using Unetbootin. It has many programs installed. Have done the usual trick of deleting the casper-rw file, resizing and making an ext2 partition labeled casper-rw for persistence. According to gparted the size of the stick is 7.45GiB with 5.28Gib used and 2.17Gib unused.
Used DD to copy to a 16Gb stick which successfully cloned the 8Gb stick breaking it into a 8Gb partition and an 8Gb unallocated partition. I want to increase the persistence to use all the 16Gb stick, i.e. the unallocated partition, but retaining the installed progs.
Initially, I deleted the casper-rw file and reduced the OS to a minimum. This of course removed all the installed programs leaving just the OS.
Could anyone offer any suggestions as to how I might go about achieving this. Tks!
|
|
|
|