[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-04-01 Thread Jeffrey Ratcliffe
Just to confirm that /tmp is not the problem, please try: convert rose: rose.tif -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869579 Title: gscan2pdf was opening with a blank window with only

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-31 Thread Jeffrey Ratcliffe
Ooh. That must be a bug in imagemagick. What about: convert logo: file.png or convert wizard: file.png ? There are lots of non-English users of gscan2pdf and this has never been a problem before. Can you file a bug against imagemagick that convert rose: file.png doesn't work? -- You

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
I used computer with Turkish Language. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869579 Title: gscan2pdf was opening with a blank window with only title bar. To manage notifications about

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
I solved the problem. When I switch language of the computer to English, there was no problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869579 Title: gscan2pdf was opening with a blank window

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
There was no error message. Here is the output. ~$ convert -list format Format ModuleMode Description --- 3FR DNG r-- Hasselblad CFV/H3D39II 3G2 MPEG r-- Media Container 3GP

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Jeffrey Ratcliffe
If convert rose: /tmp/rose.tif cannot read rose:, then your imagemagick installation is broken. What does convert -list format return? I get: Format ModuleMode Description --- 3FR DNG r--

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
~$ convert rose: /tmp/rose.tif convert-im6.q16: unable to open image `rose:': Böyle bir dosya ya da dizin yok @ error/blob.c/OpenBlob/2874. convert-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/560. convert-im6.q16: no images defined `/tmp/rose.tif' @

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Jeffrey Ratcliffe
The command: convert rose: /tmp/rose.tif ls -l /tmp/rose.tif should create a TIFF of a rose in the file /tmp/rose.tif If it doesn't, that explains the problem, because evidently something is preventing imagemagick from accessing /tmp. What does the following produce: ls -l

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
I can't understand Comment #5. Whats is rose.tiff? How to convert this file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869579 Title: gscan2pdf was opening with a blank window with only title

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-30 Thread Utku BERBEROĞLU
$ ls -l `which convert` lrwxrwxrwx 1 root root 25 Mar 29 15:53 /usr/bin/convert -> /etc/alternatives/convert $ ls -l `which pdftk` lrwxrwxrwx 1 root root 23 Mar 29 15:53 /usr/bin/pdftk -> /etc/alternatives/pdftk -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-29 Thread Jeffrey Ratcliffe
What I don't understand is that gscan2pdf builds (including the complete test suite) in eoan fine: https://launchpadlibrarian.net/46708/buildlog_ubuntu-eoan- amd64.gscan2pdf_2.6.5-0~ppa1eoan_BUILDING.txt.gz What do the following return: ls -l `which convert` ls -l `which pdftk` ? --

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-29 Thread Jeffrey Ratcliffe
There is evidently something about the TIFF from imagemagick that PDF::API2 doesn't like. Please convert rose: /tmp/rose.tif and post /tmp/rose.tif The /tmp/ might be important, so please leave it in when creating the file. -- You received this bug notification because you are a member of

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-29 Thread Utku BERBEROĞLU
Same problem with ppa version. (By the way, thank you for this nice software.) INFO - Starting gscan2pdf 2.6.5 INFO - Log level DEBUG INFO - Using tr_TR.UTF-8 locale INFO - Startup LC_NUMERIC C INFO - Reading config from /home/utku/.config/gscan2pdfrc INFO - Config file version 2 DEBUG - $VAR1 =

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-29 Thread Utku BERBEROĞLU
INFO - Starting gscan2pdf 2.5.7 INFO - Log level DEBUG INFO - Using tr_TR.UTF-8 locale INFO - Startup LC_NUMERIC C INFO - Reading config from /home/utku/.config/gscan2pdfrc INFO - Config file version 2 DEBUG - $VAR1 = {}; INFO - Operating system: linux INFO - DISTRIB_ID=Ubuntu

[Bug 1869579] Re: gscan2pdf was opening with a blank window with only title bar.

2020-03-29 Thread Jeffrey Ratcliffe
Please start gscan2pdf from the command line with the --log=log option, reproduce the problem, quit, and post the log.xz file. You can upgrade to the latest version from my ppa: sudo apt-add-repository ppa:jeffreyratcliffe sudo apt-get update sudo apt-get install gscan2pdf -- You received