| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 2987 online users. » 0 Member(s) | 2983 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
update_failed - 400 Bad R...
Forum: Updates
Last Post: val
Yesterday, 10:57 PM
» Replies: 2
» Views: 48
|
Problem updating lite 7.6...
Forum: Updates
Last Post: val
Yesterday, 10:43 PM
» Replies: 6
» Views: 2,777
|
Problem updating LL6.2 - ...
Forum: Updates
Last Post: stevef
04-16-2026, 11:31 PM
» Replies: 1
» Views: 87
|
Project Litening
Forum: Linux Lite Software Development
Last Post: valtam
04-15-2026, 11:33 AM
» Replies: 16
» Views: 1,357
|
Website forum links not w...
Forum: Suggestions and Feedback
Last Post: valtam
04-06-2026, 12:32 AM
» Replies: 5
» Views: 415
|
time synchronization
Forum: Other
Last Post: LL-user
04-03-2026, 03:13 PM
» Replies: 5
» Views: 1,647
|
Permissions on a secondar...
Forum: Other
Last Post: stevef
04-02-2026, 06:26 AM
» Replies: 9
» Views: 716
|
Some windows fail to rend...
Forum: Video Cards
Last Post: Crimson Plasma
03-31-2026, 04:19 PM
» Replies: 4
» Views: 464
|
Linux Lite 7.8 Final Rele...
Forum: Release Announcements
Last Post: Wirezfree
03-29-2026, 10:21 PM
» Replies: 16
» Views: 31,534
|
Accidentally Deleted fold...
Forum: Hard Drives and SSDs
Last Post: trinidad
03-13-2026, 11:38 PM
» Replies: 3
» Views: 406
|
|
|
| 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]
|
|
|
|