Oracular has a few missing dependencies to make this work, so this is a
two-fold fix:
* Fix the one line in DistUpgradeViewKDE.py
* Fix the runtime deps in oracular
** Merge proposal linked:
https://code.launchpad.net/~eeickmeyer/ubuntu-release-upgrader/+git/ubuntu-release-upgrader/+merge/480
** Merge proposal linked:
https://code.launchpad.net/~eeickmeyer/ubuntu-release-upgrader/+git/ubuntu-release-upgrader/+merge/480123
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095535
Title:
u
This should certainly be as easy as a one-line change in
DistUpgradeViewKDE.py:
Line 156:
- self.setWordWrapMode(QTextOption.NoWrap)
+ self.setWordWrapMode(QTextOption.WrapMode.NoWrap)
I guess I'll work on a MR, but I have no way to test this, at least that
I know of.
This was d
I think the segmentation fault is a red herring. I think the issue lies
here:
> can't load DistUpgradeViewKDE (type object 'QTextOption' has no
attribute 'NoWrap')
Also noticed some missing dependencies in ubuntu-release-upgrader-qt:
* python3-pyqt6.qtquick
* pyqt6-dev-tools
So, I believe if
`qt6-wayland` was already installed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2095535
Title:
ubuntu-release-upgrader Qt interface segmentation fault
To manage notifications about this bug go t
Please install the qt6-wayland package and re-try. I highly doubt this
is something related to porting, just a missing dependency under
Wayland.
Regardless, please also provide the backtrace from the segfault. This
bug is essentially impossible to track down without it.
Thanks.
** Changed in: up