|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-registration's browser integration | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Wolfgang Rosenauer <wolfgang> |
| Component: | YaST2 | Assignee: | J. Daniel Schmidt <jdsn> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | hmuelle |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
in addition to 2. I gave it a very quick test if the browser starts up under xulrunner 1.9 and it does, so there are probably only minor issue if any. Thankks for your tests Wolfgang. I changed the maxversion to "1.9.*" and it works nicely. But as you mentioned "minor issues", there is indeed one: The findbar is no longer available. Neither available via menu nor via Ctrl-F. As you are a little more experienced with this matter, can you point me to where to start debugging this? To document this here: openSUSE 11.0 beta3 will have no search in the yastbrowser. Is this fixed now? Text resizing is also broken. ZoomManager changed slightly and the findbar is now a native Xul widget <findbar>. I have a working version ready. Wolfgang, could you please send me your working version? Setting needinfo to Michael Wolf after talking to Gary Ekker. Michael could you have a look at the issue together with Mauro. (In reply to comment #6 from Jens Daniel Schmidt) > Wolfgang, could you please send me your working version? > Wolfgang tells me that he sent a mail to you recently. Have you received it/does it work/etc? (In reply to comment #8 from Michael Wolf) > (In reply to comment #6 from Jens Daniel Schmidt) > > Wolfgang, could you please send me your working version? > > > > Wolfgang tells me that he sent a mail to you recently. Have you received > it/does it work/etc? Yes, I recieved it and it works nicely. I will include it in the next release of yast2-registration. Fixed in yast2-registration 2.17.11 This is an autogenerated message for OBS integration: This bug (383660) was mentioned in https://build.opensuse.org/request/show/844234 Factory / yast2-registration |
I'm not sure if YaST2's browser is supposed to be used in 11.0 (or only in SLE products) but currently it wouldn't work on 11.0 most probably. YaST2 calls xulrunner like this: MOZ_DISABLE_PANGO=1 /usr/bin/xulrunner /usr/share/YaST2/yastbrowser/application.ini -url $URL On 11.0 /usr/bin/xulrunner points to the mozilla-xulrunner190 version which would refuse to open the browser: wolfi@Hygiea:/usr/share/YaST2/yastbrowser> xulrunner application.ini Error: Platform version '1.9b5' is not compatible with minVersion >= 1.8.1b1 maxVersion <= 1.8.1.* So there are basically two options: 1. very shortterm if needed for 11.0 - call the browser via /usr/lib{64}/xulrunner-1.8.1/xulrunner 2. as xulrunner181 won't be available after 11.0 most likely - change the MaxVersion field in /usr/share/YaST2/yastbrowser/application.ini to 1.9.* after it has been verified that all functions of the browser still work as expected