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 Şerban S. on May 12, 2024, 04:04:42 PM »
Comparing the code between master, 6.6 and 7.rc all the bashisms are the same, so the problem is with policy kit and the xfce terminal preconfiguration or Ubunbtu configuration file for Lite Tweaks. I've tried several solutions because I want to exhaust the possibilities but the bashisms are all comparable.

TC

Hi!

I've been looking into the scripts myself and since they work alright on LL 6.6, they should in 7.0 too. Yet, an error related to user rights, constantly appears. So the only conclusion is some major change in the policy occured. Further more, it seems that somehow this policy change, is intertwined among lots of packages that are held due to versioning reasons.
As such, it is unlikely that the issue has an origin in the scripts. I found that the error messages are related to minor problems that are unlikely to cause the breaking of the code, since the code is executed on LL 6.6 and the errors are present in this version too.
Yet, another message appears, stating that writing in a file that require just a user name, is denied due to "AccessViolation" error. Which is impossible on a common file or directory.
The $USER variable, is never empty. On my computer, I chose the password login instead of "auto". That is my default installation for over 12 years.
So, there is at least my user name in $USER and I checked that repeatedly.
As I see it, all we can do is for the updates to come and see what that changes.
Another thing I've noticed, that the kernel now is a PREEMPTIVE version. This might require some changes in the policy also.
On the other hand, Ubuntu was buggy for years, when the new release was issued.
Takes time to put the pieces together. Time will clear the things up, I'm sure.
User input will narrow the search for bugs also. So, let's see what happens next.
I'll keep testing meanwhile. If any change happens, I guess at least a bit more can be seen in the output.
The script I put together, is simple but allows me to get the console output when and while Lite Tweaks works.
For now, I never passed the BeginButton_Click() event.
Yet, the script is running up to some point.
 
2
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by trinidad on May 12, 2024, 11:58:17 AM »
Comparing the code between master, 6.6 and 7.rc all the bashisms are the same, so the problem is with policy kit and the xfce terminal preconfiguration or Ubunbtu configuration file for Lite Tweaks. I've tried several solutions because I want to exhaust the possibilities but the bashisms are all comparable.

TC
3
Updates / Re: more update errors - "dpkg was interrupted" and Opera repository
« Last post by stevef on May 12, 2024, 06:41:44 AM »
Thank you, I'll try to tidy up the original topics.

Do you recall how the original "dpkg was interrupted" error was resolved ?

Certainly the Opera installation appears to be the problem.

Does the Opera browser currently work ?
Has this system ever updated ok since Opera was installed ?
What instructions were followed to install Opera ?

Can you open a terminal (Press Ctrl, Alt and T together and enter this command
Code: [Select]
inxi -rFollowed by enter.

Post the resulting output back into the topic along with the answers to the questions.
4
Updates / Re: more update errors - "dpkg was interrupted" and Opera repository
« Last post by jboscoe on May 12, 2024, 05:51:21 AM »
it looks like according to the error log that the opera can not be found through the package manager of my lite version. From what i read it installed 410 of my updates out of the 419 updates it fetched but then brings up the error codes that appear to be about opera. THis is what i can understand of my update error logs and yes all three of them are from my one laptop. Thanks in advance from Joe a new uswer of Lite
5
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 12, 2024, 04:07:37 AM »
I've made significant progress on the "Lite Tweaks" issue.  My first two theories (.rules vs .pkla polkit-1 and Zenity 3.44 not being compatible) are out the window!

Here's something that at least allows the tweaks to work, although it introduced a new issue, because, once you apply this change, even though all of the Lite Tweaks now work, you will get stuck in an infinite loop, where you can't exit the main window, and have to kill the zenity process manually.

So here it is;

Open the file
/usr/bin/lite-tweaks
and on line 786 change the operator "-ne" to "-eq"

I.e. change:
if [ "${PIPESTATUS[0]}" -ne "0" ]; then _clean_up; exit 0 ; fi # If Quit is clicked then exit

so it becomes:
if [ "${PIPESTATUS[0]}" -eq "0" ]; then _clean_up; exit 0 ; fi # If Quit is clicked then exit

Then try and run Lite Tweaks again and it should work for you...  That is until you try to close it!  That's where it gets stuck in the infinite loop.

A lot of great info on this page: https://linux.die.net/man/1/bash

That's where I found the info on the different operators.

arg1 OP arg2
    OP is one of -eq, -ne, -lt, -le, -gt, or -ge. These arithmetic binary operators return true if arg1 is equal to, not equal to, less than, less than or equal to, greater than, or greater than or equal to arg2, respectively. Arg1 and arg2 may be positive or negative integers.

Info on the PIPESTATUS arrays:
https://linuxsimply.com/bash-scripting-tutorial/process-and-signal-handling/exit-codes/pipestatus/

Cheers!  Sqwuade
6
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 10, 2024, 11:58:37 AM »
I tried "sudo apt install openssh-server" first thing with a fresh install of LL7-RC1 and got "openssh-server is already the newest version (1:9.6p1-3ubuntu13).  It's not working for me...  I've installed and run ssh servers many times before.  Usually I just run "apt install ssh" to install the server and "service ssh status" etc. to check on it.  When I run "service ssh status" I get:

Job for ssh.service failed because the control process exited with error code.  See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details.

I even downloaded a fresh copy of the ISO to install from.  It works fine in LL6.6, Xubuntu and Debian etc.
7
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 10, 2024, 10:26:09 AM »
I've been doing more research on the "Lite-Tweaks" issue and the problem could be related to the 3.44 version of zenity not having the "WebKit" option enabled/compiled into the binary any longer (LL6.6 had zenity 3.42.1, which was before the change).

Some info from the zenity Change log page:

3.44.0-2
Superseded in mantic-release on 2023-07-18
Deleted in mantic-proposed on 2023-07-20 (Reason: Moved to mantic)

zenity (3.44.0-2) experimental; urgency=medium

  * Team upload
  * d/control.in, d/rules: Disable WebKit integration (--html option).
    This adds several "heavy" dependencies, notably WebKit itself, but
    also video and spellchecking among others, which are undesired for
    a simple interactive dialog.
    The WebKit feature is disabled by default upstream, and several
    major distributions (including at least the Fedora/Red Hat family,
    Arch and openSUSE) don't enable it in their packaging, so portable
    software cannot rely on this option being available. According to
    codesearch.debian.net, none of the packages with a dependency on
    zenity use the --html option.
    The beginning of the Debian 13 cycle seems a good time to make this
    sort of potentially disruptive change; most likely nobody will notice
    this feature going away, but if we get bug reports, we can consider
    other options such as having a zenity-minimal package without HTML
    support, or having a zenity-full package with it.
    (Closes: #777608, #942362)
  * d/control.in: Remove version constraints in Build-Depends unnecessary
    since bullseye (oldstable)
    - libgtk-3-dev
    - libnotify-dev
    - meson

Source: https://launchpad.net/ubuntu/+source/zenity/+changelog

As a test, try running this script in a terminal on LL7, then try it on LL6.6:

"echo "hello world" | zenity --text-info --html --filename=/dev/stdin"

I got that info here: https://bugzilla.redhat.com/show_bug.cgi?id=1141802


8
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 10, 2024, 10:16:51 AM »
I'll give it another try Trinidad.  I did try it a couple times with LL7 in live mode and it wouldn't work.  I've always just run "apt install ssh" and that would setup the server.  I think the client is enabled out-of-the-box.
9
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by trinidad on May 10, 2024, 09:10:40 AM »
Quote
SSH doesn't appear to be working/installing correctly in LL7

Works fine for me, and it's openssh not ssh. LL comes with the openssh client installed already. You just have to add openssh server and sftp server.
TC
10
Release Announcements / Re: Linux Lite 7.0 RC1 Released
« Last post by sqwuade on May 10, 2024, 07:19:09 AM »
SSH doesn't appear to be working/installing correctly in LL7.  I've always installed in the past with "apt install ssh".  I've confirmed it installs w/o issue that way with a live version of LL6.6 (UEFI) but I've tried several times with LL7 and it doesn't install correctly.
I also tested on a live version of the new Xubuntu (24.04) and it does install and work correctly with "apt install ssh" on that distro.
Pages: [1] 2 3 ... 10
-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section