[Bug 1047913] Re: muon returns error because cannot display license windows

2013-04-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debconf-kde (Ubuntu)
   Status: New = Confirmed

-- 
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


[Bug 1047913] Re: muon returns error because cannot display license windows

2013-04-03 Thread Henry Lin
I can comfirm this bug in Ubuntu 12.10, and the symptoms and fix above
is valid.

Since the diff seems to be just fixing camel case typos, someone please
help to merge it.

-- 
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


[Bug 1047913] Re: muon returns error because cannot display license windows

2013-01-27 Thread pdf
Reporter provided feedback and a fix, this bug is still evident on 12.04
at least, and the result of encountering it is pretty serious, since APT
won't function, and you either need to patch as explained here, or edit
debconf manually (since you can't turn off the KDE frontend using dpkg-
reconfigure, as it tries to invoke the broken frontend to do so).

** Changed in: debconf-kde (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-12-30 Thread Launchpad Bug Tracker
[Expired for debconf-kde (Ubuntu) because there has been no activity for
60 days.]

** Changed in: debconf-kde (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-10-31 Thread lokster
I have the same problem, and after some investigation here is what I've found:
 - first, I ran sudo dpkg-reconfigure debconf and selected KDE as frontend.
 - then I ran the same command again, and saw this message:
debconf: (Unable to load QtCore -- is libqtcore4-perl installed?)
After some digging, I found the missing packages: libqtcore4-perl, 
libqtgui4-perl, libqt3support4-perl
Installed them, and this completely broke the updater... Now I get this error 
when I try to dpkg-reconfigure some package:

Can't call method setText on an undefined value at
/usr/share/perl5/Debconf/FrontEnd/Kde/Ui_DebconfWizard.pm line 144,
GEN1 line 7.

-- 
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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-10-31 Thread lokster
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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-09-09 Thread Shaikailash
It happened just yesterday with the Java package, I cannot know if other
users are affected, I have a freshly installed distro so I supposed this
is a common bug. I don't know how to reproduce it, I would need a
package with a license to be updated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-09-08 Thread Shaikailash
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/muon/+bug/1047913/+subscriptions

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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-09-08 Thread Jonathan Thomas
This functionality is supposed to work, and just this morning Muon did
prompt me with a debconf prompt. (For java, coincidentally). Maybe it's
a bug with the KDE debconf frontend?

** Package changed: muon (Ubuntu) = debconf-kde (Ubuntu)

-- 
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


[Bug 1047913] Re: muon returns error because cannot display license windows

2012-09-08 Thread Matthias Klumpp
And which bug would this be? I can't reproduce this and both Apper and Muon 
show me the dialogs - both use the debconf-kde library...
As far as I can see Muon embeds the lib correctly and debconf communication has 
been proven to work...
@reporter: Do you maybe have some details to help us solving this issue? Are 
you still able to reproduce it?


** Changed in: debconf-kde (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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