[Desktop-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-24 Thread LocutusOfBorg
gcc u.c -Wl,--no-as-needed -lm; ./a.out; echo $? 0 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libunistring in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 even when defined Status in binutils

[Desktop-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-24 Thread LocutusOfBorg
Wl,--no-as-needed works, while adding a manual "-lpthread" doesn't, because the library doesn't get linked to the program. Reason is probably that weak symbols are not added by the linker -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
** Also affects: binutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libunistring in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 even when

[Desktop-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
https://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00061.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libunistring in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 even when defined

[Desktop-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
this seems to be the reason for libunistring and libidn failures ** Changed in: gcc-defaults (Ubuntu) Status: New => Confirmed ** Changed in: gcc-defaults (Ubuntu) Importance: Undecided => High ** Also affects: libunistring (Ubuntu) Importance: Undecided Status: New ** Also

[Desktop-packages] [Bug 1779531] Re: Please merge 1.4.0-1 from Debian Sid

2018-07-06 Thread LocutusOfBorg
done after removing the trailing newline on changelog file :p -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xinit in Ubuntu. https://bugs.launchpad.net/bugs/1779531 Title: Please merge 1.4.0-1 from Debian Sid Status in xinit

[Desktop-packages] [Bug 1779529] Re: Please merge 1.1.3-1 from Debian Sid

2018-07-02 Thread LocutusOfBorg
BTW this is candidate for sync, if you can make the last delta go in Debian too... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-utils in Ubuntu. https://bugs.launchpad.net/bugs/1779529 Title: Please merge 1.1.3-1 from Debian

[Desktop-packages] [Bug 1779529] Re: Please merge 1.1.3-1 from Debian Sid

2018-07-02 Thread LocutusOfBorg
done. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-utils in Ubuntu. https://bugs.launchpad.net/bugs/1779529 Title: Please merge 1.1.3-1 from Debian Sid Status in xdg-utils package in Ubuntu: In Progress Bug description:

[Desktop-packages] [Bug 1779531] Re: Please merge 1.4.0-1 from Debian Sid

2018-07-02 Thread LocutusOfBorg
Seems you loose all the previous changelog history, and removed stuff without no reason explained in the changelog entry. ** Changed in: xinit (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1778205] Re: Audio playback is choppy in VLC on an Ubuntu 18.04 VM in VirtualBox.

2018-06-26 Thread LocutusOfBorg
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Invalid ** Changed in: virtualbox (Ubuntu) Status: Incomplete => Invalid ** Changed in: vlc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-20 Thread LocutusOfBorg
Selecting previously unselected package rfkill. (Reading database ... 12129 files and directories currently installed.) Preparing to unpack rfkill_0.5-1ubuntu3.1_amd64.deb ... Unpacking rfkill (0.5-1ubuntu3.1) ... Setting up rfkill (0.5-1ubuntu3.1) ... I like it! ** Tags removed:

[Desktop-packages] [Bug 1776808] Re: Please merge 5.6-4 from Debian Sid

2018-06-19 Thread LocutusOfBorg
Uploaded after removing the trailing newline from changelog file -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to brltty in Ubuntu. https://bugs.launchpad.net/bugs/1776808 Title: Please merge 5.6-4 from Debian Sid Status in brltty

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
command -v didn't work correctly, lets go for: if [ -x /sbin/udevadm ]; then udevadm trigger --subsystem-match=rfkill fi -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
reuploaded with command -v udevadm >/dev/null && udevadm trigger --subsystem-match=rfkill -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-installable in chroots

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
also changing the line to: udevadm trigger --subsystem-match=rfkill || true fixes the issue, giving a warning during installation -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to rfkill in Ubuntu.

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
the problem is: it already has a runtime dependency on systemd, why doesn't it automagically add udev? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-installable in

[Desktop-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
Artful is mostly EOL Package is removed in Bionic. I consider enough fixing Xenial only -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-installable in chroots

[Desktop-packages] [Bug 1777476] [NEW] non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
Assignee: LocutusOfBorg (costamagnagianfranco) Status: Fix Released ** Affects: rfkill (Ubuntu Xenial) Importance: Undecided Status: In Progress ** Affects: rfkill (Ubuntu Artful) Importance: Undecided Status: Won't Fix ** Changed in: rfkill (Ubuntu) Status

[Desktop-packages] [Bug 1580482] Re: Virtualbox guest additions isn't working properly in Ubuntu 16.04

2018-04-23 Thread LocutusOfBorg
** Changed in: virtualbox (Ubuntu) Status: Incomplete => Invalid ** Changed in: ubuntu-drivers-common (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1572244] Re: Kubuntu requires that the WiFi password be entered twice before WiFi can be used

2018-03-21 Thread LocutusOfBorg
** Changed in: casper (Ubuntu Bionic) Assignee: LocutusOfBorg (costamagnagianfranco) => Rik Mills (rikmills) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1572244 Ti

[Desktop-packages] [Bug 1572244] Re: Kubuntu requires that the WiFi password be entered twice before WiFi can be used

2018-03-21 Thread LocutusOfBorg
** Changed in: casper (Ubuntu Bionic) Status: Confirmed => Fix Committed ** Changed in: casper (Ubuntu Bionic) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) -- You received this bug notification because you are a member of Desktop Packages, which is subs

[Desktop-packages] [Bug 1117944] Re: [SRU] intltool confused by separate build-dir

2018-03-15 Thread LocutusOfBorg
@Vlad, just send them a mail or open a bug report -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to intltool in Ubuntu. https://bugs.launchpad.net/bugs/1117944 Title: [SRU] intltool confused by separate build-dir Status in intltool:

[Desktop-packages] [Bug 1245666] Re: Pidgin is creating zombies

2018-03-10 Thread LocutusOfBorg
** Changed in: pidgin (Ubuntu) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) ** Changed in: pidgin (Ubuntu) Status: Confirmed => In Progress ** Changed in: pidgin (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification be

[Desktop-packages] [Bug 1245666] Re: Pidgin is creating zombies

2018-03-08 Thread LocutusOfBorg
Hello, thanks! I removed the patch and uploaded the package! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pidgin in Ubuntu. https://bugs.launchpad.net/bugs/1245666 Title: Pidgin is creating zombies Status in Pidgin: Unknown

[Desktop-packages] [Bug 1532625] Re: "Launchpad Contributions:" string isn't translatable

2018-03-07 Thread LocutusOfBorg
Hello, seems that I can't reproduce anymore with Ubuntu 17.10, and inkscape 0.92, I'm marking then "incomplete", please test with a non EOL Ubuntu version and report back! thanks ** Changed in: inkscape (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification

[Desktop-packages] [Bug 1626248] Re: libunistring0 has not been updated since 2010

2018-02-13 Thread LocutusOfBorg
We are preparing the transition on https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3141/+packages We will publish it in some days ** Changed in: libunistring (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1117944] Re: intltool confused by separate build-dir

2018-01-24 Thread LocutusOfBorg
unsubscribing sponsors, subscribing release :) ** Changed in: intltool (Ubuntu Xenial) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) ** Changed in: intltool (Ubuntu Artful) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) ** Changed in: intltool (

[Desktop-packages] [Bug 1117944] Re: intltool confused by separate build-dir

2018-01-23 Thread LocutusOfBorg
** Also affects: intltool (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: intltool (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to intltool in

[Desktop-packages] [Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-12-08 Thread LocutusOfBorg
This is fixed in bionic with 5.2.2-3 version (69989.patch). I don't plan to fix artful, that will go EOL soon, and has an older vbox. If somebody wants to test a fix, feel free to do it. In the meanwhile I uploaded the fix in my ppa

[Desktop-packages] [Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-10-31 Thread LocutusOfBorg
** Also affects: wayland via https://bugzilla.gnome.org/show_bug.cgi?id=788908 Importance: Unknown Status: Unknown ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-10-31 Thread LocutusOfBorg
Yep, we got the same issue, not sure what wayland is doing, but probably this is the issue (quoting upstream) fun: Wayland crashes if you open and close a laptop lid too fast. This is apparently not a bug but a design error in the protocol. And it has been causing me endless fun over the past

[Desktop-packages] [Bug 943279] Re: Remmina i18n support problems

2017-10-28 Thread LocutusOfBorg
Hello, I uploaded some seconds ago the new remmina for ubuntu bionic. Can you please confirm the patch rebasing was correct? thanks! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to remmina in Ubuntu.

[Desktop-packages] [Bug 1723909] Re: [security] WPA2: Many vulnerabilities discovered

2017-10-16 Thread LocutusOfBorg
** Changed in: wpa (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1723909 Title: [security] WPA2: Many vulnerabilities discovered Status in

[Desktop-packages] [Bug 1617535] Re: geoip.ubuntu.com does not utilize HTTPS

2017-10-12 Thread LocutusOfBorg
I subscribed security team, it is unlikely that they get such messages if not subscribed :) ** Changed in: ubuntu-geoip (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to ubuntu-geoip in Ubuntu.

[Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-09-04 Thread LocutusOfBorg
the question is more tricky ettercap has the pkexec file #!/bin/sh pkexec --disable-internal-agent "ettercap" "$@" but it is using a polkit file http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd;> Authentication is required to run Ettercap ettercap

[Desktop-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-09-04 Thread LocutusOfBorg
I don't get where is the problem, wayland or all the applications using policykit? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch pkexec'ed applications

[Desktop-packages] [Bug 1419267] Re: libjpegturbo.so missing from -dev package

2017-09-03 Thread LocutusOfBorg
** Changed in: libjpeg-turbo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1419267 Title: libjpegturbo.so missing from

[Desktop-packages] [Bug 1056566] Re: Missing pkgconfig file

2017-09-03 Thread LocutusOfBorg
** Changed in: libjpeg-turbo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1056566 Title: Missing pkgconfig file Status

[Desktop-packages] [Bug 1056566] Re: Missing pkgconfig file

2017-09-03 Thread LocutusOfBorg
in new queue :) ** Changed in: libjpeg-turbo (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1056566 Title: Missing pkgconfig

[Desktop-packages] [Bug 1419267] Re: libjpegturbo.so missing from -dev package

2017-09-03 Thread LocutusOfBorg
in new queue :) ** Changed in: libjpeg-turbo (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1419267 Title: libjpegturbo.so

[Desktop-packages] [Bug 1702927] Re: lirc_serial module no longer in the kernel extra package

2017-08-18 Thread LocutusOfBorg
this happened in the kernel https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa5dc29c1fcc9151c3bcfd9e291a2899ae15f61d commit fa5dc29c1fcc9151c3bcfd9e291a2899ae15f61d Author: Sean Young Date: Mon Nov 21 19:55:53 2016 -0200 [media] lirc_serial:

[Desktop-packages] [Bug 1707078] Re: Add build dependency on gnome-common to fix FTBFS

2017-08-04 Thread LocutusOfBorg
** Changed in: libwnck (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libwnck in Ubuntu. https://bugs.launchpad.net/bugs/1707078 Title: Add build dependency on gnome-common to fix

[Desktop-packages] [Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
** Changed in: pcmanfm (Ubuntu) Status: Incomplete => Invalid ** Changed in: pcmanfm (Ubuntu Xenial) Status: New => Invalid ** Changed in: nautilus (Ubuntu) Status: Confirmed => Invalid ** Changed in: nautilus (Ubuntu Xenial) Status: New => Invalid ** Changed in:

[Desktop-packages] [Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
** Changed in: gvfs (Ubuntu) Status: In Progress => Fix Released ** Also affects: nautilus (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: pcmanfm (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: gvfs (Ubuntu Xenial) Importance:

[Desktop-packages] [Bug 1133477] Re: [SRU] cut-n-paste move files got stuck forever

2017-08-04 Thread LocutusOfBorg
sponsored. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1133477 Title: [SRU] cut-n-paste move files got stuck forever Status in caja package in Ubuntu: Confirmed Status in gvfs

[Desktop-packages] [Bug 1641912] Re: Please backport two recent-manager patches

2017-07-27 Thread LocutusOfBorg
** Also affects: gtk+2.0 (Ubuntu Artful) Importance: Critical Assignee: Simon Quigley (tsimonq2) Status: In Progress ** Also affects: gtk+2.0 (Ubuntu Zesty) Importance: Undecided Status: New ** Changed in: gtk+2.0 (Ubuntu Zesty) Status: New => In Progress **

[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-21 Thread LocutusOfBorg
Installed virtualbox-hwe-guest-utils, guest-x11 guest-dkms and everything worked correctly. Removed dkms package and installed vith module-assistant the virtualbox-guest-source package. So far so good, reboot works correctly -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-21 Thread LocutusOfBorg
** Tags removed: block-proposed verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to x11proto-core in Ubuntu.

[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-21 Thread LocutusOfBorg
** Changed in: virtualbox-hwe (Ubuntu) Status: New => Fix Committed ** Changed in: virtualbox-hwe (Ubuntu) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) -- You received this bug notification because you are a member of Desktop Packages, which is subs

[Desktop-packages] [Bug 1704036] Re: Merge 9.4.3-6 from Debian Sid

2017-07-14 Thread LocutusOfBorg
uploaded ** Changed in: icon (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to icon in Ubuntu. https://bugs.launchpad.net/bugs/1704036 Title: Merge 9.4.3-6 from Debian Sid Status in

[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-12 Thread LocutusOfBorg
I uploaded virtualbox-lts-zesty and tested the hwe 16.04.3 in xenial VM, installing virtualbox-guest-x11 and or virtualbox-guest-dkms/virtualbox-guest-source works. Even the embedded kernel module works, so we should be good here. You can test it on ppa:costamagnagianfranco/locutusofborg-ppa

[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-10 Thread LocutusOfBorg
Nack on this. Please wait for virtualbox-guest-x11 being updated. ** Tags removed: verification-done-xenial ** Tags added: block-proposed verification-failed-xenial -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to x11proto-core in

[Desktop-packages] [Bug 1698137] Re: package virtualbox-ext-pack 5.1.18-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurati

2017-06-15 Thread LocutusOfBorg
** Package changed: virtualbox-ext-pack (Ubuntu) => flashplugin-nonfree (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to flashplugin-nonfree in Ubuntu. https://bugs.launchpad.net/bugs/1698137 Title: package virtualbox-ext-pack

[Desktop-packages] [Bug 896726] Re: skype chat dies, then can't quit, have to restart

2017-05-10 Thread LocutusOfBorg
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/896726 Title: skype chat dies, then can't quit, have to

[Desktop-packages] [Bug 1685646] Re: 'dpkg-reconfigure lirc' doesn't work as expected.

2017-04-30 Thread LocutusOfBorg
Hello, this works correctly here, please try to be more verbose ** Changed in: lirc (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1685646

[Desktop-packages] [Bug 1640320] Re: FTBFS in zesty

2017-04-29 Thread LocutusOfBorg
this is the last blocker for boost 1.61 removal. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1640320 Title: FTBFS in zesty Status in location-service package in Ubuntu:

[Desktop-packages] [Bug 1640320] Re: FTBFS in zesty

2017-03-27 Thread LocutusOfBorg
ping please :) mir has been accepted, we have only two packages left now -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1640320 Title: FTBFS in zesty Status in

[Desktop-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-13 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1671377 *** https://bugs.launchpad.net/bugs/1671377 Timo, you rock! it works with that patch, uploaded in Ubuntu ** This bug has been marked a duplicate of bug 1671377 Crash in VirtualBox with libdrm/intel, fixed in git -- You received this bug

[Desktop-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-11 Thread LocutusOfBorg
it is not helping... I did test with a vbox custom on my ppa:costamagnagianfranco/locutusofborg-ppa -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1666059 Title: Main virtualbox window

[Desktop-packages] [Bug 1584853] Re: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-03-08 Thread LocutusOfBorg
I'm not sure about the testing I performed, but I didn't experience any crash during my test ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to exiv2 in Ubuntu.

[Desktop-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-08 Thread LocutusOfBorg
that vboxvideo has been dropped upstream, I also tried an rm on my zesty vm of that file but it didn't change the boot issue. I don't understand your modeset sentence, because actually I don't understand what vboxvideo does (kernel module) what the driver is supposed to do, and what/how that

[Desktop-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 4 or 4 times - then no start

2017-03-06 Thread LocutusOfBorg
not sure if mesa has something to do here, because we are using ld to override the ld.so.conf.d EGL and GL configuration files ** Also affects: mesa (Ubuntu) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New -- You

[Desktop-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 4 or 4 times - then no start

2017-03-06 Thread LocutusOfBorg
putting xorg developers in the loop -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1666059 Title: Main virtualbox window resizes itself 4 or 4 times - then no start Status in mesa

[Desktop-packages] [Bug 1584853] Re: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-03-06 Thread LocutusOfBorg
@Ricardo can you please test it? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to exiv2 in Ubuntu. https://bugs.launchpad.net/bugs/1584853 Title: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating

[Desktop-packages] [Bug 1632357] Re: remove llvm-toolchain-3.6 from zesty

2017-02-28 Thread LocutusOfBorg
** Changed in: llvm-toolchain-3.6 (Ubuntu) Status: Expired => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to llvm-toolchain-3.6 in Ubuntu. https://bugs.launchpad.net/bugs/1632357 Title: remove llvm-toolchain-3.6

[Desktop-packages] [Bug 1584853] Re: Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-02-28 Thread LocutusOfBorg
done, please test package on ppa:costamagnagianfranco/locutusofborg-ppa ** Changed in: exiv2 (Ubuntu) Status: Confirmed => Fix Released ** Also affects: exiv2 (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: exiv2 (Ubuntu Xenial) Status: New =&g

[Desktop-packages] [Bug 441150] Re: Please support auto-detection, à la gnome-lirc-properties

2017-01-12 Thread LocutusOfBorg
@jyoder are you still working on it? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/441150 Title: Please support auto-detection, à la gnome-lirc-properties Status in lirc package in

[Desktop-packages] [Bug 783202] Re: lircmd is not started properly by lirc init script when devinput is used

2017-01-12 Thread LocutusOfBorg
** Changed in: lirc (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/783202 Title: lircmd is not started properly by lirc init script

[Desktop-packages] [Bug 441150] Re: Please support auto-detection, à la gnome-lirc-properties

2017-01-12 Thread LocutusOfBorg
** Changed in: lirc (Ubuntu) Status: In Progress => New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/441150 Title: Please support auto-detection, à la gnome-lirc-properties

[Desktop-packages] [Bug 591441] Re: default config file directory is wrong for lircd

2017-01-12 Thread LocutusOfBorg
** Changed in: lirc (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/591441 Title: default config file directory is wrong for lircd

[Desktop-packages] [Bug 206495] Re: hvr-1100 is not configured properly

2017-01-12 Thread LocutusOfBorg
closing then ** Changed in: lirc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/206495 Title: hvr-1100 is not configured properly Status

[Desktop-packages] [Bug 204960] Re: [Hardy] Lirc devinput (linux-input-layer) broken

2017-01-12 Thread LocutusOfBorg
closing ** Changed in: lirc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/204960 Title: [Hardy] Lirc devinput (linux-input-layer) broken

[Desktop-packages] [Bug 1639478] Re: Merge with Debian 0.48.0

2017-01-05 Thread LocutusOfBorg
@jbicha, time to retry it again? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1639478 Title: Merge with Debian 0.48.0 Status in poppler package in Ubuntu: Fix Committed Bug

[Desktop-packages] [Bug 1247528] Re: [SRU] Build and distribute intel-virtual-output

2016-12-09 Thread LocutusOfBorg
the new binary is here now. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1247528 Title:

[Desktop-packages] [Bug 1247528] Re: [SRU] Build and distribute intel-virtual-output

2016-12-06 Thread LocutusOfBorg
** Summary changed: - Build and distribute intel-virtual-output + [SRU] Build and distribute intel-virtual-output -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-12-05 Thread LocutusOfBorg
Hi, I sponsored it, even if the package increased its size for about 1MB. The patch was sane enough, a cherry-pick from later releases, and just a new tool added (I also melded both changelogs, to see if the new dependencies were carrying new hidden tools/flags). the package is now in unapproved

[Desktop-packages] [Bug 1247528] Re: Build and distribute intel-virtual-output

2016-12-05 Thread LocutusOfBorg
it seems to be not building https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+build/11521054 ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Desktop Packa

[Desktop-packages] [Bug 1575338] Re: Gnome Software catalog entry missing for Pidgin

2016-11-17 Thread LocutusOfBorg
the icon file is not there, "The icon is not available in a suitable size (at least 64x64px)" there is no suitable icon size -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pidgin in Ubuntu. https://bugs.launchpad.net/bugs/1575338

[Desktop-packages] [Bug 1575338] Re: Gnome Software catalog entry missing for Pidgin

2016-11-17 Thread LocutusOfBorg
patch welcome :) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pidgin in Ubuntu. https://bugs.launchpad.net/bugs/1575338 Title: Gnome Software catalog entry missing for Pidgin Status in appstream-dep11 package in Ubuntu: New

[Desktop-packages] [Bug 1634930] Re: emacs24 fails to build on ppc64el

2016-11-05 Thread LocutusOfBorg
emacs25 seems fine -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1634930 Title: emacs24 fails to build on ppc64el Status in emacs24 package in Ubuntu: New Status in gnuplot

[Desktop-packages] [Bug 450285] Re: package lirc 0.8.4a-0ubuntu5 failed to install/upgrade: post-installation script alfolyamat 1 hibakóddal kilépett

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 671327] Re: package lirc 0.8.6-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 654949] Re: package lirc 0.8.6-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 422684] Re: lirc 0.8.4a-0ubuntu5 failed to install/upgrade

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 467933] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 511629] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 455374] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zur?ck

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 572808] Re: package lirc 0.8.6-0ubuntu4 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 454586] Re: package lirc 0.8.6-0ubuntu2 kernel oops on removal

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 464455] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: after upgrade to ubuntu 9.10

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 624971] Re: package lirc 0.8.6-0ubuntu4.1 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 621908] Re: package lirc 0.8.6-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 629338] Re: package lirc 0.8.6-0ubuntu4.1 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 618086] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 488568] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 464106] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade: le sous-processus script post-installation install? a retourn? une erreur de sortie d'?tat 1

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 454586] Re: package lirc 0.8.6-0ubuntu2 kernel oops on removal

2016-11-01 Thread LocutusOfBorg
marking as fix released due to comment 5 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/454586 Title: package lirc 0.8.6-0ubuntu2 kernel oops on removal Status in lirc package in

[Desktop-packages] [Bug 471754] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 470175] Re: package lirc (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

[Desktop-packages] [Bug 526559] Re: package lirc 0.8.6-0ubuntu2 failed to install/upgrade:

2016-11-01 Thread LocutusOfBorg
Hi, can you please try again with the latest lirc from zesty (a.k.a. upcoming 17.04 version), and set the status back to "new" in case you still experience such issue? You can also try it from my ppa, where I backported it to xenial and yakkety releases (16.04 and 16.10)

  1   2   3   4   5   >