[Bug 1612948] Re: axi-cache conversion to python3 broke the script

2020-10-31 Thread Carlo Vanini
This bug has been fixed in version 0.50 of apt-xapian-index. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for "Requesting a Backport" at https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport. The `configparser` import has been fixed in

[Bug 1804887] Re: software-properties-qt should not run as root

2019-01-28 Thread Carlo Vanini
** Branch linked: lp:~silhusk/software-properties/lp1804887-qt-dbus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804887 Title: software-properties-qt should not run as root To manage

[Bug 1656100] Re: Unable to remove signing keys using gnome-software-properties

2018-12-18 Thread Carlo Vanini
** Branch linked: lp:~silhusk/software-properties/lp1656100-remove- signing-keys -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1656100 Title: Unable to remove signing keys using

[Bug 1804887] [NEW] software-properties-qt should not run as root

2018-11-23 Thread Carlo Vanini
Public bug reported: s-p-qt should not be run as root (with sudo or pkexec), instead it should use the DBus backend like s-p-gtk does. This way the UI runs as unprivileged user, and the user is asked for credentials when making changes. Motivation: * Running the UI with sudo is bad. * It doesn't

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2018-03-06 Thread Carlo Vanini
Hi Jorma, now that the verification is done it will be moved to xenial-updates and it will be part of the regular updates (and then the status will become "Fix Released"). If, instead, you want to have the fix before that, or you want to confirm that the problem is indeed fixed for you too

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2018-03-04 Thread Carlo Vanini
Works for me on Xenial with apt-xapian-index version 0.47ubuntu8.4 ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1741767] Re: Muon rebuilds search index very often and inefficient

2018-02-19 Thread Carlo Vanini
Muon checks the modification time of `/var/lib/apt-xapian-index/update- timestamp`, `/var/lib/dpkg/status` and `/var/cache/apt/pkgcache.bin`. Only if the timestamp of the index is older than any of the other two, then the index is rebuilt. Something is updating/touching files more often than

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2018-02-01 Thread Carlo Vanini
** Description changed: [Impact] When the apt-xapian-index is already up to date, and under certain conditions, update-apt-xapian-index throws an exception. The index /var/lib/apt-xapian-index is up to date Exception ignored in: > Traceback (most recent call last): - File

[Bug 1612948] Re: axi-cache conversion to python3 broke the script

2018-01-09 Thread Carlo Vanini
Hello Norbert, this bug report is about `axi-cache` not being fully ported. `axi-cache` is a front-end for querying the xapian index and finding packages, therefore I was suggesting a working alternative for the same task and asking whether any feature was missing. -- You received this bug

[Bug 1612948] Re: axi-cache conversion to python3 broke the script

2018-01-09 Thread Carlo Vanini
The package from Debian works (as mentioned in comment #5) because it is the "original" Python2.7 version. The package in Ubuntu includes a (incomplete) port to Python3. Now, going back to Python2 would probably "fix" these problems, but Python2 is being phased out in the upcoming Ubuntu releases.

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-12-03 Thread Carlo Vanini
It works for me on zesty with apt-xapian-index version 0.47ubuntu13.1 (python3 3.5.3-1) ** Tags removed: verification-needed-zesty ** Tags added: verification-done-zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-11-26 Thread Carlo Vanini
This is the patch for Xenial. Tested in a 16.04.2 VM. ** Patch added: "patch for Xenial" https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1652641/+attachment/5014886/+files/apt-xapian-index_0.47ubuntu8.4.debdiff -- You received this bug notification because you are a member

[Bug 1714820] Re: Muon refuses to elevate to superuser for package install

2017-09-04 Thread Carlo Vanini
Sorry, but I have no idea. A similar bug was reported some time ago by Rick Mills https://bugs.kde.org/show_bug.cgi?id=382611 in Neon and Artful, but I cannot reproduce it. The authentication is handled by PolicyKit (PolkitQt1). It has it's own configuration on how to authenticate and authorize

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

2017-09-02 Thread Carlo Vanini
Hi John, could you please check that you have the python3-dbus package installed? For me libqapt 3.0.2-0ubuntu1.2 fixed the issue in Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530523

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-09-02 Thread Carlo Vanini
Sorry for the noise, patch updated again. This time it uses a weakref.finalizer instead of __del__. This is a little a cleaner solution. Moreover the finalizer is guaranteed to be called (at the latest at exit), whereas __del__ is not. ** Patch added: "apt-xapian-index_0.47ubuntu13.1.debdiff"

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-09-02 Thread Carlo Vanini
Hello Simon, version 0.47ubuntu13 in zesty-updates is still affected. version 0.47ubuntu8.3 in xenial-updates is affected too. Artful beta1 has 0.47ubuntu13 like Zesty does, but I could not reproduce the bug. The reason could be that Python changed from 3.5.3 (in Zesty) to 3.6.2 (in Artful). The

[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 Ubuntu Bugs, which is subscribed to

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-05-05 Thread Carlo Vanini
** Description changed: - While installing Muon the following exception was raised. + [Impact] - Ophalen:1 http://nl.archive.ubuntu.com/ubuntu zesty/universe amd64 muon amd64 - 4:5.6.0-0ubuntu2 [332 kB] - Ophalen:2 http://nl.archive.ubuntu.com/ubuntu zesty/universe amd64 muon-updater - all

[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

[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

[Bug 1652641] Re: crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2017-04-13 Thread Carlo Vanini
It looks like the same bug reappearing https://bugs.launchpad.net/ubuntu/+source/apt-xapian- index/+bug/1530518/comments/2 Running a-x-i directly doesn't trigger this bug, but the combination of nice and ionice makes it show up much more often. (When the index is already up to date) Steps to

[Bug 1663695] Re: Kubuntu 16.04.1 discover empty after fresh install

2017-04-11 Thread Carlo Vanini
It works for me updating libappstreamqt1 to 0.9.4-1ubuntu3 on Xenial 16.04.2. Can someone else confirm, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1663695 Title: Kubuntu 16.04.1

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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530523 Title: kcm_driver_manager: Infinitely shows Collecting information To manage notifications about this bug go

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

[Bug 1663695] Re: Kubuntu 16.04.1 discover empty after fresh install

2017-03-27 Thread Carlo Vanini
All packages are marked as "technical" and therefore are hidden from the list in Discover. That's because libAppstreamQt looks for type "desktop" where instead it is "desktop-application" in the metadata. ** Patch added: "change type string from "desktop" to "desktop-application""

[Bug 1652641] [NEW] crash in indexer.py, AttributeError: 'NoneType' object has no attribute 'unlink'

2016-12-26 Thread Carlo Vanini
Public bug reported: While installing Muon the following exception was raised. Ophalen:1 http://nl.archive.ubuntu.com/ubuntu zesty/universe amd64 muon amd64 4:5.6.0-0ubuntu2 [332 kB] Ophalen:2 http://nl.archive.ubuntu.com/ubuntu zesty/universe amd64 muon-updater all 4:5.8.4-0ubuntu1 [3268 B] 335

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530523 Title:

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

2016-08-25 Thread Carlo Vanini
Muon now (in git master) shows a message box when it doesn't find s-p-kde. So a Recommends could be sufficient. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612392 Title: missing dependency on

[Bug 1612392]

2016-08-21 Thread Carlo Vanini
Git commit ca1379c2f8041f775625255018463a25f9c782b9 by Carlo Vanini. Committed on 20/08/2016 at 20:23. Pushed by vanini into branch 'master'. show error message if software-properties-kde cannot be found Settings -> "Configure Software Sources" invokes the external program softwa

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

2016-08-11 Thread Carlo Vanini
** Patch added: "muon_5.6.0-0ubuntu1.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1612392/+attachment/4719295/+files/muon_5.6.0-0ubuntu1.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1612392] [NEW] missing dependency on software-properties-kde

2016-08-11 Thread Carlo Vanini
Public bug reported: Muon 5.6.0-0ubuntu1 Muon assumes that software-properties-kde is available and is using it to manage package sources (Settings -> Configure Software Sources). Before the split of plasma-discover, s-p-k was installed as dependency of libmuon. i.e. the dependency chain was

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-08-08 Thread Carlo Vanini
** Description changed: [Test Case] 1) run /usr/share/apt-xapian-index/update-apt-xapian-index-dbus 2) Observe it terminate with an error and does not update the index -"Failed to import 'No module named 'glib'', can not use dbus" +    "Failed to import 'No module named 'glib'', can not

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-08-08 Thread Carlo Vanini
** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579834 Title: update-apt-xapian-index-dbus fails because of wrong import To

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-08-02 Thread Carlo Vanini
Hi Brian, apt-xapian-index/0.47ubuntu8.1 does fix the bug described in this report, but exposes another one that still causes update-apt-xapian- index-dbus to fail. That is, * string.split() was deprecated and has been removed from python3 * the subprocess stdout has to be opened as text,

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-07-07 Thread Carlo Vanini
Debdiff fixing the two wrong imports. ** Patch added: "apt-xapian-index_0.47ubuntu9.debdiff" https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+attachment/4697148/+files/apt-xapian-index_0.47ubuntu9.debdiff -- You received this bug notification because you are a member

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-05-27 Thread Carlo Vanini
Updated the patch to also fix the GObject import. Thanks Francesc for noticing that it was missing. ** Patch added: "fix import of glib (updated)" https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+attachment/4671193/+files/import_glib.patch -- You received this bug

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-05-23 Thread Carlo Vanini
** Patch added: "fix import of glib" https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+attachment/4668926/+files/import_glib.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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

[Bug 1579834] [NEW] update-apt-xapian-index-dbus fails because of wrong import

2016-05-09 Thread Carlo Vanini
Public bug reported: /usr/share/apt-xapian-index/update-apt-xapian-index-dbus terminates with an error and does not update the index. Mai 09 15:42:10 bear dbus[1017]: [system] Activating service name='org.debian.AptXapianIndex' (using servicehelper) Mai 09 15:42:10 bear

[Bug 1296711]

2016-01-15 Thread Carlo Vanini
Created attachment 96661 reset the flag to show the problem I was able to reproduce the bug as described by Victor with the packages "aptitude" and its dependency "aptitude-common", and will use them as an example in the discussion below. * We start with both packages installed. * By requesting

[Bug 1154071] [NEW] wrong path in XDMFConfig.cmake causes cmake error when using libxdmf

2013-03-12 Thread Carlo Vanini
Public bug reported: I need to build a tool which uses libxdmf. I'm using FIND_PACKAGE(XDMF REQUIRED CONFIG) in the CMakeLists file, which encounters the following error: -- Found Qt4: /usr/bin/qmake (found version 4.8.3) CMake Error at

[Bug 406787] Re: package global 5.7.1-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-28 Thread Carlo Vanini
*** This bug is a duplicate of bug 398009 *** https://bugs.launchpad.net/bugs/398009 ** This bug has been marked a duplicate of bug 398009 global: pkg fails to configure if FQDN unknown -- package global 5.7.1-1 failed to install/upgrade: subprocess post-installation script returned

[Bug 411810] Re: lenovo t61 wifi disabled

2009-08-28 Thread Carlo Vanini
*** This bug is a duplicate of bug 398009 *** https://bugs.launchpad.net/bugs/398009 Thank you for reporting this bug. Other people have had the same problem while upgrading 'global', therefore I'm marking this bug as a duplicate of bug #398009, please refer to this one for more

[Bug 274025] Re: Xorg says no screens found with intel driver

2008-10-17 Thread Carlo Vanini
This bug was fixed in the package xserver-xorg-video-intel - 2:2.4.1-1ubuntu8 when fixing #274045 Thank you! Anyway, get-edid still gives the same results as before. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Incomplete = Fix Released -- Xorg says no screens found with

[Bug 274025] Re: Xorg says no screens found with intel driver

2008-10-09 Thread Carlo Vanini
Indeed, it seems it is unable to get the EDID. I attach the output of `get-edid | parse-edid`. ** Attachment added: output of `get-edid | parse-edid` http://launchpadlibrarian.net/18362691/edid -- Xorg says no screens found with intel driver https://bugs.launchpad.net/bugs/274025 You

[Bug 274025] Re: Xorg says no screens found with intel driver

2008-10-06 Thread Carlo Vanini
** Attachment added: Xorg log with intel driver option ModeDebug enabled http://launchpadlibrarian.net/18265500/Xorg.inteldebugmode.log -- Xorg says no screens found with intel driver https://bugs.launchpad.net/bugs/274025 You received this bug notification because you are a member of Ubuntu

[Bug 274025] Re: Xorg says no screens found with intel driver

2008-09-24 Thread Carlo Vanini
** Attachment added: output of lspci -vv http://launchpadlibrarian.net/17923768/lspcivv -- Xorg says no screens found with intel driver https://bugs.launchpad.net/bugs/274025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 274025] Re: Xorg says no screens found with intel driver

2008-09-24 Thread Carlo Vanini
** Attachment added: Xorg log http://launchpadlibrarian.net/17923711/Xorg.0.log -- Xorg says no screens found with intel driver https://bugs.launchpad.net/bugs/274025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 274025] [NEW] Xorg says no screens found with intel driver

2008-09-24 Thread Carlo Vanini
Public bug reported: Binary package hint: xserver-xorg-video-intel Hi, Xorg fails to start, and the log reports (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found Actually I can see the X mouse cursor for a moment, and even move it. But then it

[Bug 73005] wrong path in Makefile

2006-11-23 Thread Carlo Vanini
Public bug reported: in usplash-dev version 0.4-33 in installed file /usr/share/doc/usplash-dev/examples/Makefile line 26 $(INSTALL) -d $(DESTDIR)/lib/usplash should be $(INSTALL) -d $(DESTDIR)/usr/lib/usplash ('/usr/' is missing, resulting in the creation of the wrong directory)