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.
** Su
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:
https://bug
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: '
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 does
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:
http
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:
[snap]
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 Bluetooth](https://webbluetoothcg.github.i
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 subscribe
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
Blu
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:
QLowEnergyService:
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
QLowEnergyService::wr
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 onl
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-
to-do-an-atomic-sftp-file-t
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 bu
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:
https://bugs.lau
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 the
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 Ubun
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 /home/david/w
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.
https://bugs.l
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
/usr/bin/x86_64-linux-gnu-l
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 erro
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 are
> 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
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 package
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 notificati
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 you
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.
Package
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
OS
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 bec
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 Screens
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
*** 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 t
*** 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
Importa
*** 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: freeca
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(),
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 have
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= debia
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.
https://bugs.launchpad.net
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
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
** Chang
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
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 manag
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 ma
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 j
*** 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 Ub
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 i
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
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.
http
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 should
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.
https://bugs.launchpad.net/bugs/10102
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 you
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.
https://bugs.launchpad.net/bugs/15940
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
** 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 mind
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' faile
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 add
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 notifications
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 not
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 Ubun
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 Ubunt
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
Title
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 becau
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 System.Text.Encoding.GetEn
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 an
** 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
Titl
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
** 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.
https://bugs.launchpad.net/
** 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, which
** 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.
https://bugs.launchpa
** 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
Bugs,
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 "Illegal
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 t
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:
Op
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
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 Releas
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 let
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:
Pers
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, which
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
NoDisplay=fa
*** 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
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
Pre
** 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
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
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.
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 (2.1
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 recei
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 notific
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.
AppIndicat
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.patc
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
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 ca
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 man
** 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.
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
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 sync
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
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
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 notifi
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
Sta
*** This bug is a duplicate of bug 1256792 ***
https://bugs.launchpad.net/bugs/1256792
** This bug has been marked a duplicate of bug 1256792
keepass2 crashes ubuntu and logs user out when trying to load db file
--
You received this bug notification because you are a member of Ubuntu
Bugs
1 - 100 of 128 matches
Mail list logo