|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST2 Hardware/Printer/Edit uses Gnome button order in KDE | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Keith Briscoe <bbregister> |
| Component: | YaST2 | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | jsmeix |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Keith Briscoe
2010-01-19 16:51:21 UTC
To verify that the button ordering does not adapt
according to the GUI (Gtk for Gnome, Qt for KDE),
run as root
yast2 --gtk printer
and
yast2 --qt --geometry 800x600+100+100 printer
and check the button ordering.
As far as I see the root cause is in the Wizard
because in yast2-printer I call only the Wizard
e.g. in /usr/share/YaST2/include/printer/basicadd.ycp
----------------------------------------------------------------
Wizard::SetContentsButtons( caption,
contents,
HELPS["basic_add_dialog"]:"",
Label::CancelButton(),
Label::OKButton()
);
Wizard::HideAbortButton();
----------------------------------------------------------------
I did this because of bug #440560 in particular note
https://bugzilla.novell.com/show_bug.cgi?id=440560#c4
The button ordering is what the Wizard does
and therefore I assign it accordingly.
Katarina,
if it is not the Wizard but actually my code,
please provide a code example how I can tell the Wizard
to adapt the button ordering therein according to the GUI.
This may be a duplicate of bug#575649; I don't know enough about it to be certain. I also don't know enough about it to be certain but from my point of view it looks very much like a duplicate of bug#575649 so that I close this one accordingly - if I am wrong we can reopen this one. *** This bug has been marked as a duplicate of bug 575649 *** |