FIXED IT!
This bug is very stupid one :)
In /usr/share/perl5/Debconf/FrontEnd/Kde/Ui_DebconfWizard.pm at line 144..147 
changed

    $self->{bhelp}->setText( Qt::Application::translate( 'DebconfWizard', 
"Help", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bback}->setText( Qt::Application::translate( 'DebconfWizard', "< 
Back", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bnext}->setText( Qt::Application::translate( 'DebconfWizard', "Next 
>", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bcancel}->setText( Qt::Application::translate( 'DebconfWizard', 
"Cancel", undef, Qt::Application::UnicodeUTF8() ) );

to

    $self->{bHelp}->setText( Qt::Application::translate( 'DebconfWizard', 
"Help", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bBack}->setText( Qt::Application::translate( 'DebconfWizard', "< 
Back", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bNext}->setText( Qt::Application::translate( 'DebconfWizard', "Next 
>", undef, Qt::Application::UnicodeUTF8() ) );
    $self->{bCancel}->setText( Qt::Application::translate( 'DebconfWizard', 
"Cancel", undef, Qt::Application::UnicodeUTF8() ) );

:)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to debconf-kde in Ubuntu.
https://bugs.launchpad.net/bugs/1047913

Title:
  muon returns error because cannot display license windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf-kde/+bug/1047913/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to