discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TextEdit : critical error prevents loading


From: Yavor Doganov
Subject: Re: TextEdit : critical error prevents loading
Date: Tue, 10 Jul 2018 15:45:25 +0300
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Patrick CARDONA wrote:
> I am very confused, beacause I tried an update of the Epson printer
> driver in the meanwhile, just from Epson support site; and now, I am
> not able to reproduce the bug : TextEdit is running and I can show up
> printer panel and Page Layout.

This means that the updated .ppd file doesn't have the same issue like
the old one, so it is parsed and loaded successfully.

> I just notice that the margins in the summery of the Page Layout are
> very odd (attached screenshot) and when I print an example, the text
> is not placed where it should be.

This is a separate issue; I think there's a bug in the way the margins
are computed as they are also wrong for me.

> To answer your question, yes, I would appreciate to know how to apply
> the patch and will try to reproduce the bug back again to verify the
> patch.

You will need the appropriate deb-src entries in your
/etc/apt/sources.list.  Then do:

$ apt-get source gnustep-gui
$ cd gnustep-gui-*
$ cp /path/to/test.patch debian/patches
$ echo test.patch >> debian/patches/series
$ sudo apt install build-essential devscripts
$ sudo apt-get build-dep gnustep-gui
$ DEB_BUILD_OPTIONS=nocheck debuild -b -us -uc
$ sudo dpkg -i ../libgnustep-gui0.26_*.deb

Make sure you close all GNUstep applications before testing; otherwise
the library that is already loaded will be used.  Also, it goes without
saying that you should downgrade your epson driver package to the old
version containing the problematic .ppd.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]