[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
Groovy = 2.0 is packaged as src:groovy2 - this package will never be = 2.0. Looks like we need an epoch (perhaps even in Debian) to unbreak this. Triaging. ** Changed in: groovy (Ubuntu) Status: New = Triaged ** Changed in: groovy (Ubuntu) Importance: Undecided = Medium -- You

[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
After looking further, this likely came from experimental - it's since been pulled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1460389 Title: Version number mismatches: 2.0 beta but actually

[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
After looking further, this likely came from experimental - it's since been pulled. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to groovy in Ubuntu. https://bugs.launchpad.net/bugs/1460389 Title: Version number mismatches: 2.0 beta

[Bug 1460389] Re: Version number mismatches: 2.0 beta but actually 1.8.6

2015-06-17 Thread Paul Tagliamonte
Groovy = 2.0 is packaged as src:groovy2 - this package will never be = 2.0. Looks like we need an epoch (perhaps even in Debian) to unbreak this. Triaging. ** Changed in: groovy (Ubuntu) Status: New = Triaged ** Changed in: groovy (Ubuntu) Importance: Undecided = Medium -- You

[Bug 1387805] Re: docker.io containers cannot use local dnsmasq

2015-06-02 Thread Paul Tagliamonte
127.0.0.1 inside the container isn't the same as 127.0.0.1 inside the container. I'm OK calling this a container misconfiguration. I've not tried, but try setting dnsmasq to bind to the docker0 interface (likely bind to 172.17.42.1) and hit that IP. Otherwise you're hitting 127.0.0.1 in the

[Bug 1387805] Re: docker.io containers cannot use local dnsmasq

2015-06-02 Thread Paul Tagliamonte
127.0.0.1 inside the container isn't the same as 127.0.0.1 inside the container. I'm OK calling this a container misconfiguration. I've not tried, but try setting dnsmasq to bind to the docker0 interface (likely bind to 172.17.42.1) and hit that IP. Otherwise you're hitting 127.0.0.1 in the

[Bug 1422416] Re: apt-get install docker.io does not install required package lxc

2015-02-25 Thread Paul Tagliamonte
Closing as invalid. This is not required on Debian nor Ubuntu, you likely are missing both of aufs and devicemapper, and falling back to the lxc backend. I don't even think that relation is a recommends. Thanks for the report, but unless this is present on Ubuntu or Debian, it's not getting

[Bug 1422406] Re: docker command gives wrong install help

2015-02-25 Thread Paul Tagliamonte
Please file Mint bugs with the Mint bug tracker, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1422406 Title: docker command gives wrong install help To manage notifications about this bug

[Bug 1422406] Re: docker command gives wrong install help

2015-02-25 Thread Paul Tagliamonte
Seems like another Mint bug. Closing. Likely a result of command-not-found checking the wrong suite. ** Changed in: docker.io (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to docker.io in Ubuntu.

[Bug 1422416] Re: apt-get install docker.io does not install required package lxc

2015-02-25 Thread Paul Tagliamonte
Closing as invalid. This is not required on Debian nor Ubuntu, you likely are missing both of aufs and devicemapper, and falling back to the lxc backend. I don't even think that relation is a recommends. Thanks for the report, but unless this is present on Ubuntu or Debian, it's not getting

[Bug 1422406] Re: docker command gives wrong install help

2015-02-25 Thread Paul Tagliamonte
Seems like another Mint bug. Closing. Likely a result of command-not-found checking the wrong suite. ** Changed in: docker.io (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1422416] Re: apt-get install docker.io does not install required package lxc

2015-02-25 Thread Paul Tagliamonte
Also, Monsta, please don't change to Ubuntu without first checking if this bug is present in Ubuntu. Thank you. ** Changed in: docker.io (Ubuntu) Status: Won't Fix = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1407408] Re: please merge docker.io from debian

2015-01-05 Thread Paul Tagliamonte
Thanks! Changes are minor, intended for a freeze exception, regression potential is minimal! On Jan 4, 2015 6:20 AM, LocutusOfBorg costamagnagianfra...@yahoo.it wrote: ** Attachment added: debdiff

[Bug 1407841] Re: docker.io package fails install if docker group is pre-existing

2015-01-05 Thread Paul Tagliamonte
I'm marking this as Opinion. Here's why: The local sysadmin may have created a Docker group, but *not* intended to give the rights to use Docker to those users. Remember, the Docker group is root equivelent. [tag@cassiel:~][⌚ 09:02 PM] ♥ docker run -it --rm -v /./:/mnt debian:unstable

[Bug 1407841] Re: docker.io package fails install if docker group is pre-existing

2015-01-05 Thread Paul Tagliamonte
Honestly, this is a bug in lxc-docker for not cleaning up on postrm :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1407841 Title: docker.io package fails install if docker group is pre-existing

[Bug 1407841] Re: docker.io package fails install if docker group is pre-existing

2015-01-05 Thread Paul Tagliamonte
I'm marking this as Opinion. Here's why: The local sysadmin may have created a Docker group, but *not* intended to give the rights to use Docker to those users. Remember, the Docker group is root equivelent. [tag@cassiel:~][⌚ 09:02 PM] ♥ docker run -it --rm -v /./:/mnt debian:unstable

Re: [Bug 1407408] Re: please merge docker.io from debian

2015-01-05 Thread Paul Tagliamonte
Yeah, you're right - that looks like an oversight, I missed looking closely. I think it's not a super huge deal, since this covers all upstream artifacts (we don't have a standard build process -- so auto_clean isn't doing anything right now) Worth fixing for sure, but I don't think it'll lead to

[Bug 1366509] Re: error message when running images of the wrong can be considered confusing

2014-10-15 Thread Paul Tagliamonte
Triaged as a wishlist bug. I've changed the title be be more accurate about the real bug here. Likely something that should go upstream, but I think upstream will just say doing that is unsupported and close the bug. ** Summary changed: - error message when running images of the wrong can be

[Bug 1366509] Re: error message when running images of the wrong can be considered confusing

2014-10-15 Thread Paul Tagliamonte
** Summary changed: - exec format error with docker run ubuntu right after installation + error message when running images of the wrong can be considered confusing ** Changed in: docker.io (Ubuntu) Importance: Low = Wishlist ** Changed in: docker.io (Ubuntu) Status: Confirmed =

Re: [Bug 1320869] Re: apparmor=DENIED operation=ptrace profile=docker-default

2014-10-07 Thread Paul Tagliamonte
Feel free to send this patchset to the Debian BTS -- we can see about adding an Ubuntu vendor switch so we don't maintain a delta. You should also consider talking with Upstream about getting this fixed in 1.3 Thanks for your work! On Tue, Oct 7, 2014 at 3:05 PM, Jamie Strandboge

Re: [Bug 1371310] Re: docker.io doesn't work with apparmor 3.0 RC1 kernel

2014-09-23 Thread Paul Tagliamonte
I'll take a look at adding this to Debian Ubuntu - can we get this upstreamed too? On Tue, Sep 23, 2014 at 3:01 PM, Jamie Strandboge ja...@ubuntu.com wrote: ** Tags added: apparmor -- You received this bug notification because you are a member of Docker Ubuntu Maintainers, which is

[Bug 1371310] Re: docker.io doesn't work with apparmor 3.0 RC1 kernel

2014-09-23 Thread Paul Tagliamonte
d'oh, lost context on this thread and thought it was a new bug against docker with a patch. my fault. carry on, thanks folks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371310 Title: docker.io

Re: [Bug 1369927] Re: [FFe] Sync docker.io 1.2.0 from Debian unstable

2014-09-16 Thread Paul Tagliamonte
Nice! :D On Tue, Sep 16, 2014 at 12:13 PM, James Page james.p...@ubuntu.com wrote: Thanks Iain Sync'ing away! -- You received this bug notification because you are a member of Docker Ubuntu Maintainers, which is subscribed to docker.io in Ubuntu. https://bugs.launchpad.net/bugs/1369927

Re: [Bug 69938] Re: Fluxbox background disappears on certain events

2014-08-03 Thread Paul Tagliamonte
Use --no-background if you don't want it writing the background. Turns out using a GNOME component outside GNOME leads to undefined behavior On Aug 3, 2014 7:15 AM, pwaring launch...@pwaring.com wrote: The Chrome argument does not address the problem that if I launch Nautilus from the menu then

Re: [Bug 69938] Re: Fluxbox background disappears on certain events

2014-08-03 Thread Paul Tagliamonte
--*no*-*desktop* - sorry. In the middle of the woods replying on my phone without much cell service. Had to look up that manpage. On Aug 3, 2014 7:35 AM, pwaring launch...@pwaring.com wrote: --no-background isn't a valid argument according to the man page (on trusty). -- You received this

[Bug 1338768] Re: Please SRU 1.0.1~dfsg1-1 to trusty

2014-07-21 Thread Paul Tagliamonte
If you package a version 1.0.1~dfsg1-1, please ensure said version is in Debian, or at least in our VCS. The entire Debian maintenance team is very concerned with Ubuntu, and SRU'ing a version out of band from Debian would show a disappointing concern lack of concern for Debian. -- You received

[Bug 1338768] Re: Please SRU 1.0.0~dfsg1-1 to trusty

2014-07-08 Thread Paul Tagliamonte
Agreed. Version in Trusty isn't sustainable long-term. Upstream has a solid release process. Candidate for MRU, I think. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1338768 Title: Please SRU

Re: [Bug 1338768] Re: Please SRU 1.0.0~dfsg1-1 to trusty

2014-07-08 Thread Paul Tagliamonte
Agreed. On Tue, Jul 8, 2014 at 2:48 PM, Kapil Thangavelu 1338...@bugs.launchpad.net wrote: the version we have in trusty is effectively a beta.. 1.0 is an upstream supported version and is pure bug fix over what we have in trusty. -- You received this bug notification because you are a

[Bug 1338768] Re: Please SRU 1.0.0~dfsg1-1 to trusty

2014-07-08 Thread Paul Tagliamonte
Sorry, MRE -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1338768 Title: Please SRU 1.0.0~dfsg1-1 to trusty To manage notifications about this bug go to:

Re: [Bug 1314470] Re: i386 packages don't run

2014-05-13 Thread Paul Tagliamonte
Fixed in 0.10.1-1~ On May 12, 2014 11:30 PM, Robie Basak 1314...@bugs.launchpad.net wrote: ** Changed in: docker.io (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Docker Ubuntu Maintainers, which is subscribed to docker.io in

[Bug 1309288] Re: docker.io requires apparmor but package does not depend on it

2014-04-18 Thread Paul Tagliamonte
What version of Docker do you have installed? I think this is fixed in 0.9.1, can you confirm? https://github.com/dotcloud/docker/pull/4624 is the upstream fix, which made it in. ** Changed in: docker.io (Ubuntu) Status: New = Incomplete ** Changed in: docker.io (Ubuntu) Importance:

[Bug 1309288] Re: docker.io requires apparmor but package does not depend on it

2014-04-18 Thread Paul Tagliamonte
OK. I'll mark it as triaged and see if I can work out a SRU fix. Thanks! ** Changed in: docker.io (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309288 Title:

[Bug 1285368] Re: Sync docker.io 0.8.1+dfsg1-1 (universe) from Debian unstable (main)

2014-02-27 Thread Paul Tagliamonte
Hey Dmitry, Yeah, a few (and a few pretty critical bugfixes - I heard rumors of remote code execution) I was just sync'ing this before 1.0 to keep things up to date, but if I have to do FFe (forgot it was FF already), then I'll wait until 1.0 and do the FFe in a skitch. Thanks! ** Changed in:

[Bug 1285368] [NEW] Sync docker.io 0.8.1+dfsg1-1 (universe) from Debian unstable (main)

2014-02-26 Thread Paul Tagliamonte
Public bug reported: Please sync docker.io 0.8.1+dfsg1-1 (universe) from Debian unstable (main) Changelog entries since current trusty version 0.7.6+dfsg1-1: docker.io (0.8.1+dfsg1-1) unstable; urgency=medium * Updated to 0.8.1 upstream release. -- Tianon Gravi admwig...@gmail.com Tue, 25

[Bug 1273826] Re: Gnome applications wont launch in Fluxbox desktop manager

2014-01-28 Thread Paul Tagliamonte
** Changed in: at-spi2-atk (Ubuntu) Status: New = Triaged ** Changed in: at-spi2-atk (Ubuntu) Importance: Undecided = Medium ** Summary changed: - Gnome applications wont launch in Fluxbox desktop manager + Gnome applications wont launch -- You received this bug notification because

[Bug 520538] Re: Impossible to include an osi header

2013-12-19 Thread Paul Tagliamonte
Sorry, 0.106.4-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/520538 Title: Impossible to include an osi header To manage notifications about this bug go to:

[Bug 520538] Re: Impossible to include an osi header

2013-12-19 Thread Paul Tagliamonte
Fixed in v. 0.103.0-1 Much love! ** Changed in: coinor-osi (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/520538 Title: Impossible to include an osi

[Bug 1255516] Re: Network access broken to some hosts after some usage...

2013-12-02 Thread Paul Tagliamonte
I'm setting to medium. Netbase folks feel free to change to what the situation actually is, but this appears to cause some damage. ** Changed in: netbase (Ubuntu) Status: New = Triaged ** Changed in: netbase (Ubuntu) Importance: Undecided = Medium -- You received this bug

[Bug 1051921] Re: lens-bar-keynavigation periodically writes to /tmp/wut.png

2013-08-20 Thread Paul Tagliamonte
Thanks, Y'all! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1051921 Title: lens-bar-keynavigation periodically writes to /tmp/wut.png To manage notifications about this bug go to:

[Bug 1051921] Re: lens-bar-keynavigation periodically writes to /tmp/wut.png

2013-08-15 Thread Paul Tagliamonte
** Changed in: unity (Ubuntu Precise) Status: New = Triaged ** Changed in: unity (Ubuntu Precise) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1051921 Title:

[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-08-01 Thread Paul Tagliamonte
This bug hit me real hard, and *is* present up to Debian's 3.10~rc7-1~exp1 Note: This *INCLUDES* e1944017839d7dfbf7329fac4bdec8b4050edf5e as far as I can tell. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-08-01 Thread Paul Tagliamonte
Alan, thanks for the quick response I'm using either EHCI or XHCI (I *think* it's XHCI? It's plugged into my Lenovo dock), I'm at work and can't figure out if usbtree will work with modern kernels :)) Bus 001 Device 003: ID 17ef:100a Lenovo ThinkPad Mini Dock Plus Series 3 (is the dock) Bus

Re: [Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-08-01 Thread Paul Tagliamonte
I'll test this out tonight, thanks! On Thu, Aug 1, 2013 at 2:58 PM, Alan Stern 1191...@bugs.launchpad.net wrote: If it's xHCI then there's nothing I can do. If it's EHCI then the attached patch ought to help. For debugging purpose it writes a warning message to the kernel log whenever an

[Bug 1200255] Re: go get ... fails with SIGILL on armhf

2013-07-17 Thread Paul Tagliamonte
Not stripping should be fine if it causes an issue like this. It's a should in policy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1200255 Title: go get ... fails with SIGILL on armhf To manage

[Bug 1051921] Re: lens-bar-keynavigation periodically writes to /tmp/wut.png

2013-07-07 Thread Paul Tagliamonte
Verified by a trusted friend, and Unity has the following line from the diff ref'd above: cairo_surface_write_to_png(cairo_get_target(cr), /tmp/wut.png); Seriously unclean. Also, unsafe usage of tmp. ** Changed in: unity (Ubuntu) Importance: Undecided = Low ** Changed in: unity

[Bug 1030022] Re: Port from legacy Xlib to to modern XCB

2013-04-14 Thread Paul Tagliamonte
** No longer affects: wmii (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1030022 Title: Port from legacy Xlib to to modern XCB To manage notifications about this bug go to:

[Bug 185123] Re: [needs-packaging] SBaGen

2013-01-28 Thread Paul Tagliamonte
I'm closing this out -- feel free to file an ITP (intent to package) with Debian, new software should go upstream, not downstream in Ubuntu :) ** Changed in: ubuntu Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 95925] Re: debsecan should be either adjusted (for ubuntu) or removed

2012-11-10 Thread Paul Tagliamonte
Someone: Just please RM this :) ** Changed in: debsecan (Ubuntu) Importance: Wishlist = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/95925 Title: debsecan should be either adjusted (for

[Bug 1060850] Re: Ubuntu 11.04: VirtualEnvironment - start ipython error after update at 3.10.2012

2012-10-03 Thread Paul Tagliamonte
Bit my co-worker as well. Caused a bit of a frenzy Marking invalid, but really really really annoying. ** Changed in: python2.7 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1055766] Re: grep -R doesn't automatically search amazon

2012-09-25 Thread Paul Tagliamonte
It's funny, calm down everyone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1055766 Title: grep -R doesn't automatically search amazon To manage notifications about this bug go to:

[Bug 1031849] Re: Sync tcc 0.9.26~git20120612.ad5f375-6 (universe) from Debian unstable (main)

2012-08-01 Thread Paul Tagliamonte
I verified the fix. Looked good on my machine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1031849 Title: Sync tcc 0.9.26~git20120612.ad5f375-6 (universe) from Debian unstable (main) To manage

[Bug 1030022] Re: Port from legacy Xlib to to modern XCB

2012-07-27 Thread Paul Tagliamonte
Deleted the Fluxbox entry. It's upstream and borderline absurd. Xlib is not deprecated. The gains from XCB are not worth the instability in porting it. ** No longer affects: fluxbox (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-26 Thread Paul Tagliamonte
ACK, will test tonight. Thanks raof d.filoni! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014425 Title: fbautostart fails to handle XDG paths correctly To manage notifications about this bug

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-26 Thread Paul Tagliamonte
I also confirm nhandler's results from a clean precise machine -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014425 Title: fbautostart fails to handle XDG paths correctly To manage notifications

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-18 Thread Paul Tagliamonte
** Description changed: This has been fixed upstream. This bug is to track it's status in ubuntu. + + Paths such as /etc/foo:/etc/bar will result in fbautostart trying to + find a literal path of that name, rather then splitting on the :. ** Description changed: This has been fixed

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-18 Thread Paul Tagliamonte
debdiff attached. ACK'd fix. [tag@chayot:~/dev/local/fbautostart/maintainer][master]$ dpkg -l | grep fbautostart | awk '{print $3}'w 2.718281-1 [tag@chayot:~/dev/local/fbautostart/maintainer][master]$ ./runtests tdg1.1 OK tdg1.2 OK ERROR! FILE DNE: tdg2.1

[Bug 1014807] [NEW] Sync fbautostart 2.718281828-1 (universe) from Debian unstable (main)

2012-06-18 Thread Paul Tagliamonte
to compat 9, which adds in build-flag hardening. * debian/copyright changes - Fix a typo in the source URL - Upstream has been using the Expat license. Correcting the d/copyright to correctly note this. -- Paul Tagliamonte paul...@ubuntu.com Sun, 17 Jun 2012 16:11:50 -0400

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-18 Thread Paul Tagliamonte
Q- series sync filed as #1014807 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014425 Title: fbautostart fails to handle XDG paths correctly To manage notifications about this bug go to:

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-18 Thread Paul Tagliamonte
Debdiff attached with a new version string. Thanks! ** Patch added: fix-1014425.debdiff https://bugs.launchpad.net/ubuntu/+source/fbautostart/+bug/1014425/+attachment/3195097/+files/fix-1014425.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-18 Thread Paul Tagliamonte
The tests can be run as follows: [tag@chayot:~/reviews/debian][03:51 PM]$ git clone git://github.com/paultag/fbautostart.git Cloning into 'fbautostart'... remote: Counting objects: 644, done. remote: Compressing objects: 100% (338/338), done. remote: Total 644 (delta 366), reused 547 (delta

[Bug 1014425] [NEW] fbautostart fails to handle XDG paths correctly

2012-06-17 Thread Paul Tagliamonte
Public bug reported: This has been fixed upstream. This bug is to track it's status in ubuntu. ** Affects: fbautostart (Ubuntu) Importance: High Assignee: Paul Tagliamonte (paultag) Status: Triaged ** Changed in: fbautostart (Ubuntu) Status: New = Triaged ** Changed

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-17 Thread Paul Tagliamonte
Ubuntu's default will break OTB with -P series. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014425 Title: fbautostart fails to handle XDG paths correctly To manage notifications about this bug

[Bug 1014425] Re: fbautostart fails to handle XDG paths correctly

2012-06-17 Thread Paul Tagliamonte
Fixed in 2.718281828 -- Debian upload pending. ** Changed in: fbautostart (Ubuntu) Assignee: (unassigned) = Paul Tagliamonte (paultag) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014425

[Bug 823716] Re: tcc version 0.9.25-10 failed to build on armel/armhf

2012-06-16 Thread Paul Tagliamonte
Closing out. P and Q both have working versions, and this isn't a regression. Future releases will have the build and a stable release is more risky then the fix is worth. ** Changed in: tcc (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a

[Bug 1010508] [NEW] qgis FTBFS on all flavors

2012-06-08 Thread Paul Tagliamonte
Public bug reported: https://launchpad.net/ubuntu/+source/qgis/1.7.4+1.7.5~20120320-1.1 ** Affects: qgis (Ubuntu) Importance: High Status: Triaged ** Changed in: qgis (Ubuntu) Status: New = Triaged ** Changed in: qgis (Ubuntu) Importance: Undecided = High -- You

[Bug 606432] Re: bbox double outputs all information

2012-05-20 Thread Paul Tagliamonte
It appears this was fixed in ps2eps 1.68-1 $ ghostscript -sDEVICE=bbox -dBATCH -dNOPAUSE -f anypdf.pdf GPL Ghostscript 9.05 (2012-02-08) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Processing pages 1

[Bug 743183] Re: `ps2eps --help` misses a \n

2012-05-01 Thread Paul Tagliamonte
It looks like a fix was uploaded (version 1.68-1 has been uploaded) -- I'm closing this out. Thanks, folks! ** Changed in: ps2eps (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 955988] Re: fluxbox problems with ambiance

2012-04-26 Thread Paul Tagliamonte
Euch. We might have to re-target this bug if it's affecting non-fluxbox as well. I wonder if it's an issue with gtk? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/955988 Title: fluxbox problems

[Bug 955988] Re: fluxbox problems with ambiance

2012-04-26 Thread Paul Tagliamonte
*** This bug is a duplicate of bug 925895 *** https://bugs.launchpad.net/bugs/925895 ACK'd, dupe. Thanks, Bohm! ** This bug has been marked a duplicate of bug 925895 Ambiance sub-menus light like Radiance after latest light-themes update. -- You received this bug notification because

Re: [Bug 986854] [NEW] Windows don't snap while resizing

2012-04-22 Thread Paul Tagliamonte
That patch is by one of the maintainers ;) Ill see what I can do. Will triage when I get off my phone On Apr 22, 2012 9:50 AM, Timm Hinselmann er...@q-ix.net wrote: Public bug reported: When you move windows around they usually snap if 'session.screen0.edgeSnapThreshold' in ~/.fluxbox/init

[Bug 986854] Re: Windows don't snap while resizing

2012-04-22 Thread Paul Tagliamonte
** Changed in: fluxbox (Ubuntu) Importance: Undecided = Wishlist ** Changed in: fluxbox (Ubuntu) Status: New = Triaged ** Also affects: fluxbox Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 986854] Re: Windows don't snap while resizing

2012-04-22 Thread Paul Tagliamonte
** Changed in: fluxbox Status: New = Triaged ** Changed in: fluxbox Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986854 Title: Windows don't snap while

[Bug 955988] Re: fluxbox problems with ambiance

2012-04-13 Thread Paul Tagliamonte
Verified. Thanks! ** Changed in: fluxbox (Ubuntu) Status: New = Triaged ** Changed in: fluxbox (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 955988] Re: fluxbox problems with ambiance

2012-03-22 Thread Paul Tagliamonte
Will take a look asap. Thanks! ** Changed in: fluxbox (Ubuntu) Status: Invalid = New ** Changed in: fluxbox (Ubuntu) Importance: Wishlist = Undecided -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 955988] Re: fluxbox problems with ambiance

2012-03-19 Thread Paul Tagliamonte
Fluxbox is just a window manager, not a DE, running gnome-settings- daemon is a good solution here :) You can autostart services in ~/.fluxbox/startup or with something like lp:fbautostart Thanks for helping make Ubuntu better, Paul ** Changed in: fluxbox (Ubuntu) Status: New = Invalid

[Bug 948552] Re: Sync python-sunlight 1.1.1-1 (universe) from Debian unstable (main)

2012-03-07 Thread Paul Tagliamonte
Howdy bhavi, I wasn't paying attention to what part of the release cycle we were in, I could have sworn we were in beta1 :) I'm closing the bug, I'll catch it during Q's DIF. Cheers, Paul ** Changed in: ubuntu Status: New = Invalid -- You received this bug notification because you are

[Bug 948552] [NEW] Sync python-sunlight 1.1.1-1 (universe) from Debian unstable (main)

2012-03-06 Thread Paul Tagliamonte
- python3-sunlight) * Ensuring that SOURCES.txt is removed from the binary packages (thanks, jwilk tumbleweed) -- Paul Tagliamonte paul...@ubuntu.com Mon, 27 Feb 2012 15:22:20 -0500 python-sunlight (1.1.0-1) unstable; urgency=low * Initial release (Closes: #660173). -- Paul Tagliamonte

[Bug 948555] [NEW] Sync python-sunlight 1.1.1-1 (universe) from Debian unstable (main)

2012-03-06 Thread Paul Tagliamonte
=low * New upstream release. Contains fixes for Python 3, and fixed examples. * Changing an errorful link (python-sunlight3 - python3-sunlight) * Ensuring that SOURCES.txt is removed from the binary packages (thanks, jwilk tumbleweed) -- Paul Tagliamonte paul...@ubuntu.com Mon, 27 Feb

[Bug 948555] Re: Sync python-sunlight 1.1.1-1 (universe) from Debian unstable (main)

2012-03-06 Thread Paul Tagliamonte
Sorry for the static. Requestsync issues. ** Changed in: ubuntu Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948555 Title: Sync python-sunlight 1.1.1-1 (universe)

[Bug 941060] Re: fluxbox crashed with SIGABRT in XQueryExtension()

2012-02-27 Thread Paul Tagliamonte
How exactly are you invoking this? It looks like you're in an interesting CWD and invoking it with an interesting argument set (fluxbox -display :99) Marking incomplete (for both Ubuntu and Fluxbox, moving to the fluxbox project as well) ** Also affects: fluxbox Importance: Undecided

[Bug 930230] Re: Notifications fill fluxbox system tray with whitespace

2012-02-10 Thread Paul Tagliamonte
ACK'd - Thanks for the report. Have a fantastic day (and thanks for using Fluxbox!) ** Also affects: fluxbox Importance: Undecided Status: New ** Changed in: fluxbox Status: New = Triaged ** Changed in: fluxbox (Ubuntu) Status: New = Triaged ** Changed in: fluxbox

[Bug 625518] Re: Add a keyboard shortcut by default for take screenshot of a selection

2012-01-27 Thread Paul Tagliamonte
Not invalid - fixed in bug https://bugzilla.gnome.org/show_bug.cgi?id=652489 ** Bug watch added: GNOME Bug Tracker #652489 https://bugzilla.gnome.org/show_bug.cgi?id=652489 ** Bug watch removed: GNOME Bug Tracker #640788 https://bugzilla.gnome.org/show_bug.cgi?id=640788 -- You received

[Bug 625518] Re: Add a keyboard shortcut by default for take screenshot of a selection

2012-01-27 Thread Paul Tagliamonte
Pushed to master in git in commit 4709c0e Someone close this when it gets sent in off the matching 3.3.x release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/625518 Title: Add a keyboard

[Bug 919790] [NEW] Sync tarantool 1.4.4+20120117-1 (universe) from Debian unstable (main)

2012-01-21 Thread Paul Tagliamonte
Public bug reported: Please sync tarantool 1.4.4+20120117-1 (universe) from Debian unstable (main) All changelog entries: tarantool (1.4.4+20120117-1) unstable; urgency=low * Merge my changes with upstream. * Disable tests after building process. -- Dmitry E. Oboukhov un...@debian.org

[Bug 919790] Re: Sync tarantool 1.4.4+20120117-1 (universe) from Debian unstable (main)

2012-01-21 Thread Paul Tagliamonte
Thanks, Andrew! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919790 Title: Sync tarantool 1.4.4+20120117-1 (universe) from Debian unstable (main) To manage notifications about this bug go to:

[Bug 783050] Re: unable to use keyboard after xdm login

2011-11-08 Thread Paul Tagliamonte
Hi Bryce, The version of XDM has not changed, and the issue has been worked out in this thread. I'm pushing back to triage'd. I'll lower the severity, though. ** Changed in: xdm (Ubuntu) Status: Incomplete = Triaged ** Changed in: xdm (Ubuntu) Importance: High = Medium -- You

[Bug 766606] Re: fluxbox crashed with SIGABRT in __kernel_vsyscall()

2011-10-29 Thread Paul Tagliamonte
Could you please test this with Fluxbox 1.3.2? Thanks so much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766606 Title: fluxbox crashed with SIGABRT in __kernel_vsyscall() To manage

[Bug 713919] Re: Fluxbox crashes when randomly clicking on the desktop with both mouse buttons

2011-10-29 Thread Paul Tagliamonte
Could you please re-test this with Fluxbox 1.3.2 ? Thanks so much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/713919 Title: Fluxbox crashes when randomly clicking on the desktop with both mouse

[Bug 245791] Re: Slmodemd group name has invalid characters

2011-10-21 Thread Paul Tagliamonte
** Changed in: sl-modem (Ubuntu) Status: New = Triaged ** Changed in: sl-modem (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/245791 Title:

[Bug 874144] Re: 18bind_utf8-fix patch breaks alt-backspace behavior

2011-10-14 Thread Paul Tagliamonte
Confirmed when I helped someone diagnose this. Rebuilt without the patch, problem went away. Have not tested the patch. ** Changed in: irssi (Ubuntu) Status: New = Triaged ** Changed in: irssi (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are

[Bug 874144] Re: 18bind_utf8-fix patch breaks alt-backspace behavior

2011-10-14 Thread Paul Tagliamonte
I've dispatched a test build with the patch attached. I'll have someone test this when it finishes. None of this is release-quality (and no patch headers were included) https://launchpad.net/~paultag/+archive/staging/+build/2844315 https://launchpad.net/~paultag/+archive/staging/+build/2844316

[Bug 874144] Re: 18bind_utf8-fix patch breaks alt-backspace behavior

2011-10-14 Thread Paul Tagliamonte
Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637036 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874144 Title: 18bind_utf8-fix patch breaks alt-backspace behavior To manage

[Bug 874144] Re: 18bind_utf8-fix patch breaks alt-backspace behavior

2011-10-14 Thread Paul Tagliamonte
Fix confirmed by Segaja Just needs to be DEP3'd and kicked upstream. ** Bug watch added: Debian Bug tracker #637036 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637036 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 855932] Re: Intermittent freezing

2011-09-21 Thread Paul Tagliamonte
I was able to verify that this was not user error at Software Freedom Day in Boston. Ethan - could you please try the pristine upstream kernel to check if there's a delta in Ubuntu causing this? I seem to recall you mentioning that it was present in Fedora - do you think it's an upstream issue?

[Bug 856008] Re: fluxbox crashed with SIGABRT in raise()

2011-09-21 Thread Paul Tagliamonte
*** This bug is a duplicate of bug 766606 *** https://bugs.launchpad.net/bugs/766606 Humm. Seems like this might be a dupe of #766606. Let's merge them and kick this upstream. Thanks! ** This bug has been marked a duplicate of bug 766606 fluxbox crashed with SIGABRT in

[Bug 766606] Re: fluxbox crashed with SIGABRT in __kernel_vsyscall()

2011-09-21 Thread Paul Tagliamonte
I'm going to confirm this, #856008 is a potential dupe Kicking upstream. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766606 Title: fluxbox crashed with SIGABRT in __kernel_vsyscall()

[Bug 849167] Re: Sync tcc 0.9.25-10 from Debian sid main

2011-09-14 Thread Paul Tagliamonte
Just to make it a bit more clear -- the ubuntu1 release was in an attempt to solve the ftbfs, which failed to solve the issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/849167 Title: Sync tcc

[Bug 823716] Re: tcc version 0.9.25-10 failed to build on armel

2011-09-14 Thread Paul Tagliamonte
Renaming - confirmed FTBFS on arm in -10 -- https://launchpad.net/ubuntu/+source/tcc/0.9.25-10/+build/2785434 ** Summary changed: - tcc version 0.9.25-9ubuntu1 failed to build on armel + tcc version 0.9.25-10 failed to build on armel -- You received this bug notification because you are a

[Bug 820983] Re: Set a wrong path to ELF interpreter (breaks ELF ABI)

2011-09-14 Thread Paul Tagliamonte
Fixed in https://launchpad.net/ubuntu/+source/tcc/0.9.25-10 Thanks, guys! ** Changed in: tcc (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820983

[Bug 820983] Re: Set a wrong path to ELF interpreter (breaks ELF ABI)

2011-09-13 Thread Paul Tagliamonte
Sorry, this bug is *not* fixed by -9ubuntu1. ** Changed in: tcc (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820983 Title: Set a wrong path to ELF

  1   2   3   >