[Bug 2078638] Re: coredumps with Xymon on 24.04
xymon 4.3.30-4 (fixing this issue) was uploaded to Debian unstable on 2024-10-19 and is in testing since 2024-10-24. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078638 Title: coredumps with Xymon on 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 2078638] Re: coredumps with Xymon on 24.04
On Mon, 30 Sep 2024, Dave Jones wrote: > This is a bit of a tricky one. With regard to the first patch > (fortify2.patch), while it's expedient, I really don't like the idea of > just turning down the FORTIFY_SOURCE option, so I'm afraid I can't > sponsor that one. The fortify2.patch was only a first workaround for this issue (to get xymon online). It is superseded by 100_md5_bufferoverflow.patch, which solves the root cause. > One thing that does concern me is that upstream have apparently had a > good tidy-up of their buffer handling code > (https://sourceforge.net/p/xymon/code/8123/), but that this change > doesn't appear there. To be fair, most of their changes seem either > mechanical (ensuring buffer termination after certain operations) or > cosmetic, while this proposed change is neither. The above SVN commit is only part of the 4.x-alpha version, which is not yet released, neither upstream nor in Debian (but there we have an experimental branch, where we try to prepare a release for 4.x): https://salsa.debian.org/debian/xymon/-/tree/experimental > Still, we generally prefer patches are forwarded upstream so we > don't have to maintain them as an Ubuntu delta long term. Could > Roland forward the patch upstream? I developed the patch based on an request on upstream mailing list. I also sent my patch to this list. Sadly the list archive currently is broken (since the migration of the list server from mailman2 to mailman3 on a different server in July 2024). As soon as the archive reappears, I'll ad a link to my patch. > (I note Roland is one of the Debian maintainers of the package, so > presumably it doesn't need forwarding to himself there :) I applied the patch to the Debian git repo, but didn't yet push a release (should do so...). > 1. I'll target this bug to noble and jammy (and oracular implicitly). > Although jammy doesn't *appear* affected here, it presumably *is* but > it's not noticing the buffer overrun because FORTIFY_SOURCE is lower > there. ACK. > 2. Because we don't appear certain that this patch is indeed the root > cause, I'm going to prep a PPA (ppa:waveform/xymon) with builds for > oracular, noble, and jammy, containing the second patch here > (100_md5_bufferoverflow.patch). Could I ask those interested to try the > following and report back if it appears to fix things? For the records: I did some testing on Debian 12 (by defaults using fortify_source=2) and Ubuntu 24.04 (using fortify_source=3 by default) with switching fortify_source=2/3 and as soon as this is set to 3 the software fails (on both OS). The resulting coredumps of xymond_client, xymond_rrd and xymond_alert all pointed to md5hash from lig/digest.c:44. So I checked/patched this code and after this xymon works with fortify_source=3 on all of my systems without segfaulting. Greetings Roland -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078638 Title: coredumps with Xymon on 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2078638] Re: coredumps with Xymon on 24.04
As far as I can see, the attached patch should fix the root cause of this issue. ** Patch added: "100_md5_bufferoverflow.patch" https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+attachment/5821583/+files/100_md5_bufferoverflow.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078638 Title: coredumps with Xymon on 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2078638] Re: coredumps with Xymon on 24.04
I did some digging on this issue and found out, that these "buffer overflow detected" messages are triggered by -D_FORTIFY_SOURCE=3, which seems to be active since Ubuntu 24.04. This is why the problem wasn't noticed on Debian nor in 4.3.30-1build2 from the jammy, since both still use -D_FORTIFY_SOURCE=2. As a workaround I created a little patch, that builds the package with -D_FORTIFY_SOURCE=2, that should work around the issue. Next step would be finding the root cause and avoid the buffer overflows. ** Patch added: "fortify2.patch" https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+attachment/5821577/+files/fortify2.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078638 Title: coredumps with Xymon on 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/2078638/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059344] Re: 3.0.34-3ubuntu1 autopkgtest failure
3.0.34-5 (already in Debian) should fix this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059344 Title: 3.0.34-3ubuntu1 autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059344] Re: 3.0.34-3ubuntu1 autopkgtest failure
In the meantime I can reproduce the issue on a Debian unstable system. As far as I can see, https://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff;h=19d7684c fixes this issue. I'll release a 3.0.34-4 with this fix to Debian soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059344 Title: 3.0.34-3ubuntu1 autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059344] Re: 3.0.34-3ubuntu1 autopkgtest failure
At the moment I don't have an idea, what's going wrong in the Ubuntu autopkgtest here. But it looks as privoxy does not listen on 8119 as expected but fails and dies (the message, that privoxy cannot be killed because there is no such process in line 61 of privoxy-regression-test also leads to this conclusion). Sadly we currently have too less information here. I just committed two patches to the Debian repository https://salsa.debian.org/debian/privoxy, that should extend logging of privoxy testsuite and preserve the logfiles into artifacts. Maybe this helps to track this issue down. I plan to release this as privoxy 3.0.34-4 when the 64bit time_t migration is completed, so this may take some weeks. In the meantime you can try out the attached patch. ** Patch added: "artifacts-log.patch" https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+attachment/5760244/+files/artifacts-log.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059344 Title: 3.0.34-3ubuntu1 autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2059344] Re: 3.0.34-3ubuntu1 autopkgtest failure
At the moment I don't have an idea, what's going wrong in the Ubuntu autopkgtest here. But it looks as privoxy does not listen on 8119 as expected but fails and dies (the message, that privoxy cannot be killed because there is no such process in line 61 of privoxy-regression-test also leads to this conclusion). Sadly we currently have too less information here. I just committed two patches to the Debian repository https://salsa.debian.org/debian/privoxy, that should extend logging of privoxy testsuite and preserve the logfiles into artifacts. Maybe this helps to track this issue down. I plan to release this as privoxy 3.0.34-4 when the 64bit time_t migration is completed, so this may take some weeks. In the meantime you can try out the attached patch. ** Patch added: "artifacts-log.patch" https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+attachment/5760243/+files/artifacts-log.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059344 Title: 3.0.34-3ubuntu1 autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/2059344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1977641] Re: mailfromd: undefined symbol: mu_stream_getline
This is/was a bug in mailutils 3.14 (see https://bugs.debian.org/1003755) which had an ABI change (over 3.13), but did not bump the abiversion. mailutils 3.15 fixed this issue. In Debian I triggered a binary rebuild of mailfromd after mailutils 3.15 was released, but Ubuntu seems to have not noticed this requirement. Since I yesterday uploaded a new version of mailfromd (8.13-2) to the Debian archive, I expect Ubuntu to pull in this version soon, which will freshly compile mailfromd with mailutils 3.15, which should fix this issue in Ubuntu, too. ** Bug watch added: Debian Bug tracker #1003755 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003755 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1977641 Title: mailfromd: undefined symbol: mu_stream_getline To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mailfromd/+bug/1977641/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1977642] Re: mailfromd.service: State 'stop-sigterm' timed out. Killing.
To say the truth, I fear that I simply missed a Type=forking in the mailfromd.service. I'm just preparing a new version 8.13-2, that fixes this, it will be available in Debian soon (and somewhat later in Ubuntu...). Thanks for finding and reporting this issue! Roland (Debian maintainer of the mailfromd package) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1977642 Title: mailfromd.service: State 'stop-sigterm' timed out. Killing. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mailfromd/+bug/1977642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1976498] Re: DING causes gvfsd 'Too many files open' error and fills syslog
I would suspect, that this "DING" does not refer to the program ding but is some kind of bell that is ringing in gnome-shell or nautilus. ding does not have to do anything with gvfs or the like (except you have configured it in a very strange way). To eliminate ding as the root cause, simply uninstall ding, check that no instance of ding is running and check your syslog, which I expect to still repeat the message. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976498 Title: DING causes gvfsd 'Too many files open' error and fills syslog To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/1976498/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1936970] Re: [MIR] libnet-snmp-perl as a dependency of amavisd-new
I fear that you mixed up two packages here: libnet-snmp-perl 6.0.1 with the Perl module Net::SNMP from https://metacpan.org/dist/Net-SNMP (unchanged upstream since 2010). and libsnmp-perl 5.9(.1) with the Perl modules SNMP and NetSNMP::* from https://net-snmp.sourceforge.io/ and http://github.com/net-snmp/net- snmp/ I don't know which of them is used by amavisd-ng, but libnet-snmp-perl 6.0.1 isn't updated upstream since 2010, but is actively maintained by the Debian Perl team (including me). Greetings Roland -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1936970 Title: [MIR] libnet-snmp-perl as a dependency of amavisd-new To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libnet-snmp-perl/+bug/1936970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1934131] Re: package privoxy 3.0.24-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Could you please try to start privoxy again and if it fails again run the commands "systemctl status privoxy.service" and "journalctl -xe" with a wider screen after this to get more output. The messages in DpkgTerminalLog.txt are cut at a place where it would become interesting... Also have a look at /var/log/privoxy/*, maybe there is more information why privoxy fails. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934131 Title: package privoxy 3.0.24-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1934131/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825419] Re: Rancid deb missing arrancid executible
Man page arrancid(1) was removed in 3.10, which is available since focal. ** Changed in: rancid (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/1825419 Title: Rancid deb missing arrancid executible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rancid/+bug/1825419/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926673] Re: Null pointer of fig2dev of gensvg.c in function svg_arrows
Fixed in version 3.2.8-3 (which was yesterday uploaded to Debian unstable) ** Changed in: fig2dev (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926673 Title: Null pointer of fig2dev of gensvg.c in function svg_arrows To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926673/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926674] Re: heap-buffer-overflow of fig2dev of gensvg.c in function gensvg_text
Fixed in version 3.2.8-3 (which was yesterday uploaded to Debian unstable) ** Changed in: fig2dev (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926674 Title: heap-buffer-overflow of fig2dev of gensvg.c in function gensvg_text To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926674/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926676] Re: global-buffer-overflow of fig2dev of gensvg.c in function arrow_path
Fixed in version 3.2.8-3 (which was yesterday uploaded to Debian unstable) ** Changed in: fig2dev (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926676 Title: global-buffer-overflow of fig2dev of gensvg.c in function arrow_path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926677] Re: global-buffer-overflow of fix2dev of fig2dev/read.c in function read_objects
Fixed in version 3.2.8-3 (which was yesterday uploaded to Debian unstable) ** Changed in: fig2dev (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926677 Title: global-buffer-overflow of fix2dev of fig2dev/read.c in function read_objects To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926673] Re: Null pointer of fig2dev of gensvg.c in function svg_arrows
** Package changed: xfig (Ubuntu) => fig2dev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926673 Title: Null pointer of fig2dev of gensvg.c in function svg_arrows To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926673/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926674] Re: heap-buffer-overflow of fig2dev of gensvg.c in function gensvg_text
** Package changed: xfig (Ubuntu) => fig2dev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926674 Title: heap-buffer-overflow of fig2dev of gensvg.c in function gensvg_text To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926674/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926676] Re: global-buffer-overflow of fig2dev of gensvg.c in function arrow_path
** Package changed: xfig (Ubuntu) => fig2dev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926676 Title: global-buffer-overflow of fig2dev of gensvg.c in function arrow_path To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926676/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926677] Re: global-buffer-overflow of fix2dev of fig2dev/read.c in function read_objects
** Package changed: xfig (Ubuntu) => fig2dev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926677 Title: global-buffer-overflow of fix2dev of fig2dev/read.c in function read_objects To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1926677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1915227] Re: Broken homepage link
This was changed to https://github.com/nongiach/Sunclock in 3.57-11, which is available since groovy ** Changed in: sunclock (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/1915227 Title: Broken homepage link To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sunclock/+bug/1915227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 323514] Re: fillingcolor does not respect the objects top border line
Problem is solved for the requestor in the meantime... ** Changed in: xfig (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/323514 Title: fillingcolor does not respect the objects top border line To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/323514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1635944] Re: XFig only looks for system-wide app-defaults
I still think that this isn't packaging problem of Ubuntu or Debian but a misunderstanding how X defaults works. If you build xfig yourself you should use ./configure --with-appdefaultdir=/etc/X11/app-defaults otherwise this won't work on Ubuntu or Debian systems. For this I close this issue now. ** Changed in: xfig (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/1635944 Title: XFig only looks for system-wide app-defaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1635944/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 381668] Re: xfig produces illegal PNG file when exporting as PNG
this is in fig2dev/transfig, not in xfig. ** Changed in: xfig (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/381668 Title: xfig produces illegal PNG file when exporting as PNG To manage notifications about this bug go to: https://bugs.launchpad.net/transfig/+bug/381668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 529072] Re: it is difficult to edit text in text fields - keyboard is ignored a lot
Since the reporter already tagged this "a feature", I close this ticket... ** Changed in: xfig (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/529072 Title: it is difficult to edit text in text fields - keyboard is ignored a lot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/529072/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690067] Re: about xfig mime-type
fixed in 1:3.2.6~rc-2 (available since bionic) ** Changed in: xfig (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/690067 Title: about xfig mime-type To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/690067/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690067] Re: about xfig mime-type
This was changed in 1:3.2.6~rc-2, we now consistently use application/x-xfig -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690067 Title: about xfig mime-type To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/690067/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 381668] Re: xfig produces illegal PNG file when exporting as PNG
This isn't a problem in xfig, since xfig doesn't create png files, but delegates this to fig2dev program, which currently is contained in package fig2dev and in former versions in transfig package. I tried this out with current version of the program and wasn't able to reproduce this problem. Please try again with a newer version and tell me, weather it works now. Please also check version number of fig2dev used. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/381668 Title: xfig produces illegal PNG file when exporting as PNG To manage notifications about this bug go to: https://bugs.launchpad.net/transfig/+bug/381668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 374551] Re: xfig-doc package 3.2.5 contains outdated documentation (it is for xfig version 3.2.4)
You are right, there currently is no automatism to build xfig_ref_en.pdf from the HTML documentation. This is done manually by upstream maintainer and not on every documentation change. ** Changed in: xfig (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/374551 Title: xfig-doc package 3.2.5 contains outdated documentation (it is for xfig version 3.2.4) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/374551/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 323514] Re: fillingcolor does not respect the objects top border line
I cannot reproduce this problem with current xfig version. Could you please retest with a newer version? See attached screenshot. ** Attachment added: "screenshot" https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/323514/+attachment/5458269/+files/xfig-lp323514.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/323514 Title: fillingcolor does not respect the objects top border line To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/323514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 250571] Re: xfig icons overlap on a small screen
Fixed in 1:3.2.5.c-1 (available since xenial) ** Changed in: xfig (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/250571 Title: xfig icons overlap on a small screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/250571/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 250571] Re: xfig icons overlap on a small screen
In upstream version 3.2.5c a new option -smallicons was added which makes this configurable at runtime. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/250571 Title: xfig icons overlap on a small screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/250571/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802292] Re: xfig: interpolated spline draws polyline instead
Fixed in 3.2.7a-2 (available since focal) ** Changed in: xfig (Ubuntu) Status: Fix Committed => 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/1802292 Title: xfig: interpolated spline draws polyline instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1802292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1540084] Re: xfig crashes when moving a point of an arc
Fixed in 1:3.2.5.c-8 (available since bionic) ** Changed in: xfig (Ubuntu) Status: Fix Committed => 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/1540084 Title: xfig crashes when moving a point of an arc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1540084/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317825] Re: The -..- and -.- line styles are broken
Fixed in 1:3.2.5.c-4 (avaliable since xenial) ** Changed in: xfig (Ubuntu) Status: Fix Committed => 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/1317825 Title: The -..- and -.- line styles are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1638163] Re: Xfig fails to generate EPS preview
Fixed in 1:3.2.6-2 (available since bionic) ** Changed in: xfig (Ubuntu) Status: Fix Committed => 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/1638163 Title: Xfig fails to generate EPS preview To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1638163/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1507257] Re: Failed to start Privacy enhancing HTTP Proxy.
Need more input to fix or reproduce this issue. ** Changed in: privoxy (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507257 Title: Failed to start Privacy enhancing HTTP Proxy. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1507257/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870101] Re: privoxy won't start at boot
Fixed in 3.0.28-3 (available since groovy) ** Changed in: privoxy (Ubuntu) Status: Fix Committed => 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/1870101 Title: privoxy won't start at boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1870101/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 571148] Re: privoxy 3.0.15-3 binds to IPv6 localhost only at boot
Fixed since 3.0.24-2 (available since bionic) ** Changed in: privoxy (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/571148 Title: privoxy 3.0.15-3 binds to IPv6 localhost only at boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/571148/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 914572] Re: lbdb-fetchaddr truncates based on number of bytes, not characters
Fixed in 0.41 (available since bionic) ** Changed in: lbdb (Ubuntu) Status: Fix Committed => 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/914572 Title: lbdb-fetchaddr truncates based on number of bytes, not characters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lbdb/+bug/914572/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1846965] Re: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung
This is fixed in 1:2-37, which is available since hirsute. ** Changed in: hkgerman (Ubuntu) Status: Fix Committed => 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/1846965 Title: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1846965/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 576372] Re: ding does not recommend "agrep"
fixed using tre-agrep in 1.8.1-4 (available since focal) ** Changed in: ding (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/576372 Title: ding does not recommend "agrep" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/576372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 576372] Re: ding does not recommend "agrep"
There was always a "Suggests: agrep" field. Since agrep was "non-free" before a "Recommends" was not possible in Debian. Since 1.8.1-4 (available since focal) support for tre-agrep was added and "Recommends: tre-agrep" was configured. Since 1.9-2 (available in hirsute) "Recommends: glimpse (>= 4.18.7-6) | tre-agrep" is set, where glimpse (>= 4.18.7-6) contains agrep (nowadays free software). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/576372 Title: ding does not recommend "agrep" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/576372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1804435] Re: Figures containing bitmaps and vector become multiple pages
fixed in 3.2.7b-1 (available since groovy) ** Changed in: fig2dev (Ubuntu) Status: Fix Committed => 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/1804435 Title: Figures containing bitmaps and vector become multiple pages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1804435/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1791811] Re: emacs ispell can't find german (deutsch) dictionary
Fixed in igerman98 20161207-1, which is available in all distributions since bionic (but not in xenial) ** Changed in: igerman98 (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/1791811 Title: emacs ispell can't find german (deutsch) dictionary To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/igerman98/+bug/1791811/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1567894] Re: broken GNU grep breaks German dictionary built
Fixed in igerman98 20151222-2 (available in bionic and newer) ** Changed in: igerman98 (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/1567894 Title: broken GNU grep breaks German dictionary built To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1567894/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 873913] Re: package wogerman 1:2-27 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
** Changed in: hkgerman (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/873913 Title: package wogerman 1:2-27 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/873913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 316561] Re: package wogerman 1:2-25 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck
** Changed in: hkgerman (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/316561 Title: package wogerman 1:2-25 failed to install/upgrade: Unterprozess post- installation script gab den Fehlerwert 1 zur?ck To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/316561/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1733159] Re: package wogerman (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 139
** Package changed: hkgerman (Ubuntu) => dictionaries-common (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1733159 Title: package wogerman (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 139 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dictionaries-common/+bug/1733159/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1846965] Re: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung
https://salsa.debian.org/debian/hkgerman/-/commit/fbb871a5a7219016b27b04b96909e5a514c8e1be ** Changed in: hkgerman (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846965 Title: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1846965/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1846965] Re: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung
Thanks for your bug report! I'll fix Bauernbefeiung, Geisterbwegung, and Herabsetztung in the next release (2-37). I think that Anschlußleitung is a synonym for Anschlußkabel so I won't remove it from the dictionary. Especially since Anschlussleitung (new German spelling) is mentioned on duden.de while Anschlussleistung is not. According to https://de.langenscheidt.com/fremdwoerterbuch/devalvierung Devalvierung seems to be a foreign word in German Language, while Devaluierung isn't known there, so I won't change this. Greetings Roland -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846965 Title: Bad German words in /usr/share/dict/ogerman: Bauernbefeiung, Anschlußleitung, Devalvierung, Geisterbwegung, Herabsetztung To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1846965/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1507257] Re: Failed to start Privacy enhancing HTTP Proxy.
To debug this issue, it would be necessary to have a look into /var/log/privoxy/log. If there is no information in the file, it may be necessary to increase debug level using debug option in /etc/privoxy/config. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507257 Title: Failed to start Privacy enhancing HTTP Proxy. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1507257/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870101] Re: privoxy won't start at boot
Fix available in 3.0.28-3 ** Changed in: privoxy (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870101 Title: privoxy won't start at boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1870101/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870101] Re: privoxy won't start at boot
I just uploaded 3.0.28-3, where this should be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870101 Title: privoxy won't start at boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1870101/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1870101] Re: privoxy won't start at boot
According to https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ it may be a good idea to change After=network.target in the /lib/systemd/system/privoxy.service to After=network-online.target If you prefer an update safe mechanism, run systemctl edit privoxy.service and write [Unit] After.network-online.target into it. I'll create an update to the privoxy package to fix this, soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1870101 Title: privoxy won't start at boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1870101/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1804435] Re: Figures containing bitmaps and vector become multiple pages
I just uploaded fig2dev 3.2.7b-1 to Debian, which solves this issue. ** Changed in: fig2dev (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804435 Title: Figures containing bitmaps and vector become multiple pages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1804435/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1635944] Re: XFig only looks for system-wide app-defaults
@florian42: Where does your xfig 3.2.7a come from? Is it from the Ubuntu/Debian package or is it self compiled? If the latter, you may have to fix your configure options. If the former: what package version are you talking about exactly? Are you really sure, that it comes with the Fig file in /usr/local/share/X11/app-defaults instead of /etc/X11 /app-defaults? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635944 Title: XFig only looks for system-wide app-defaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1635944/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1638163] Re: Xfig fails to generate EPS preview
** Changed in: xfig (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1638163 Title: Xfig fails to generate EPS preview To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1638163/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1635945] Re: XFig seems to ignore .xfig file
** Changed in: xfig (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/1635945 Title: XFig seems to ignore .xfig file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1635945/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802292] Re: xfig: interpolated spline draws polyline instead
** Changed in: xfig (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802292 Title: xfig: interpolated spline draws polyline instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1802292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825419] Re: Rancid deb missing arrancid executible
With the upgrade from rancid 3.4 to 3.5 the Arista support changed from a stand alone arrancid to the module, which should be used by "rancid -t arista". You may have a look at /etc/rancid/rancid.types.base and you will see, that arista is now handled there this way: arista;script;rancid -t arista The only issue here is, that the current packages still contain a man page arrancid.1, which should be removed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825419 Title: Rancid deb missing arrancid executible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rancid/+bug/1825419/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1804435] Re: Figures containing bitmaps and vector become multiple pages
See https://sourceforge.net/p/mcj/tickets/37/ It's fixed in unreleased git commit cf4064e7d109aa122b372ed09b2c528006607c09 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804435 Title: Figures containing bitmaps and vector become multiple pages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fig2dev/+bug/1804435/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802292] Re: xfig: interpolated spline draws polyline instead
A fixed version 3.2.7a-2 was just uploaded to the Debian archive, so it make it into Ubuntu soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802292 Title: xfig: interpolated spline draws polyline instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1802292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1802292] Re: xfig: interpolated spline draws polyline instead
I just forwarded the issue to the upstream tracker: https://sourceforge.net/p/mcj/tickets/35/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802292 Title: xfig: interpolated spline draws polyline instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1802292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1791811] Re: emacs ispell can't find german (deutsch) dictionary
This was already reported against the Debian package in https://bugs.debian.org/839628 and is fixed since version 20161207-1. ** Bug watch added: Debian Bug tracker #839628 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839628 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791811 Title: emacs ispell can't find german (deutsch) dictionary To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/igerman98/+bug/1791811/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 914572] Re: lbdb-fetchaddr truncates based on number of bytes, not characters
** Changed in: lbdb (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914572 Title: lbdb-fetchaddr truncates based on number of bytes, not characters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lbdb/+bug/914572/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1625512] Re: fail to backup HP switches
>From my point of view this bug report can be closed. The mentioned problem should be fixed in version 3.4.1-5: rancid (3.4.1-5) unstable; urgency=medium * Remove 08_hlogin_paging, since this seems to be broken and upstream implemented some major updates in 3.3.0 on hlogin (Closes: #824153). -- Roland Rosenfeld Fri, 13 May 2016 07:50:13 +0200 The above mentioned change to 3.5.1 was incorporated 1.5 years ago: rancid (3.5.1-1) unstable; urgency=medium * New upstream version 3.5.1. -- Roland Rosenfeld Fri, 09 Sep 2016 10:38:38 +0200 So I set this to "Fix released". ** Changed in: rancid (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/1625512 Title: fail to backup HP switches To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rancid/+bug/1625512/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 914572] Re: lbdb-fetchaddr truncates based on number of bytes, not characters
The real name length limit was increased from 30 to 70 in lbdb 0.41. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914572 Title: lbdb-fetchaddr truncates based on number of bytes, not characters To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lbdb/+bug/914572/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 873913] Re: package wogerman 1:2-27 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
The error message says: dpkg: dependency problems prevent configuration of wngerman: wngerman depends on dictionaries-common (>= 0.20.0); however: Package dictionaries-common is not configured yet. dpkg: error processing wngerman (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of wogerman: wogerman depends on dictionaries-common (>= 0.20.0); however: Package dictionaries-common is not configured yet. dpkg: error processing wogerman (--configure): dependency problems - leaving unconfigured So this seems to be some kind of version problem, maybe with a wrong version of dictionaries-common in Ubuntu 11.10. Since this is a 6 year old release, which no longer is in use, I'd suggest to close this bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873913 Title: package wogerman 1:2-27 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/873913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 316561] Re: package wogerman 1:2-25 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck
As far as I can see, this is a problem with /var/cache/debconf/config.dat being locked by another process, which affects installation of wngerman and wogerman. I don't think that this is a but in wogerman nor in wngerman, but a local problem with some process, which didn't unlock /var/cache/debconf/config.dat. I'd suggest closing this bug report here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/316561 Title: package wogerman 1:2-25 failed to install/upgrade: Unterprozess post- installation script gab den Fehlerwert 1 zur?ck To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/316561/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1733159] Re: package wogerman (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 139
As far as I can see, there happens a segfault in remove-default-wordlist, which is called in postrm of wogerman. remove-default-wordlist is part of package dictionaries-common, so this may be an issue there. Since remove-default-wordlist is a perl script it shouldn't segfault, so this may be an issue in some included modules, maybe Debconf::Client::ConfModule, which is part of package debconf, so the issue may be located there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1733159 Title: package wogerman (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 139 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1733159/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1467105] Re: -de-de-oldspell kollidiert mit -de-de
fixed in 1:2-31 ** Changed in: hkgerman (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/1467105 Title: -de-de-oldspell kollidiert mit -de-de To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1467105/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1467105] Re: -de-de-oldspell kollidiert mit -de-de
This was fixed with the release of myspell-de-de-1901 version 1:2-31. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467105 Title: -de-de-oldspell kollidiert mit -de-de To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/hkgerman/+bug/1467105/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1684296] Re: package privoxy:i386 3.0.26-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Your /etc/privoxy/config above looks very old (copyright 2006) and outdated. It refers to /etc/privoxy/standard.action and /etc/privoxy/global.action, which are no longer contained in 3.0.26-3. So if you upgrade the package and keep the old config without adapting it, this will always fail. There is some voodoo in postinst, that tries to work around these issues on upgrade, but these may fail if you do some wild version hopping... Please try to purge privoxy, remove all old junk from /etc/privoxy and do a fresh install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1684296 Title: package privoxy:i386 3.0.26-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privoxy/+bug/1684296/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1638163] Re: Xfig fails to generate EPS preview
Fixed in Debian package version 3.2.6-2. Also fixed in upstream version 3.2.6a. ** Bug watch added: Debian Bug tracker #848040 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848040 ** Also affects: transfig via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848040 Importance: Unknown Status: Unknown ** No longer affects: transfig ** Also affects: xfig (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848040 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1638163 Title: Xfig fails to generate EPS preview To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1638163/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1638235] Re: new package update for Rancid
Seems that Ubuntu just needs to update the package from Debian, which already contains 3.5.1-1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1638235 Title: new package update for Rancid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rancid/+bug/1638235/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1635945] Re: XFig seems to ignore .xfig file
I'm not fully sure, what .xfig file you are talking about. All I know is ~/.xfigrc, which contains a list of last used fig files, but nothing more. I you want to permanently change the ruler units in XFig, the correct way is to define a local setting in ~/.Xresources like this: Fig.inches: false All available resources are defined in the xfig(1) man page. After changing your ~/.Xresources, you have to re-read it using xrdb -merge ~/.Xresources. For more info about this, see http://www.tldp.org/HOWTO/XWindow-User- HOWTO/moreconfig.html#xresources -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635945 Title: XFig seems to ignore .xfig file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1635945/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1635944] Re: XFig only looks for system-wide app-defaults
As far as I can see, this is neither an Ubuntu nor an XFig issue, but some misunderstanding how X resources work at all. There is one global app-defaults directory, that is read by the X server. In Ubuntu this is usually /etc/X11/app-defauts. As far as I can see, you cannot use a different directory for a single program, so /usr/local/share/X11/app-defaults/Fig will never work. You may want to have a look on http://www.tldp.org/HOWTO/XWindow-User- HOWTO/moreconfig.html#xresources which explains most of this a little wider. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635944 Title: XFig only looks for system-wide app-defaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1635944/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 850057] Re: Xfig unable to open eps/pdf files
** Description changed: When importing pdf or eps files (via the Picture icon) nothing is import and the following error is reported: - ERROR from ghostscript: + ERROR from ghostscript: Error: /invalidfileaccess in --run-- Operand stack: -3 --nostringval-- (func-approx-v-values.eps) (r) + 3 --nostringval-- (func-approx-v-values.eps) (r) Execution stack: -%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop 1893 1 3 %oparray_pop 1787 1 3 %oparra + %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop 1893 1 3 %oparray_pop 1787 1 3 %oparra _pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1910 3 3 %oparray_pop --nostringval-- Dictionary stack: ---dict:1160/1684(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- + --dict:1160/1684(ro)(G)-- --dict:0/20(G)-- --dict:81/200(L)-- Current allocation mode is local Last OS error: 2 GPL Ghostscript 9.04: Unrecoverable error, exit code 1 EPS object read OK, but no preview bitmap found/generated - This is repeatable every time. Steps to repeat. (1) select the Picture icon and select box on the drawing area (2) in Xfig Edit Panel that opens select Browes (just under Picture filename) (3) select any eps or pdf file and click on Apply. This has been reported previously (25-11-2010) on Fedora 14, see https://bugzilla.redhat.com/show_bug.cgi?id=657290 ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: xfig 1:3.2.5.b-1.1ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4 Uname: Linux 3.0.0-11-generic i686 ApportVersion: 1.22.1-0ubuntu2 Architecture: i386 Date: Wed Sep 14 15:50:40 2011 ProcEnviron: - LANGUAGE=en_GB:en - LANG=en_GB.utf8 - SHELL=/bin/bash + LANGUAGE=en_GB:en + LANG=en_GB.utf8 + SHELL=/bin/bash SourcePackage: xfig UpgradeStatus: Upgraded to oneiric on 2011-05-06 (131 days ago) ** Changed in: xfig (Ubuntu) Status: Confirmed => 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/850057 Title: Xfig unable to open eps/pdf files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/850057/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1540084] Re: xfig crashes when moving a point of an arc
** Changed in: xfig (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540084 Title: xfig crashes when moving a point of an arc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1540084/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317825] Re: The -..- and -.- line styles are broken
** Changed in: xfig (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317825 Title: The -..- and -.- line styles are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 318812] Re: *** buffer overflow detected ***: xfig terminated
** Changed in: xfig (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/318812 Title: *** buffer overflow detected ***: xfig terminated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/318812/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777230] Re: xfig cannot display EPS graphics
** Changed in: xfig (Ubuntu) Status: Confirmed => 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/777230 Title: xfig cannot display EPS graphics To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/777230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1585107] Re: ding only matches words beginning a-i
I suppose, you configured ding to use egrep for searching the dictionary? Please try, whether it helps to add "-a" to the egrep options. Alternatively using agrep or internal-grep should work around your problem, too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1585107 Title: ding only matches words beginning a-i To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/1585107/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1567894] Re: broken GNU grep breaks German dictionary built
Please note, that Debian source packages igerman98 20151222-2 and 20160407-1 both have a workaround implemented, that works around the grep issue. The grep issue only affects grep 2.23 and up, older grep versions aren't a problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567894 Title: broken GNU grep breaks German dictionary built To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1567894/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1564360] Re: xfig crashes when dotted line is drawn
*** This bug is a duplicate of bug 1317825 *** https://bugs.launchpad.net/bugs/1317825 ** This bug has been marked a duplicate of bug 1317825 The -..- and -.- line styles are broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564360 Title: xfig crashes when dotted line is drawn To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1564360/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1540084] Re: xfig crashes when moving a point of an arc
This should be fixed with xfig (1:3.2.5.c-8) unstable; urgency=medium [...] * 59_edit_arc+ellipse: Fix editing arc points and ellipse points (Closes: #756791, #805368). -- Roland Rosenfeld Sun, 21 Feb 2016 11:08:12 +0100 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540084 Title: xfig crashes when moving a point of an arc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1540084/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404487] Re: "Ding" translation Dictionary wish8.4 is not set in /usr/bin/ding
ding depends on package tk. Package tk contains a symlink /usr/bin/wish -> /usr/bin/wish8.6 (or 8.4, depending on the version of tk that you have installed). So the above mentioned problem isn't a bug in ding but a problem of the installation of tk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404487 Title: "Ding" translation Dictionary wish8.4 is not set in /usr/bin/ding To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding/+bug/1404487/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 318812] Re: *** buffer overflow detected ***: xfig terminated
This should be fixed since 3.2.5.a, why isn't this bug report closed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/318812 Title: *** buffer overflow detected ***: xfig terminated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/318812/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317825] Re: The -..- and -.- line styles are broken
This should be fixed since 1:3.2.5.c-4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317825 Title: The -..- and -.- line styles are broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1317825/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777230] Re: xfig cannot display EPS graphics
This should be solved since 3.2.5.c. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777230 Title: xfig cannot display EPS graphics To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/777230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 561458] Re: fig2mpdf does not generate ranges correctly
This is fixed in Debian unstable: transfig (1:3.2.5.d-1) unstable; urgency=low ... * 14_fig2mpdf: use list of layers instead of range of layers. See Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/transfig/+bug/561458 Thanks to Manuel López-Ibáñez for providing a patch. ... -- Roland Rosenfeld Thu, 03 Mar 2011 00:58:52 +0100 ** Changed in: transfig (Debian) Status: New => Fix Released ** Changed in: transfig (Debian) Assignee: (unassigned) => Roland Rosenfeld (roland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/561458 Title: fig2mpdf does not generate ranges correctly -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 427625] Re: privoxy not start at boot - karmic
I just uploaded a new 3.0.15-2 version to the Debian archive, that should solve this issue. Maybe someone is interested to try out, whether this is the solution for you. If the package is not available via the Debian archive, have a look at http://www.spinnaker.de/debian/privoxy.html -- privoxy not start at boot - karmic https://bugs.launchpad.net/bugs/427625 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 318812] Re: *** buffer overflow detected ***: xfig terminated
Just for the records: This bug should be fixed since 1:3.2.5.a-1, while Debian sid and squeeze already ship 1:3.2.5.a-2. So Ubuntu should think about upgrading the package. -- *** buffer overflow detected ***: xfig terminated https://bugs.launchpad.net/bugs/318812 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134209] Re: /etc/init.d/privoxy doesn't use log_daemon_msg/log_end_msg
An extended LSB compliant version of the init.d script was introduced with privoxy 3.0.11-1: privoxy (3.0.11-1) unstable; urgency=low [...] * Modify init.d script to be more lsb compliant. Depends on lsb-base (>= 3.2-13) [...] -- Roland Rosenfeld Sun, 22 Feb 2009 22:07:08 +0100 -- /etc/init.d/privoxy doesn't use log_daemon_msg/log_end_msg https://bugs.launchpad.net/bugs/134209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112331] Re: impossible to print via cups
It was fixed in Debian release 1:3.2.5-rel-3, which is not yet in Ubuntu. -- impossible to print via cups https://bugs.launchpad.net/bugs/112331 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67313] Re: lbdbq uses deprecated sort syntax
This is fixed in Debian package version 0.32: lbdb (0.33) unstable; urgency=low * Add SORT_OUTPUT=reverse_comment to do reverse sort by the third column (most recent m_inmail timestamp at the top). Thanks to Marco d'Itri for this suggestion. [...] -- Roland Rosenfeld <[EMAIL PROTECTED]> Sat, 14 Oct 2006 14:10:03 +0200 Please note, that the above patch is broken, because "sort +2" is eqivalent to "sort -k3", _not_ "sort -k2"! Tscho Roland -- lbdbq uses deprecated sort syntax https://launchpad.net/bugs/67313 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52738] Re: when exporting to ps/eps/pdf (+latex) whitespace at arrow tip
The above patch is now incorporated in Debian version 1:3.2.5-alpha7-3. -- when exporting to ps/eps/pdf (+latex) whitespace at arrow tip https://launchpad.net/bugs/52738 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs