[Bug 1218367] New: kalpa-firstboot crashes after fresh install
https://bugzilla.suse.com/show_bug.cgi?id=1218367 Bug ID: 1218367 Summary: kalpa-firstboot crashes after fresh install Classification: openSUSE Product: openSUSE Kalpa Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Base Assignee: sfalken@cloverleaf-linux.org Reporter: vincent+suse@koppen.email QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 871540 --> https://bugzilla.suse.com/attachment.cgi?id=871540&action=edit fixed kalpa-firstboot Just did a fresh install of openSUSE Kalpa and the firstboot script (for installing the flatpak packages) crashed. To fix this I applied the following changes to kalpa-firstboot, see also the attached file. I tested it by copying /usr/bin/kalpa-firstboot to my home directory, edited there as below and than ran it from the terminal.
diff kalpa-firstboot /usr/bin/kalpa-firstboot
10c10 < qdbus-qt5 $dbusRef setLabelText "$label"
qdbus-qt5 "$dbusRef" setLabelText "$label"
12,13c12,13 < if eval "$@"; then < qdbus-qt5 $dbusRef value "$step" ---
if "$@"; then qdbus-qt5 "$dbusRef" Set "" value "$step"
21c21 < run_task 2 "Adding Flathub Repository" /usr/bin/flatpak remote-add --user >--if-not-exists flathub /usr/share/kalpa/flathub.flatpakrepo ---
run_task 2 "Adding Flathub Repository" /usr/bin/flatpak remote-add --user >--if-not-exists flathub /usr/share/microos-desktop/flathub.flatpakrepo 30c30 < qdbus-qt5 $dbusRef close
qdbus-qt5 "$dbusRef" close -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 Shawn Dunn <sfalken@cloverleaf-linux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED Severity|Normal |Major Priority|P5 - None |P2 - High -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 https://bugzilla.suse.com/show_bug.cgi?id=1218367#c1 --- Comment #1 from Shawn Dunn <sfalken@cloverleaf-linux.org> --- There is now an updated version at https://download.opensuse.org/repositories/devel:/microos:/kalpa/openSUSE_Tu... Please give it a test -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 Shawn Dunn <sfalken@cloverleaf-linux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 https://bugzilla.suse.com/show_bug.cgi?id=1218367#c2 Robin Shepheard <robin.shepheard@proton.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin.shepheard@proton.me --- Comment #2 from Robin Shepheard <robin.shepheard@proton.me> --- 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 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 https://bugzilla.suse.com/show_bug.cgi?id=1218367#c3 --- Comment #3 from Shawn Dunn <sfalken@cloverleaf-linux.org> --- (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 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 https://bugzilla.suse.com/show_bug.cgi?id=1218367#c5 --- Comment #5 from Shawn Dunn <sfalken@cloverleaf-linux.org> --- Submitted to Factory for review: https://build.opensuse.org/request/show/1135523 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218367 https://bugzilla.suse.com/show_bug.cgi?id=1218367#c6 Shawn Dunn <sfalken@cloverleaf-linux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED --- Comment #6 from Shawn Dunn <sfalken@cloverleaf-linux.org> --- Accepted into Factory a while ago, I'm just slow. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com