You are Here:
Linux Lite 7.0 RC1 Released - See Release Announcement Section



Recent Posts

Pages: [1] 2 3 ... 10
1
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on Today at 09:25:58 AM »
Did you get the 127 error code too Trinidad?  I saw it every time the script crashed when I was initially testing it.



The " '[' 127 -ne 0 ']' " part was being generated from line 786 where "127" was the output of PIPESTATUS(0)

Code: [Select]
if [ "${PIPESTATUS[0]}" -ne "0" ]; then _clean_up; exit 0 ; fi # If Quit is clicked then exit
Quote
anyway the PIPESTATUS(0) array was being populated with the error code 127

Generally means command not found so usually something is out of wack with the PATH system variable. Only a few things could have caused this, given that the previous 6.6 code worked fine. Policy kit is iterated differently between 6.6 and 7. The polkit.service file path in systemd is slightly different with the full service configuration being written directly in the .service file in 7 but daemonized in 6.6.
Code: [Select]
systemctl status polkitCompare between the two.
Given that it's a c2 (command) server perhaps Lite Tweaks user has to be added to polkit.service and/or path to User must be iterated differently in Lite Tweaks.

TC
   
2
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on Today at 09:07:37 AM »
The new Welcome screen app graphics look great Jerry!  Nice work!

I made some more progress on the lite-tweaks issue.  I was trying to figure out why the zRAM tweak no longer worked in LL7 and was thinking there was something with the script that couldn't be interpreted with the newer version of bash - WRONG!

The crux of the problem with lite-tweaks on LL7 is that the Whisker Menu tweak was commented out and somehow that threw a bug in the script that caused trouble with the zRAM portion of the script to exit with a 127 code.  https://linuxconfig.org/how-to-fix-bash-127-error-return-code

I.e. the lite-tweaks script (/usr/bin/lite-tweaks) from LL6.6 works fine in LL7! - except for the fact that the Whisker Menu tweak no longer functions properly.  The reason the Whisker Tweak no longer works is because the path/file "$HOME/.config/xfce4/panel/whiskermenu-10.rc" no longer exists in LL7, and the Whisker Menu tweak script tries to replace the data on line 2 of that file with "recent=" (thereby deleting the "Recently Used" apps from the list.)  The new version of Whisker menu apparently stores that data elsewhere or in a different way.

I went through the lite-tweaks script and deleted all of the references to the Whisker Menu tweak and now the zRAM tweak works fine in LL7.

Here's the revised lite-tweaks script with the references to the Whisker Menu statements removed.  It works fine in LL7 and the zRAM tweak is back in it:

https://digitalhemi.com/files/apps/Linux/LL7-RC1/lite-tweaks

Scott

3
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by trinidad on Today at 08:14:59 AM »
Quote
anyway the PIPESTATUS(0) array was being populated with the error code 127

Generally means command not found so usually something is out of wack with the PATH system variable. Only a few things could have caused this, given that the previous 6.6 code worked fine. Policy kit is iterated differently between 6.6 and 7. The polkit.service file path in systemd is slightly different with the full service configuration being written directly in the .service file in 7 but daemonized in 6.6.
Code: [Select]
systemctl status polkitCompare between the two.
Given that it's a c2 (command) server perhaps Lite Tweaks user has to be added to polkit.service and/or path to User must be iterated differently in Lite Tweaks.

TC
     
4
Other / Re: Several odd things all happened at the same time
« Last post by stevef on May 15, 2024, 10:52:46 AM »
Are you sure that is the exact wording of the error message ?
Where do you see the error message ?
Is it on the GUI or does it appear on the terminal screen after the the GUI has closed ?

What method did you use to install kstars ?

Do you have any restore points made using 'System Restore Utility' (aka timeshift) from before your problem started ?
5
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by Jerry on May 15, 2024, 02:32:10 AM »
Minor change to Lite Welcome.

6
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by Jerry on May 14, 2024, 08:12:09 PM »
The wallpaper 'bug' is an XFCE wallpaper, I wonder if they know about it.
7
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 14, 2024, 07:17:02 PM »
Is anyone else not able to open Chrome in "Live" mode?

Was there a problem with the Whisker Menu Clean tweak?  I noticed it has been commented out in lite-tweaks but was working in LL6.6.
8
Other / Several odd things all happened at the same time
« Last post by billtour on May 14, 2024, 04:59:13 PM »
First, I have linuxlite 6.6 installed on a bootable 64Gb SanDisk Cruiser USB stick. Second, my Internet access is through my Android phone's hotspot.
Two nights ago I installed KSTARS and it was working fine - including downloading DSS images from the internet.  When I went to shut down later, I got an "error trying to log out".  Trying to logout and shut down again gave me the same error. I had to power off the computer. Last night, KSTARS failed to download any images. I tried to start up Chrome to search for a solution to this problem, but nothing happened after clicking the Chrome icon on the panel. I also noticed that the word Menu on the left end of the panel was replaced by the linuxlite feather icon.  It turns out that it brings up the whisker menu which is similar to the original menu.  Trying to logout and shuthut down from there gives me the same "error trying to logout".  Any ideas as to how I should proceed to fix these problems?
9
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by trinidad on May 14, 2024, 09:35:04 AM »
SSH worked OOTB for me. Didn't change anything other than installing Remmina. It may be there are inconsistencies in the installer due to some applications needing policy kit with the old options and the installer configuring new style. Lite-tweaks in XFCE needs actions and rules scripts old style. They were missing for lite-tweaks in my initial install of 7.x. Probably have to figure out what works correctly with Ubuntu 24 base and installer and what doesn't post install, and then have appropriate post installation script for whatever requires old style policy kit stuff. Previously on older versions of LL configuration was set by the installer, but now policy kit settings methods are optional on the version Ubuntu XFCE uses. I'll get it all to work eventually, but I still think the bashisms in lite-tweaks are not the problem.

TC
 
10
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 14, 2024, 07:44:56 AM »
Jerry - as you requested, I tested updating the sources in a fresh install of LL7-RC1 and didn't see any issues.

I was messing around with the Kernel Installer in the tweaks section and tried to install some of the old 3.x kernels to see how they would work.  None of the 3.x series kernels would install.  I was able to install 4.2 and booted into it.  None of the web browsers seemed to work w/ kernel 4.2 though!  Strange but who's going to be using a kernel that old anyway..?  I suppose the ones that won't install at all should be removed from the list?

I also found this small bug in the Wallpapers area (There's one wallpaper missing):



On the subject of Wallpapers I've got a few cool ones you might consider using - Some space pics and a few other generic ones:

https://digitalhemi.com/files/img/Wallpaper/

I'd like to submit a feature request too:
Could the default profile use a Windows Manager theme / setting that makes it easier to grab the edges / corners of windows?  I noticed the Xfce desktop option in Debian 12.5 is set up nicely in that way - real easy to adjust windows sizes.  I've got my LL7 test box set to use the "Default-hdpi" option which seems pretty good.  I think it gives around a 5px width to grab the edge.

Thanks,  Scott



Pages: [1] 2 3 ... 10
-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section