Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cli #198

Merged
merged 2 commits into from May 2, 2017
Merged

Fix cli #198

merged 2 commits into from May 2, 2017

Conversation

jreidinger
Copy link
Member

please see commit message in c5c6b67 for explanation

This change require a bit longer explanantion. The bug is result of
two changes. The first one is switch to ruby script as start point of
YaST. The second one is bug mentioning that there is different title
after this change. I found that the second one is caused by work-around
in libyui which no longer works. So I decide to do it properly and
always set proper title when starting YaST. And here it hits a bug.
UI in YaST is lazy loaded, it means that it is created when first call
to UI namespace happen. And setting title is that first UI call, so it
creates UI even when command line is required. So this change change
title only if there are no arguments for client. So module is showed in
UI.
@jreidinger jreidinger merged commit f825272 into master May 2, 2017
@jreidinger jreidinger deleted the fix_cli branch May 2, 2017 14:18
@kobliha
Copy link
Member

kobliha commented May 9, 2017

It seems that the change does not what it was expected to do, see https://bugzilla.suse.com/show_bug.cgi?id=1037891

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants