Yast Partitioner: Device Graph missing in Leap 15.3?
Hi! I upgraded to Leap 15.3 and the "Device Graphs" section in Yast -> Partitioner went missing. "zypper verify" says all dependencies are met after the upgrade. Does anyone have an idea, how to get the "Device Graphs" section back? Best regards Thomas
After quite some digging around, "grep -i graph /var/log/YaST2/y2log" revealed a missing library: ``` [ui] YUIPlugin.cc(YUIPlugin):53 Could not load UI plugin "qt-graph": libyui-qt-graph.so.15: cannot open shared object file: No such file or directory ``` Installing libyui-qt-graph15 via "zypper in libyui-qt-graph15" brought the "Device Graph" view in Yast->Partitioner back. It seems to be that libyui-qt-graph15 is neither required nor recommends by yast2-storage-ng. I filed a bugreport, so others who might encounter the same problem can find something online: https://bugzilla.opensuse.org/show_bug.cgi?id=1191109 On 2021-09-28 10:46, Thomas Wagner wrote:
Hi!
I upgraded to Leap 15.3 and the "Device Graphs" section in Yast -> Partitioner went missing. "zypper verify" says all dependencies are met after the upgrade. Does anyone have an idea, how to get the "Device Graphs" section back?
Best regards
Thomas
participants (1)
-
Thomas Wagner