|
Bugzilla – Full Text Bug Listing |
| Summary: | Remove help side bar from Wizard.ycp | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Benjamin Weber <benji> |
| Component: | YaST2 | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | coolo, dmacvicar |
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log | ||
|
Description
Benjamin Weber
2008-02-09 14:11:13 UTC
Created attachment 194000 [details]
y2log
ldd /usr/lib/YaST2/plugin/libpy2qt.so
linux-gate.so.1 => (0xffffe000)
liby2.so.2 => /usr/lib/liby2.so.2 (0xb7db6000)
libycp.so.3 => /usr/lib/libycp.so.3 (0xb7c87000)
libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7acf000)
libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb73a4000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb72b4000)
libm.so.6 => /lib/libm.so.6 (0xb728e000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7280000)
libc.so.6 => /lib/libc.so.6 (0xb713f000)
liby2util.so.4 => /usr/lib/liby2util.so.4 (0xb711d000)
libutil.so.1 => /lib/libutil.so.1 (0xb7119000)
libdl.so.2 => /lib/libdl.so.2 (0xb7114000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb70fc000)
libblocxx.so.6 => /usr/lib/libblocxx.so.6 (0xb6fe1000)
libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb6fb7000)
libxcrypt.so.1 => /lib/libxcrypt.so.1 (0xb6f82000)
libycpvalues.so.3 => /usr/lib/libycpvalues.so.3 (0xb6f1a000)
libz.so.1 => /lib/libz.so.1 (0xb6f06000)
librt.so.1 => /lib/librt.so.1 (0xb6efd000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6ed6000)
libSM.so.6 => /usr/lib/libSM.so.6 (0xb6ecd000)
libICE.so.6 => /usr/lib/libICE.so.6 (0xb6eb4000)
libXi.so.6 => /usr/lib/libXi.so.6 (0xb6eaa000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6ea0000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6e98000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6e94000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6e21000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6df3000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb6de3000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb6cc3000)
/lib/ld-linux.so.2 (0xb7eeb000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb6c7e000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb6b39000)
libexpat.so.1 => /lib/libexpat.so.1 (0xb6b11000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6b0d000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb6b0a000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6af1000)
It seems to be problem of yast2-qt It's an impossible problem to be precise :) Seems to be gone now. Still exists on alpha 3 When installed from the KDE 1cd. Where? Seems to be in all modules Here are the user and network modules for instance http://bw.uwcs.co.uk/b/y2help_a3_0.png http://bw.uwcs.co.uk/b/y2help_a3_1.png This is a clean A3 install from KDE 1 CD, not an upgrade. The screen shots indicate that even though this is the Qt UI, not the YQWizard was used here, but the YCP counterpart from Wizard.ycp. This can happen if the minimum requirements for the more colorful YQWizard are not met: Resolution 800x600 or above and color depth 15 (2^15 colors) or more. In that case, the YCP fallbacks from Wizard.ycp (http://svn.opensuse.org/svn/yast/trunk/yast2/library/wizard/src/Wizard.ycp) are used. I suspect that VirtualBox (used in your case) does not provide any more colors and/or resolution. Duncan, this is a side effect for Qt of that FATE entry we talked about earlier today: Removing the help panel for NCurses. Fixed in SVN. |