Re: [Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-03-22 Thread Rik Mills
On 21/03/2021 22:26, Bob H wrote: > After booting installation media: > "Installation failed - KDialog \n > The installer encountered an unrecoverable error. > A desktop session will now be run so that you may > investigate the problem or try installing again" That is simply the gui error

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-03-21 Thread Bob H
After booting installation media: "Installation failed - KDialog \n The installer encountered an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again" -- You received this bug notification because you are a member of Kubuntu

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-03-21 Thread Bob H
thanks Rik The bug I am experiencing is the same as #1903964 but not identical to #1920665 Installation is not possible due to the bug. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu.

Re: [Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-03-21 Thread Rik Mills
On 21/03/2021 08:07, Bob H wrote: > What I am trying to say is that the fix is broken. > > Does this need to be reported elsewhere? This appears to be a separate issue. See: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1920665 -- You received this bug notification because you are a

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-03-21 Thread Bob H
If, as noted above, the last fix was released on 2021-01-14 I can confirm that it worked for me too. However, within the last few days, beginning perhaps around 2021-03-16 this bug has re-appeared for me. Sorry I didn't make a note of when I first noticed it. At this time version 2021-03-21

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-01-14 Thread Leó Kolbeinsson
@rikmills Ran two quick tests on the latest daily http://cdimage.ubuntu.com/kubuntu/daily-live/20210114/hirsute-desktop- amd64.iso. http://iso.qa.ubuntu.com/qatracker/milestones/419/builds/225427/testcases All well booting and the try/install greeter started normally. -- You received this bug

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-01-12 Thread Rik Mills
Here, ubiquity-dm appears to start a display (wallpaper appears), but the try/install greeter is not starting. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1903378 Title: ubiquity in

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2021-01-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 21.04.4 --- ubiquity (21.04.4) hirsute; urgency=medium [ Jean-Baptiste Lallement ] * Moved from deprecated sip4 to sip from PyQt5 (LP: #1903378) Thanks Rik Mills for the references. * Replaced deprecated module imp by importlib

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-20 Thread vmc
Sometimes there's a work around in lieu of a fix. I haven't found one for this bug yet. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1903378 Title: ubiquity in live session and

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-18 Thread Leó Kolbeinsson
@jibel - thanks for letting me know..I´ll watch the bug report for further info, -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1903378 Title: ubiquity in live session and ubiquity-dm

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-18 Thread Jean-Baptiste Lallement
@leok, it won't be fixed until a new release of Ubiquity is done, which now won't be before first week of January. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1903378 Title: ubiquity

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-16 Thread Jean-Baptiste Lallement
** Changed in: ubiquity (Ubuntu Hirsute) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu. https://bugs.launchpad.net/bugs/1903378 Title: ubiquity in live session and ubiquity-dm

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-15 Thread Leó Kolbeinsson
I also tested the current daily Kubuntu dated 2020-12-15 and could boot and install in a VirtualBox ..however booting from USB media to a machine resulted in - installer failed to start. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-15 Thread vmc
Just booted up to desktop with 'maybe-ubiquity' removed. Found failed fail in "/var/crash"" ** Attachment added: "_usr_lib_ubiquity_bin_ubiquity.0.crash" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1903378/+attachment/5443881/+files/_usr_lib_ubiquity_bin_ubiquity.0.crash -- You

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-12-15 Thread vmc
The current Kubuntu hirsute-desktop-amd64.iso, dated: 2020-12-15 05:55, fails to start. If I remove "maybe-ubiquity" from the boot-option, then it will boot up, but install icon fails. This has failed same way for the past week. -- You received this bug notification because you are a member

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-11-26 Thread Rik Mills
I am also told in #ubuntu-qt on IRC that: Also sip.setapi('QVariant', 1) needs to be replaced with something like sip.enableautoconversion(QVariant, False). See https://www.riverbankcomputing.com/static/Docs/PyQt5/pyqt_qvariant.html and

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-11-26 Thread Rik Mills
I am told python3-sip is depreciated, and replacing 'import sip' with 'from PyQt5 import sip' should fix it a better way as in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966034 ** Bug watch added: Debian Bug tracker #966034 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966034 --

[Bug 1903378] Re: ubiquity in live session and ubiquity-dm fails to start

2020-11-26 Thread Jean-Baptiste Lallement
** Summary changed: - ubuiquity in live session and ubiquity-dm fails to start + ubiquity in live session and ubiquity-dm fails to start -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to ubiquity in Ubuntu.