Go to file
Hongxu Jia ec273fe1e4 python3-blivetgui: fix blivet-gui broken
In target installer anaconda 30, when they try to go to blivet-gui,
anaconda.log shows a traceback:

23:02:49,842 INF threading: Thread Done: AnaExecuteStorageThread (140274838624000)
23:02:49,844 DBG exception: running handleException
23:02:49,845 CRT exception: Traceback (most recent call last):

  File "/usr/lib/python3.7/site-packages/blivetgui/list_devices.py", line 165, in on_disk_selection_changed
    selection.select_iter(self.last_iter)

TypeError: Argument 1 does not allow None as a value

23:02:49,845 DBG exception: Gtk running, queuing exception handler to the main loop
23:02:49,858 DBG ui.common: Entered spoke: BlivetGuiSpoke
23:02:49,858 DBG exception: running handleException
23:02:49,859 CRT exception: Traceback (most recent call last):

  File "/usr/lib/python3.7/site-packages/blivetgui/list_devices.py", line 165, in on_disk_selection_changed
    selection.select_iter(self.last_iter)

TypeError: Argument 1 does not allow None as a value

Backport a patch from upstream could fix the issue
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10 09:28:20 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: upgrade 4.18.0 -> 5.0.0 2019-06-15 16:46:50 -07:00
meta-gnome network-manager-applet: 1.8.20 -> 1.8.22 2019-07-10 09:24:32 -07:00
meta-initramfs dracut: fix generated initramfs boot failure under bash 5 2019-06-21 06:22:19 -07:00
meta-multimedia vlc: Remove the obsolete dependency on dbus-glib 2019-07-10 09:24:32 -07:00
meta-networking libldb: upgrade 1.4.1 -> 1.5.4 2019-07-10 09:28:20 -07:00
meta-oe cli11: 1.7.1 -> 1.8.0 2019-07-10 09:28:20 -07:00
meta-perl libunicode-linebreak-perl: upgrade 2017.004 -> 2019.001; enable ptest 2019-07-10 09:24:32 -07:00
meta-python python3-blivetgui: fix blivet-gui broken 2019-07-10 09:28:20 -07:00
meta-webserver phpmyadmin: upgrade 4.8.5 -> 4.9.0.1 2019-06-15 16:46:51 -07:00
meta-xfce blueman: Enable thunar support by default but don't rdepend on it 2019-07-10 09:24:32 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories