[Bug 1910789] Re: Font regression in chromium 88 beta

2021-01-08 Thread David Lechner
I figured out that there was still an instance of chromium running in the background. After downgrading to 87.0.4280.141, fonts are working correctly. The warning message still exists, so I think it is a red herring. So there seems to be a regression in how fonts are picked in 88.0.4324.41. **

[Bug 1910789] Re: (chrome:1089093): Gtk-WARNING **: 11:50:41.068: Theme parsing error: gtk.css:1555:23: 'font-feature-settings' is not a valid property name

2021-01-08 Thread David Lechner
Forgot to mention running on Ubuntu 20.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910789 Title: Font regression in chromium 88 beta To manage notifications about this bug go to:

[Bug 1910789] [NEW] Font regression in chromium 88 beta

2021-01-08 Thread David Lechner
Public bug reported: When I run chromium, I am getting a weird font in the browser. Sometimes if you refresh the page, the weirdness might go away. If I run chromium from the command line, I see the following: (chrome:1089093): Gtk-WARNING **: 11:50:41.068: Theme parsing error: gtk.css:1555:23:

[Bug 1887201] Re: [snap] web bluetooth does not work

2020-07-15 Thread David Lechner
What about the other channels? In particular we need Chromium 85 (for other reasons) which is the edge channel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887201 Title: [snap] web bluetooth

[Bug 1887201] Re: [snap] web bluetooth does not work

2020-07-15 Thread David Lechner
Yes, thank you. I was able to update the post now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887201 Title: [snap] web bluetooth does not work To manage notifications about this bug go to:

[Bug 1887201] Re: [snap] web bluetooth does not work

2020-07-14 Thread David Lechner
This is as far as I got before my account was locked. https://forum.snapcraft.io/t/request-to-autoconnect-chromium-to- bluez/18856 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887201 Title:

[Bug 1887201] Re: [snap] web bluetooth does not work

2020-07-14 Thread David Lechner
I attempted to post the following request on the snapcraft store to start the request process, but was not able to because I am a "new" user (limited to 2 links and one image): The [chromium](https://snapcraft.io/chromium) web browser has support for [Web

[Bug 1887201] Re: [snap] web bluetooth does not work

2020-07-14 Thread David Lechner
I can confirm it is working now. Thank you very much for the fix. Will everyone that wants to use Web Bluetooth have to manually connect chromium:bluez or will it be connected by default eventually? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1887201] [NEW] [snap] web bluetooth does not work

2020-07-10 Thread David Lechner
Public bug reported: Using the site https://code.pybricks.com, clicking the bluetooth icon should start scanning for devices (a dialog box should pop up showing discovered devices). It worked in the debian package of chromium on Ubuntu 20.04 but today apt installed the snap version instead and

[Bug 1861058] Re: QLowEnergyService::WriteWithoutResponse has no effect in QLowEnergyService::writeCharacteristic when using bluez dbus backend

2020-01-27 Thread David Lechner
It would be super-awesome to get this in focal, otherwise I will have to maintain a fork of the package for two years. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861058 Title:

[Bug 1861058] Re: QLowEnergyService::WriteWithoutResponse has no effect in QLowEnergyService::writeCharacteristic when using bluez dbus backend

2020-01-27 Thread David Lechner
Upstream bug https://bugreports.qt.io/browse/QTBUG-81696 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861058 Title: QLowEnergyService::WriteWithoutResponse has no effect in

[Bug 1861058] [NEW] QLowEnergyService::WriteWithoutResponse has no effect in QLowEnergyService::writeCharacteristic when using bluez dbus backend

2020-01-27 Thread David Lechner
Public bug reported: Qt is not utilizing the new option introduced in BlueZ 5.50 that allows choosing write with response or write without response. This causes writes to be slow because of waiting for the response. I also have a BLE device that crashes when write with response is used and can

[Bug 1762572] Re: regression: sftp method no longer uses temporary file name during upload

2019-02-02 Thread David Lechner
It is a feature to me. I can't think of an easy way to work around it otherwise. Using a temporary file like this seems common. In fact dput used to do this, which is why I consider it a regression. Similar advice here: https://stackoverflow.com/questions/25119076/how-

[Bug 1762572] Re: regression: sftp method no longer uses temporary file name during upload

2019-02-02 Thread David Lechner
Here is a patch that I have been using for a while. ** Patch added: "0001-fix-atomic-upload-regression-for-sftp-method.patch" https://bugs.launchpad.net/ubuntu/+source/dput/+bug/1762572/+attachment/5235354/+files/0001-fix-atomic-upload-regression-for-sftp-method.patch -- You received this

[Bug 1764799] Re: debuild clean fails on bionic

2018-06-27 Thread David Lechner
I found a workaround: debuild -- clean -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1764799 Title: debuild clean fails on bionic To manage notifications about this bug go to:

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-18 Thread David Lechner
Well, this is embarrassing... I just realized that my chroot had a copy of qemu-arm-static in it from before I upgraded to bionic and that binfmt_misc uses that copy instead of the host system copy. I wiped out the chroot and rebuilt it so that the new qemu-arm-static from bionic is included in

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-18 Thread David Lechner
Oops, ignore the previous comment. CMake was actually not stuck, it was just a *really* long running operation. I should have been suspicious since it did not get "stuck" in the usual place. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-18 Thread David Lechner
I managed to get it to build: ./configure --static --enable-debug --target-list=arm-linux-user Then, I ran my pbuilder script again. It hung in cmake as usual. Here are the stack traces from gdb: (gdb) bt #0 0x6007b5c2 in process_pending_signals (cpu_env=0x635f6960) at

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-18 Thread David Lechner
What I was trying to say is do NOT use --depth=1. It was bad advice. It did not occur to me that you would need more than one commit, but you do. I'll keep trying as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-17 Thread David Lechner
I'm having trouble building static qemu from git. I did `./configure --static --enable-debug` and get the following error: LINKaarch64-softmmu/qemu-system-aarch64 /usr/bin/x86_64-linux-gnu-ld: cannot find -lcacard /usr/bin/x86_64-linux-gnu-ld: cannot find -lcacard

[Bug 1764799] [NEW] debuild clean fails on bionic

2018-04-17 Thread David Lechner
Public bug reported: When I run `debuild clean` (in a debian package source directory), I get the following error message: --- dpkg-buildpackage -rfakeroot -us -uc -ui clean dpkg-buildpackage: error: unknown option or argument clean Use --help for program usage information. debuild: fatal

[Bug 1764564] Re: dh_clean no longer deletes debian/files

2018-04-17 Thread David Lechner
Thank you. I confirmed this by manually running dh_clean and debian/files was indeed deleted. It seems that `debuild clean` is broken, so I'll close this bug and file a new one. ** Changed in: debhelper (Ubuntu) Status: New => Invalid -- You received this bug notification because you

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-17 Thread David Lechner
> gbp:error: upstream/3.2.0+dfsg is not a valid treeish If you used --depth=1 as I suggested, this is probably causing the problem. I just suggested this since the repo is about 300MB. I think you can fix it with `git pull --unshallow`. I'll see if I can make some time to build and test upstream

[Bug 1764564] [NEW] dh_clean no longer deletes debian/files

2018-04-16 Thread David Lechner
Public bug reported: According to the dh_clean man page, dh_clean "removes some other files including debian/files". In xenial, this was indeed the case. However, since I have upgraded to bionic, debian/files is no longer being deleted, for example, when I run debuild -S -us -uc to build a

[Bug 955379] Re: cmake hangs with qemu-arm-static

2018-04-16 Thread David Lechner
I have filed a new bug: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1764555 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/955379 Title: cmake hangs with qemu-arm-static To manage

[Bug 1764555] Re: armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-16 Thread David Lechner
FWIW, I may have noticed this issue a few times when I was running xenial, but it happened so seldom, that I never really took note. On bionic, however, building the same packages using the exact same script, the hang happens much more frequently. -- You received this bug notification because

[Bug 1764555] [NEW] armhf/armel cmake hangs when run with qemu-arm-static on amd64 host

2018-04-16 Thread David Lechner
Public bug reported: This is essentially a duplicate, at least symptom-wise, of #955379, but I am opening a new issue since that one was marked as fixed. I have a script I use that uses pbuilder to build packages for Debian armel and armhf targets that runs on an Ubuntu bionic amd64 host.

[Bug 955379] Re: cmake hangs with qemu-arm-static

2018-04-15 Thread David Lechner
Steps to reproduce: # on ubuntu bionic amd64 host sudo apt-add-repository ppa:ev3dev/tools # assuming apt-add-repository does apt update now sudo apt install pbuilder-ev3dev git git clone --depth=1 https://github.com/ev3dev/opencv cd opencv OS=debian ARCH=armhf DIST=stretch pbuilder-ev3dev base

[Bug 955379] Re: cmake hangs with qemu-arm-static

2018-04-15 Thread David Lechner
I am seeing the same symptoms as the original poster. I'm building the opencv package in a debian stretch armfh chroot on a ubuntu bionic amd64 host. So, I'm guessing that the race condition wasn't entirely fixed or there has been some sort of regression. -- You received this bug notification

[Bug 1760023] Re: Edit Screenshot Feature Broken

2018-04-12 Thread David Lechner
It turns out libgoocanvas2-perl is GTK3 and shutter is GTK2, so that is not even an option until shutter is updated to GTK3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760023 Title: Edit

[Bug 1760023] Re: Edit Screenshot Feature Broken

2018-04-10 Thread David Lechner
I see there is a libgoocanvas2-perl package. Installing it doesn't help, but I suspect that moving forward, shutter should be updated to use this package instead. Installing libgoo-canvas-perl from artful is missing other dependencies, so I didn't really find it helpful. -- You received this

[Bug 1197808] Re: SFTP Support ! Still nothing ?

2018-04-10 Thread David Lechner
*** This bug is a duplicate of bug 311029 *** https://bugs.launchpad.net/bugs/311029 ** This bug has been marked a duplicate of bug 311029 curl and pycurl is not compiled with sftp support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1762581] Re: no module named webgui

2018-04-09 Thread David Lechner
*** This bug is a duplicate of bug 1753376 *** https://bugs.launchpad.net/bugs/1753376 ** Bug watch added: Debian Bug tracker #886538 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886538 ** Also affects: freecad via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886538

[Bug 1762581] [NEW] no module named webgui

2018-04-09 Thread David Lechner
*** This bug is a duplicate of bug 1753376 *** https://bugs.launchpad.net/bugs/1753376 Public bug reported: FreeCAD is not usable in bionic. When starting the application there is a message in the statusbar "no module named webgui" ProblemType: Bug DistroRelease: Ubuntu 18.04 Package:

[Bug 1762572] Re: regression: sftp method no longer uses temporary file name during upload

2018-04-09 Thread David Lechner
It looks like this can be fixed by copying (parts of) the _put() method from bzrlib def _put(self, abspath, f, mode=None): """Helper function so both put() and copy_abspaths can reuse the code""" tmp_abspath = '%s.tmp.%.9f.%d.%d' % (abspath, time.time(),

[Bug 1762572] [NEW] regression: sftp method no longer uses temporary file name during upload

2018-04-09 Thread David Lechner
Public bug reported: In previous versions of dput, the sftp method would use a temporary file name while uploading. For example: linux-headers-4.4.61-20-ev3dev- rpi_1~1_armhf.deb.tmp.1492202382.950381994.19485.970636164 In bionic with package version 1.0.1ubuntu1, it no longer does this. I

[Bug 1762567] [NEW] Regression: sftp method no longer handle tilde expansion for incoming directory

2018-04-09 Thread David Lechner
Public bug reported: I have a host setup in ~/.dput.cf with: incoming= ~/debian In previous versions, this worked, but in version 1.0.1ubuntu1, I am getting the following error: [Errno 2] No such file E: Error uploading file. If I drop the tilde and just have: incoming=

[Bug 1727762] Re: Please upgrade to 2.37

2017-10-26 Thread David Lechner
KeePass v2.37 is already in Debian and will be pulled into Ubuntu bionic as usual, I'm sure. ** Changed in: keepass2 (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385674] Re: "Shared to other computers" Method missing from "Addresses"

2017-09-26 Thread David Lechner
I assume the patch tag was removed because it has bitrotted? I have submitted a new patch recently upstream: https://bugzilla.gnome.org/show_bug.cgi?id=696793 I would really like to see this in 18.04 one way or another. I'm not too keen on another two years of "ALT+F2 nm-connection-editor" to be

[Bug 1700626] Re: KeeFox are not able to connect with keepass2 -> keepass2 too old.

2017-06-26 Thread David Lechner
Actually, 2.36 is the latest version of KeePass and it is already present in Artful. KeePass 2.35 is present in Zesty. If you need the latest version of KeePass in an older version of Ubuntu, you can use the package maintainers PPA. https://launchpad.net/~jtaylor/+archive/ubuntu/keepass **

[Bug 1659159] Re: KeePass 2.35 is not nice to your clipboard

2017-05-06 Thread David Lechner
Hi Julian, it would be nice if you could push out this change to your PPA as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659159 Title: KeePass 2.35 is not nice to your clipboard To manage

[Bug 1686220] Re: keepass2 will never show a tray icon even if settin is selected

2017-04-25 Thread David Lechner
https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1448513 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686220 Title: keepass2 will never show a tray icon even if settin is selected To

[Bug 1686220] Re: keepass2 will never show a tray icon even if settin is selected

2017-04-25 Thread David Lechner
This is a Mono bug, not a KeePass bug. See #1448513 for more info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686220 Title: keepass2 will never show a tray icon even if settin is selected To

[Bug 1686218] Re: keepass plugins are told to be not compatible

2017-04-25 Thread David Lechner
You need to install additional Mono packages in order to use KeePass 2.x plugins. At a minimum, you need the mono-dmcs package suggested by the keepass2 package. Individual plugins may require other packages as well, but you would have to find that information from the plugin authors. Most people

[Bug 1678622] Re: Keepass2 on Zesty causes copy/paste problem in other applications

2017-04-06 Thread David Lechner
*** This bug is a duplicate of bug 1659159 *** https://bugs.launchpad.net/bugs/1659159 ** This bug has been marked a duplicate of bug 1659159 KeePass 2.35 is not nice to your clipboard -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1659159] Re: KeePass 2.35 is not nice to your clipboard

2017-02-06 Thread David Lechner
Yes, KeePass is monitoring and modifying your clipboard all of the time! You can sort of work around the issue by installing `xdotool`, then KeePass will monitor but not modify your clipboard unless KeePass or Reminia is the active window. This really should be considered a critical bug because

[Bug 1659159] Re: KeePass 2.35 is not nice to your clipboard

2017-01-24 Thread David Lechner
Here is a patch that removes the problematic code. ** Patch added: "0001-Remove-mono-workaround-1530.patch" https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1659159/+attachment/4808791/+files/0001-Remove-mono-workaround-1530.patch -- You received this bug notification because you are

[Bug 1659159] Re: KeePass 2.35 is not nice to your clipboard

2017-01-24 Thread David Lechner
And just to make it clear, the data corruption occurs globally, not just in KeePass. All applications on the system that use the clipboard are affected as long as KeePass is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1659159] [NEW] KeePass 2.35 is not nice to your clipboard

2017-01-24 Thread David Lechner
Public bug reported: See https://sourceforge.net/p/keepass/bugs/1603/ KeePass 2.35 has a "workaround" that causes the clipboard to read 4x/second which can cause data corruption, not no mention, performance implications when there is a large amount of data on the clipboard. This workaround

[Bug 1010289] Re: KeePass2: copy username or copy password does not work as expected in applications

2017-01-08 Thread David Lechner
You probably have the `universe` component turned off in your package sources. I don't see this is relevant to this bug (copying and pasting) though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1270203] Re: no way to use resizepart non-interactively on busy partition

2016-10-15 Thread David Lechner
My workaround is: parted --script /dev/mmcblk0 unit % resizepart 2 100% || parted /dev/mmcblk0 unit % resizepart 2 Yes 100% This tries tries the "correct" version first and if it fails (because the partition is mounted) then uses the workaround. -- You received this bug notification because

[Bug 1594060] Re: abort when writing rgf format

2016-06-19 Thread David Lechner
This patch has been accepted upstream: https://github.com/ImageMagick/ImageMagick/pull/223 It would be nice to get it in xenial-updates if possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread David Lechner
This patch is tested working on Ubuntu 16.04. ** Patch added: "fix-abort-on-write-rgf.patch" https://bugs.launchpad.net/debian/+source/imagemagick/+bug/1594060/+attachment/4686446/+files/fix-abort-on-write-rgf.patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1594060] Re: abort when writing rgf format

2016-06-18 Thread David Lechner
** Description changed: - rfg is an image format used on LEGO MINDSTORMS EV3. + rgf is an image format used on LEGO MINDSTORMS EV3. When trying to convert an image to the rgf format, the program aborts. Example - $ convert mindstorms.bmp mindstorms.rgf + $ convert mindstorms.bmp

[Bug 1594060] [NEW] abort when writing rgf format

2016-06-18 Thread David Lechner
Public bug reported: rfg is an image format used on LEGO MINDSTORMS EV3. When trying to convert an image to the rgf format, the program aborts. Example $ convert mindstorms.bmp mindstorms.rgf convert: ../../coders/rgf.c:345: WriteRGFImage: Assertion `exception != (ExceptionInfo *) NULL'

[Bug 1587174] Re: unhandled ArgumentException on exit

2016-05-31 Thread David Lechner
As it says in the upstream bug report, this is a Mono bug, not a KeePass bug. https://bugzilla.xamarin.com/show_bug.cgi?id=3099 https://bugzilla.xamarin.com/show_bug.cgi?id=17359 ** Bug watch added: bugzilla.xamarin.com/ #3099 http://bugzilla.xamarin.com/show_bug.cgi?id=3099 ** Bug watch

[Bug 1576996] Re: Ubtuntus repository for Keepass 2 application outdated

2016-04-30 Thread David Lechner
Duplicate of #1571023 xsel note is duplicate of #1010289 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576996 Title: Ubtuntus repository for Keepass 2 application outdated To manage

[Bug 1574093] Re: Blueman networking plug-in broken in Xenial

2016-04-29 Thread David Lechner
I was eventually able to reproduce with the same error message as the OP. I think that the error comes from a corrupt /var/lib/blueman/network.state file. It is possible that when upgrading, the existing file is not compatible. Deleting /var/lib/blueman/network.state will fix the error. I was

[Bug 1574093] Re: Blueman networking plug-in broken in Xenial

2016-04-28 Thread David Lechner
Same error, but different exception. ** Attachment added: "Selection_002.png" https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1574093/+attachment/4650639/+files/Selection_002.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1448513] Re: No system tray icon in KDE Plasma 5

2016-04-28 Thread David Lechner
And believe me, tray icons are anything but simple. I have 3 different plugins for different kinds of tray icons because different Linux desktops use different libraries and no one can agree on what the "proper" UX should be. -- You received this bug notification because you are a member of

[Bug 1448513] Re: No system tray icon in KDE Plasma 5

2016-04-28 Thread David Lechner
This is a Mono bug, not a KeePass bug. However, as a workaround, I have created a plugin. https://github.com/dlech/Keebuntu#status-notifier -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448513

[Bug 1571023] Re: Packaged version is out of date

2016-04-15 Thread David Lechner
You can always get the latest version from the maintainers ppa. https://launchpad.net/~jtaylor/+archive/ubuntu/keepass Official releases will never be updated except for security or serious usability issues. This is just the way Ubuntu and Debian work. -- You received this bug notification

[Bug 1569985] [NEW] keepass2 should depend on libmono-i18n4.0-cil

2016-04-13 Thread David Lechner
Public bug reported: This bug has gone unnoticed because this package is installed by default because it is a "Recommends:". However it is actually required for keepass otherwise you get a crash: System.NotSupportedException: No data is available for encoding 1252. at

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-07 Thread David Lechner
Sorry for not double-checking. I just assumed the binary would still be broken. I think I figured out part of the issue though. The difference between my first attempt with the Ubuntu golang-1.6 package and the results that I posted here is that I installed the gcc-multilib package. This removed

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
** Attachment added: "Hello world!" https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+attachment/4619791/+files/hello.go -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564518

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
Related: https://github.com/golang/go/issues/9795 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564518 Title: Illegal instruction when cross compiling for armv5 To manage notifications about this

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
** Attachment added: "binary output of official version" https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+attachment/4619795/+files/hello -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
** Attachment added: "Output of `GOOS=linux GOARCH=arm GOARM=5 go build -x hello.go` using official version" https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+attachment/4619794/+files/build -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
** Attachment added: "binary output of ubuntu package version" https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+attachment/4619793/+files/hello -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1564518] Re: Illegal instruction when cross compiling for armv5

2016-04-01 Thread David Lechner
** Attachment added: "Output of `GOOS=linux GOARCH=arm GOARM=5 go build -x hello.go` using ubuntu package version" https://bugs.launchpad.net/ubuntu/+source/golang-1.6/+bug/1564518/+attachment/4619792/+files/build -- You received this bug notification because you are a member of Ubuntu

[Bug 1564518] [NEW] Illegal instruction when cross compiling for armv5

2016-03-31 Thread David Lechner
Public bug reported: I installed the golang-1.6 package for trusty and tried to cross-compile a trivial hello world program for armv5 GOOS=linux GOARCH=arm GOARM=5 go build hello.go When running the program on an actual arm machine though, the resulting hello executable crashes with

[Bug 1564518] [NEW] Illegal instruction when cross compiling for armv5

2016-03-31 Thread David Lechner
Public bug reported: I installed the golang-1.6 package for trusty and tried to cross-compile a trivial hello world program for armv5 GOOS=linux GOARCH=arm GOARM=5 go build hello.go When running the program on an actual arm machine though, the resulting hello executable crashes with

[Bug 891029] Re: keepass2 (2.16+dfsg-2) crashes switching tabs

2016-02-22 Thread David Lechner
This has been fixed. Upgrade to a newer version of KeePass. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891029 Title: keepass2 (2.16+dfsg-2) crashes switching tabs To manage notifications about

[Bug 1515110] Re: Open Key window prevents keepass2 from logging

2015-11-11 Thread David Lechner
Yes, as you have discovered, this is the intended behavior of KeePass. ** Changed in: keepass2 (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/1515110 Title:

[Bug 1403286] Re: Database doesn't lock when Ubuntu 14.04 is suspended

2015-07-30 Thread David Lechner
A fix of sorts has been made upstream. https://sourceforge.net/p/keepass/bugs/1378/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1403286 Title: Database doesn't lock when Ubuntu 14.04 is suspended

[Bug 1375642] Re: Length of generated password in window Password Generator not visible

2015-07-21 Thread David Lechner
As already suggested, you can install a more recent version from ppa:jtaylor/keepass (https://launchpad.net/~jtaylor/+archive/ubuntu/keepass). The severity of this bug is not great enough to backport the fix to older versions. ** Changed in: keepass2 (Ubuntu) Status: Confirmed = Fix

[Bug 1385674] Re: Shared to other computers Method missing from Addresses

2015-05-26 Thread David Lechner
This is a patch that I submitted to Linux Mint to fix this issue (they maintain a fork of gnome-control-center). It applies cleanly to gnome- control-center in vivid and I have tested that the package builds and the patch fixes the problem. I'm not familiar with the patch process for Ubuntu, so

[Bug 1436284] Re: Persistent request to update master password

2015-03-26 Thread David Lechner
Check the settings under File Database Settings On the Advanced tab, there are options that control when this dialog is shown. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436284 Title:

[Bug 1042732] Re: keepass2 crashes when opening database

2015-03-25 Thread David Lechner
It appears that this crash is caused by having a binary ~/.recently-used file. See http://sourceforge.net/p/keepass/bugs/1358/ for more information. You can delete or rename ~/.recently-used to prevent the crash. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1412624] [NEW] Fix from bug 1271591 breaks uses of ssh-agent

2015-01-19 Thread David Lechner
Public bug reported: For those of us that don't want to use gnome-keyring-ssh and use ssh- agent instead, the changes to fix bug #1271591 prevent us from doing so. Previously, we were able to disable gnome-keyring-ssh by ediing /etc/xdg/autostart/gnome-keyring-ssh.desktop and setting

[Bug 1044753] Re: package linux-base (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/man/man1/perf.1.gz », qui appartient aussi au paquet linux-tools-common 3.2.0-

2015-01-06 Thread David Lechner
*** This bug is a duplicate of bug 1008713 *** https://bugs.launchpad.net/bugs/1008713 ** This bug has been marked a duplicate of bug 1008713 [STAGING] package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also

[Bug 1271591] Re: upstart job race prevents gnome-keyring from being ssh agent

2014-11-18 Thread David Lechner
For those of us that don't want to use gnome-keyring-ssh and use ssh- agent instead, this breaks our setup. Previously, we were able to disable gnome-keyring-ssh by ediing /etc/xdg/autostart/gnome-keyring-ssh.desktop and setting NoDisplay=false. Then it would be visible in Startup Applications

[Bug 1377565] Re: KeePass2 doesn't load the .kdbx file created in 13.10 with Composite Key Invalid!

2014-10-05 Thread David Lechner
** Summary changed: - KeepAss2 doesn't load the .kdbx file created in 13.10 with Composite Key Invalid! + KeePass2 doesn't load the .kdbx file created in 13.10 with Composite Key Invalid! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1310252] Re: keepass2 crashes on startup

2014-10-02 Thread David Lechner
Possible duplicate of https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1247942 keepass2 = 2.25 includes this patch: https://sourceforge.net/p/keepass/patches/86/ so the stack trace will be different (more informative) for newer version. -- You received this bug notification because you

[Bug 1373587] Re: Plugin Favicon Downloader does not work

2014-09-24 Thread David Lechner
You probably just need to install the mono-complete package. sudo apt-get install mono-complete If you have further issues, the Favicon Downloader plugin is not part of the keepass2 Ubuntu package. You should report the issue at https://github.com/luckyrat/KeePass-Favicon-Downloader instead.

[Bug 891029] Re: keepass2 (2.16+dfsg-2) crashes switching tabs

2014-08-23 Thread David Lechner
I beleive this is fixed in KeePass 2.27, which you can get from here: https://launchpad.net/~jtaylor/+archive/ubuntu/keepass -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891029 Title: keepass2

[Bug 1042732] Re: keepass2 crashes when opening database

2014-08-08 Thread David Lechner
As Julian stated, we cannot fix the bug unless someone shares a database that causes the crash. The crash happens while decoding UTF8 text. There is probably a bug in the Mono framework that need to be fixed because it thinks there is some invalid character sequence in your database. -- You

[Bug 1313787] Re: Multistrap is broken in 14.04

2014-06-26 Thread David Lechner
Just a freindely reminder that this still needs to be reviewed to be included in trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313787 Title: Multistrap is broken in 14.04 To manage

[Bug 522152] Re: indicator-application does not send signals when a menu is shown/hidden

2014-05-23 Thread David Lechner
I have found out how to get the about-to-show signal from an application indicator. I'm not sure which version of Ubuntu that this became available in (I'm using trusty), but I think we can call this fixed. I didn't do this in C originally, so sorry if this sample is not quite right.

[Bug 1320590] Re: All libguestfs LVM operations fail

2014-05-18 Thread David Lechner
Looks like we need this patch too or it will not build. ** Patch added: 0009-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1320590/+attachment/4115118/+files/0009-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch

[Bug 1320590] [NEW] All libguestfs LVM operations fail

2014-05-17 Thread David Lechner
Public bug reported: This was reported by upstream here: https://bugzilla.redhat.com/show_bug.cgi?id=1020806 And fixed here: https://github.com/libguestfs/libguestfs/commit/7c8af234305f0fe2cb5a9042bd58fe3735e8cd73 Given that trusty is LTS and this is a trivial fix, I think it should be fixed in

[Bug 1313014] Re: Menus in bustle don't work in 14.04

2014-05-09 Thread David Lechner
It looks like the menu quits working after running a capture. The menu does work correctly when you first start the application. I tried both global menus and menus in titlebars with the same results. Also, here is the output when I ran bustle from a terminal (warnings appear when you stop the

[Bug 1315962] Re: KeePass2 no PUT at WebDAV-Sync with mono-3.x

2014-05-08 Thread David Lechner
Dominik took my patch and made it much more robust. I have taken his changes and created new patches. ** Patch added: Patch for KeePass 2.25 https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1315962/+attachment/4108293/+files/v2.25-fix-Mono-WebRequest-not-uploading-file.patch -- You

[Bug 1315962] Re: KeePass2 no PUT at WebDAV-Sync with mono-3.x

2014-05-08 Thread David Lechner
These patches should apply cleanly using quilt with the respective KeePass versions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1315962 Title: KeePass2 no PUT at WebDAV-Sync with mono-3.x To

[Bug 1315962] Re: KeePass2 no PUT at WebDAV-Sync with mono-3.x

2014-05-08 Thread David Lechner
** Patch added: Patch for KeePass 2.26 https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1315962/+attachment/4108294/+files/v2.26-fix-Mono-WebRequest-not-uploading-file.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1308355] Re: [Wishlist] add --version argument

2014-05-04 Thread David Lechner
Upstream accepted the patch, so I will be included in KeePass 2.27 Ref: https://sourceforge.net/p/keepass/patches/88/ ** Changed in: keepass2 (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1308355] Re: [Wishlist] add --version argument

2014-05-04 Thread David Lechner
Correction: *I* will not be included in KeePass 2.27, the version command line option will be. :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308355 Title: [Wishlist] add --version argument To

[Bug 1315962] [NEW] KeePass2 no PUT at WebDAV-Sync with mono-3.x

2014-05-04 Thread David Lechner
Public bug reported: This bug was reported upstream at https://sourceforge.net/p/keepass/discussion/329221/thread/9422258c/ There was a change introduced in Mono 3.x that breaks http writes in keepass2. This causes dataloss for the user because remote files are deleted when trying to save or

[Bug 1308355] Re: [Wishlist] add --version argument

2014-05-02 Thread David Lechner
I am going to submit this upstream, but for anyone interested, here you go. ** Patch added: add-version-command-line-option.patch https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1308355/+attachment/4103738/+files/add-version-command-line-option.patch -- You received this bug

[Bug 1313014] [NEW] Menus in bustle don't work in 14.04

2014-04-25 Thread David Lechner
Public bug reported: Using Unity Desktop in Ubuntu 14.04, the application menu in bustle does not work. You can click the menu itmes and nothing happens. ** Affects: bustle (Ubuntu) Importance: Undecided Status: New ** Affects: unity (Ubuntu) Importance: Undecided

  1   2   >