[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2016-05-12 Thread Carlo Vanini
There are multiple problems:

* DriverManager emits signal in the constructor, so it fails and nobody notices.
* The qaptFailed signal is not connected (wouldn't be received anyway, see 
above)
* message "Collecting information..." would have hidden any error message

See attachment

Now, when it's stuck "Collecting information" try to run:
systemctl status dbus
if you see anything like
Activated service 'org.debian.AptXapianIndex' failed: Launch helper exited with 
unknown return code 1
then it's Bug #1579834

** Patch added: "fix signals for backend failure reporting"
   
https://bugs.launchpad.net/ubuntu/+source/kubuntu-driver-manager/+bug/1530523/+attachment/4661284/+files/driver_manager.patch

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

Title:
  kcm_driver_manager: Infinitely shows Collecting information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-driver-manager/+bug/1530523/+subscriptions

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


[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2016-09-11 Thread Carlo Vanini
Is anybody still affected by this bug? This has been solved in apt-
xapian-index 0.47ubuntu8.3 available in xenial-updates.

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

Title:
  kcm_driver_manager: Infinitely shows Collecting information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libqapt/+bug/1530523/+subscriptions

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


[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2017-03-30 Thread Carlo Vanini
The fix (adding a recommends for apt-xapian-index) has been released for
yakkety in libqapt-3.0.2-0ubuntu3 but not for xenial.

I attach a debdiff of the same change, adapted to xenial.

** Patch added: "add recommends apt-xapian-index"
   
https://bugs.launchpad.net/ubuntu/+source/libqapt/+bug/1530523/+attachment/4850848/+files/libqapt_3.0.2-0ubuntu1.2.debdiff

** Tags added: ubuntu-sponsors

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1530523

Title:
  kcm_driver_manager: Infinitely shows Collecting information

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1530523/+subscriptions

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


[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2017-03-30 Thread Carlo Vanini
** Tags removed: ubuntu-sponsors

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1530523

Title:
  kcm_driver_manager: Infinitely shows Collecting information

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1530523/+subscriptions

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


[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2017-04-02 Thread Carlo Vanini
** Description changed:

- Driver manager shows only "Collecting information about your system". It
- happens when started from  both"System setting" and console (kcmshell5
- kcm_driver_manager). The bug is similar to
- https://bugs.launchpad.net/ubuntu/+source/kubuntu-driver-
- manager/+bug/1280310 but "python3 /usr/lib/x86_64-linux-
- gnu/libexec/DriverManager_DBus" does not do anything (stops after a few
- seconds). The package python3-dbus.mainloop.qt is installed (4.11.4
- +dfsg-1build3).
+ [Impact]
  
- The bug started to appear after upgrading to kubuntu 16.04: KDE 5.4.3,
- Qt 5.5.1, kernel 4.3.0-2, kubuntu-driver-manager 15.10ubuntu3
+ * libQapt needs apt-xapian-index in order to search for packages, otherwise 
it never returns a result.
+ * As a consequence Driver Manager doesn't find packages and is empty.
+ * Before, apt-xapian-index was installed as a dependence of Muon (libmuon), 
which is not included in the default install anymore.
+ 
+ [Test Case 1]
+ 
+ * Update libqapt and run `kcmshell5 kcm_driver_manager`.
+ * After some time (~1 minute) Driver Manager shows suggested packages.
+ 
+ [Regression Potential]
+ 
+ * Low, Driver Manager is useless as of now.
+ * The same fix was applied in Yakkety.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1530523

Title:
  kcm_driver_manager: Infinitely shows Collecting information

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1530523/+subscriptions

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


[Bug 1612392] Re: [sru] Muon: missing dependency on software-properties-kde

2017-05-05 Thread Carlo Vanini
** Description changed:

- Muon 5.6.0-0ubuntu1
+ [Impact]
  
- Muon assumes that software-properties-kde is available and is using it
- to manage package sources (Settings -> Configure Software Sources).
+ It is not possible to edit software sources through Muon because
+ software-properties-kde is not installed by default.
  
- Before the split of plasma-discover, s-p-k was installed as dependency of 
libmuon.
- i.e. the dependency chain was muon <-- libmuon <-- software-properties-kde.
+ [Test Case]
  
- This bug has been reported upstream as
- https://bugs.kde.org/show_bug.cgi?id=366590
+ * Open Muon.
+ * Click the menu Settings -> Configure Software Sources.
+ * You are asked for your password, insert it.
+ * The window to configure sources opens.
+ 
+ [Regression Potential]
+ 
+ * Low, this adds an already existing program which is not installed by 
default.
+ * Before the split of plasma-discover, s-p-k was installed because Muon did 
depend on libmuon, which did depend on software-properties-kde.
+ * This still assumes that `kdesu` is available.

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

Title:
  [sru] Muon: missing dependency on software-properties-kde

To manage notifications about this bug go to:
https://bugs.launchpad.net/muon/+bug/1612392/+subscriptions

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


[Bug 1612392] Re: [sru] Muon: missing dependency on software-properties-kde

2017-05-05 Thread Carlo Vanini
I notice now that software-properties-kde is included in the kubuntu
desktop seed for both xenial and yakkety. Also included in the seed is
apturl-kde, which depends on s-p-k. Therefore, s-p-k should already be
there on a clean install. It may make sense to remove it before
installing proposed for verification.

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

Title:
  [sru] Muon: missing dependency on software-properties-kde

To manage notifications about this bug go to:
https://bugs.launchpad.net/muon/+bug/1612392/+subscriptions

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


[Bug 1612392] Re: [sru] Muon: missing dependency on software-properties-kde

2017-05-22 Thread Carlo Vanini
The packages in -proposed work for me.
In Xenial muon 4:5.6.0-0ubuntu1.16.04.1
In Yakkety muon 4:5.6.0-0ubuntu1.16.10.1

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [sru] Muon: missing dependency on software-properties-kde

To manage notifications about this bug go to:
https://bugs.launchpad.net/muon/+bug/1612392/+subscriptions

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