[Bug 1317825] Re: The -..- and -.- line styles are broken

2021-01-30 Thread Roland Rosenfeld
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

[Bug 1317825] Re: The -..- and -.- line styles are broken

2016-07-18 Thread Roland Rosenfeld
** 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

[Bug 1317825] Re: The -..- and -.- line styles are broken

2016-03-12 Thread Romano Giannetti
Where is available 1:3.2.5.c-4? In 14.04 seems still 1:3.2.5.c-1ubuntu1. Thanks! -- 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

[Bug 1317825] Re: The -..- and -.- line styles are broken

2015-11-28 Thread Roland Rosenfeld
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:

[Bug 1317825] Re: The -..- and -.- line styles are broken

2015-09-08 Thread David Kaufmann
this bug is still in ubuntu, at least 14.04. the proposed patch is incomplete, as it does increase the size of the bitmap, but not the prefilled values. a while ago i also wrote a patch for fedora, which i've also attached. ( from: redhat bugzilla

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-06-27 Thread Persio
Thanks, Romano. -- 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:

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-06-26 Thread Persio
I'm having this problem too. Trusty 64bit here. Is there a precompiled patched pachage? -- 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

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-06-26 Thread Romano Giannetti
@Persio it's quite simple to compile, anyway I have a binary on my blog: http://rlog.rgtti.com/2014/06/26/quick-fix-xfig-bug/ -- 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 -..-

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-06-11 Thread Romano Giannetti
I tested this minimal patch: --- w_drawprim.c.orig 2014-06-11 17:23:29.348481192 -0600 +++ w_drawprim.c2014-06-11 17:23:34.736481307 -0600 @@ -1292,7 +1292,7 @@ } -static unsigned char dash_list[16][2] = {{255, 255}, {255, 255}, +static unsigned char dash_list[16][8] = {{255, 255},

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-06-11 Thread Ubuntu Foundations Team Bug Bot
The attachment my_xfig_patch.patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray,

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-05-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** 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/1317825 Title: The

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-05-09 Thread Antoine Smith Dryden Dymond
compiling xfig from source, and $ valgrind ./xfig == Process terminating with default action of signal 11 (SIGSEGV) == General Protection Fault == at 0x60CD35B: __fprintf_chk (fprintf_chk.c:30) ==by 0x44F8A5: error_handler (stdio2.h:97) ==by 0x5FF9FEF: ??? (in

[Bug 1317825] Re: The -..- and -.- line styles are broken

2014-05-09 Thread madHamish
work around: $ sudo apt-get remove xfig $ apt-get build-dep xfig get the Trusty packages $ wget http://archive.ubuntu.com/ubuntu/pool/universe/x/xfig/xfig_3.2.5.c-1ubuntu1.dsc $ wget http://archive.ubuntu.com/ubuntu/pool/universe/x/xfig/xfig_3.2.5.c.orig.tar.gz $ wget