|
Bugzilla – Full Text Bug Listing |
| Summary: | kalpa-firstboot crashes after fresh install | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Kalpa | Reporter: | Vincent Koppen <vincent+suse> |
| Component: | Base | Assignee: | Shawn Dunn <sfalken> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P2 - High | CC: | robin.shepheard |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | fixed kalpa-firstboot | ||
|
Description
Vincent Koppen
2023-12-22 23:23:54 UTC
There is now an updated version at https://download.opensuse.org/repositories/devel:/microos:/kalpa/openSUSE_Tumbleweed/noarch/plasma-branding-Kalpa-20231227-4.1.noarch.rpm Please give it a test The patch is still failing. Having copied the changes made by Vincent to a local file in home and running diff I get the following:-
diff ./kalpa-firstboot /usr/bin/kalpa-firstboot
12c12
< if eval "$@"; then
---
> if "$@"; then
as soon as the eval is added in it runs without error
(In reply to Robin Shepheard from comment #2) > The patch is still failing. Having copied the changes made by Vincent to a > local file in home and running diff I get the following:- > > diff ./kalpa-firstboot /usr/bin/kalpa-firstboot > 12c12 > < if eval "$@"; then > --- > > if "$@"; then > > as soon as the eval is added in it runs without error Just pushed the changes with the eval added, please give it a try (In reply to Shawn Dunn from comment #3) > (In reply to Robin Shepheard from comment #2) > > The patch is still failing. Having copied the changes made by Vincent to a > > local file in home and running diff I get the following:- > > > > diff ./kalpa-firstboot /usr/bin/kalpa-firstboot > > 12c12 > > < if eval "$@"; then > > --- > > > if "$@"; then > > > > as soon as the eval is added in it runs without error > > Just pushed the changes with the eval added, please give it a try Installed the 5.1 rpm (https://download.opensuse.org/repositories/devel:/microos:/kalpa/openSUSE_Tumbleweed/noarch/plasma-branding-Kalpa-20231227-5.1.noarch.rpm) in a fresh install and after that everything worked as expected! Submitted to Factory for review: https://build.opensuse.org/request/show/1135523 Accepted into Factory a while ago, I'm just slow. |